Skip to content

Commit

Permalink
deps: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 3d8b019 commit 38c644e
Show file tree
Hide file tree
Showing 4 changed files with 458 additions and 193 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,26 @@
},
"devDependencies": {
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitest/coverage-v8": "^2.1.6",
"dotenv": "^16.4.5",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vitest/coverage-v8": "^2.1.8",
"dotenv": "^16.4.7",
"eslint": "8.57.1",
"eslint-config-next": "^15.0.3",
"eslint-config-next": "^15.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-hooks": "^5.1.0",
"husky": "^9.1.7",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"standard-version": "^9.5.0",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vitest": "^2.1.6"
"vite": "^6.0.3",
"vitest": "^2.1.8"
},
"standard-version": {
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"JSONStream": "^1.3.5",
"clipanion": "^3.2.1",
"graceful-fs": "^4.2.11",
"prettier": "^3.4.1"
"prettier": "^3.4.2"
},
"standard-version": {
"skip": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nreact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react": "^18.3.14",
"clipboard-copy": "^4.0.1",
"date-fns": "^2.30.0",
"format-number": "^3.0.0",
Expand Down
Loading

0 comments on commit 38c644e

Please sign in to comment.