Skip to content

Commit

Permalink
deps: bump non-breaking dependencies to latest (#487)
Browse files Browse the repository at this point in the history
* deps: bump non-breaking dependencies to latest

* Update pnpm-lock.yaml
  • Loading branch information
aversini authored Dec 29, 2024
1 parent 185347a commit 7968470
Show file tree
Hide file tree
Showing 5 changed files with 1,153 additions and 312 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "root",
"private": true,
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
10 changes: 5 additions & 5 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"url": "[email protected]:aversini/dev-dependencies.git"
},
"dependencies": {
"@rsbuild/core": "1.1.12",
"@rsbuild/core": "1.1.13",
"@rsbuild/plugin-react": "1.1.0",
"@rsbuild/plugin-type-check": "1.1.0",
"@rsbuild/plugin-type-check": "1.2.0",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
Expand All @@ -28,7 +28,7 @@
"cross-env": "7.0.3",
"husky": "9.1.7",
"lerna": "8.1.9",
"lint-staged": "15.2.11",
"lint-staged": "15.3.0",
"nodemon": "3.1.9",
"npm-run-all": "4.1.5",
"postcss": "8.4.49",
Expand All @@ -38,9 +38,9 @@
"rollup": "4.29.1",
"tailwindcss": "3.4.17",
"tsup": "8.3.5",
"vite": "6.0.5",
"vite": "6.0.6",
"vite-plugin-dts": "4.4.0",
"vite-plugin-lib-inject-css": "2.1.1",
"vite-plugin-lib-inject-css": "2.2.0",
"vitest": "2.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.16",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-unicorn": "55.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@jest/globals": "29.7.0",
"@swc/cli": "0.5.2",
"@swc/core": "1.10.1",
"@swc/core": "1.10.3",
"@swc/helpers": "0.5.15",
"@swc/jest": "0.2.37",
"@versini/dev-dependencies-common": "workspace:../common",
Expand All @@ -23,7 +23,7 @@
"husky": "9.1.7",
"jest": "29.7.0",
"lerna": "8.1.9",
"lint-staged": "15.2.11",
"lint-staged": "15.3.0",
"nodemon": "3.1.9",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
Expand Down
Loading

0 comments on commit 7968470

Please sign in to comment.