Skip to content

Commit

Permalink
deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
droganov committed Apr 30, 2024
1 parent ce54609 commit 5288f21
Show file tree
Hide file tree
Showing 6 changed files with 1,259 additions and 1,336 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodejs 20.10.0
pnpm 7.5.1
pnpm 8.15.6
python 3.7.4
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"engines": {
"node": ">=20.10.0"
},
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
Expand All @@ -19,47 +20,47 @@
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.4",
"@tailwindcss/typography": "^0.5.12",
"@yobta/stores": "0.2.7",
"@next/mdx": "^14.2.3",
"@tailwindcss/typography": "^0.5.13",
"@yobta/stores": "0.2.8",
"@yobta/ui": "^0.0.51",
"@yobta/validator": "^0.0.45",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"lodash": "^4.17.21",
"next": "^14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"next": "^14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-use": "^17.5.0",
"sass": "^1.74.1",
"sass": "^1.75.0",
"webpack": "^5.91.0"
},
"devDependencies": {
"@logux/eslint-config": "^53.0.0",
"@logux/eslint-config": "^53.0.1",
"@types/lodash": "^4.17.0",
"@types/mdx": "^2.0.12",
"@types/node": "20.12.5",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitest/coverage-v8": "^1.4.0",
"@types/mdx": "^2.0.13",
"@types/node": "20.12.7",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitest/coverage-v8": "^1.5.3",
"autoprefixer": "^10.4.19",
"c8": "^9.1.0",
"dotenv": "^16.4.5",
"eslint": "9.0.0",
"eslint-config-next": "14.1.4",
"eslint": "9.1.1",
"eslint-config-next": "14.2.3",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.0.0",
"eslint-plugin-perfectionist": "^2.8.0",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-perfectionist": "^2.10.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"happy-dom": "^14.7.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"styled-jsx-plugin-postcss": "^4.0.1",
"tailwindcss": "^3.4.3",
"typescript": "5.4.4",
"vitest": "^1.4.0"
"typescript": "5.4.5",
"vitest": "^1.5.3"
}
}
Loading

0 comments on commit 5288f21

Please sign in to comment.