Skip to content

Commit

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

* update
  • Loading branch information
aversini authored Aug 25, 2024
1 parent c5ba1da commit fd672b0
Show file tree
Hide file tree
Showing 6 changed files with 593 additions and 874 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"workspaces": [
"packages/*"
],
"packageManager": "pnpm@9.7.0+sha512.dc09430156b427f5ecfc79888899e1c39d2d690f004be70e05230b72cb173d96839587545d09429b55ac3c429c801b4dc3c0e002f653830a420fa2dd4e3cf9cf"
"packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
}
22 changes: 11 additions & 11 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"url": "[email protected]:aversini/dev-dependencies.git"
},
"dependencies": {
"@rsbuild/core": "1.0.1-beta.10",
"@rsbuild/plugin-react": "1.0.1-beta.10",
"@rsbuild/plugin-type-check": "1.0.1-beta.10",
"@rsbuild/core": "1.0.1-beta.16",
"@rsbuild/plugin-react": "1.0.1-beta.16",
"@rsbuild/plugin-type-check": "1.0.1-beta.16",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@versini/dev-dependencies-common": "workspace:../common",
Expand All @@ -26,20 +26,20 @@
"autoprefixer": "10.4.20",
"barrelsby": "2.8.1",
"cross-env": "7.0.3",
"husky": "9.1.4",
"husky": "9.1.5",
"lerna": "8.1.8",
"lint-staged": "15.2.8",
"lint-staged": "15.2.9",
"nodemon": "3.1.4",
"npm-run-all": "4.1.5",
"postcss": "8.4.41",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"prettier-plugin-tailwindcss": "0.6.6",
"rimraf": "5.0.10",
"rollup": "4.20.0",
"tailwindcss": "3.4.8",
"rollup": "4.21.0",
"tailwindcss": "3.4.10",
"tsup": "8.2.4",
"vite": "5.4.0",
"vite-plugin-dts": "3.9.1",
"vite": "5.4.2",
"vite-plugin-dts": "4.0.3",
"vite-plugin-lib-inject-css": "2.1.1",
"vitest": "1.6.0"
}
Expand Down
8 changes: 3 additions & 5 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"url": "[email protected]:aversini/dev-dependencies.git"
},
"type": "module",
"files": [
"biome.json"
],
"files": ["biome.json"],
"exports": {
"./biome": "./biome.json"
},
Expand All @@ -25,8 +23,8 @@
"dotenv": "16.4.5",
"fs-extra": "11.2.0",
"glob": "10.4.5",
"happy-dom": "14.12.3",
"jsdom": "24.1.1",
"happy-dom": "15.0.0",
"jsdom": "25.0.0",
"typescript": "5.5.4"
}
}
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"dependencies": {
"@jest/globals": "29.7.0",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.6",
"@swc/core": "1.7.18",
"@swc/helpers": "0.5.12",
"@swc/jest": "0.2.36",
"@versini/dev-dependencies-common": "workspace:../common",
"barrelsby": "2.8.1",
"cross-env": "7.0.3",
"husky": "9.1.4",
"husky": "9.1.5",
"jest": "29.7.0",
"lerna": "8.1.8",
"lint-staged": "15.2.8",
"lint-staged": "15.2.9",
"nodemon": "3.1.4",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/lodash-es": "4.17.12",
"@types/node": "22.1.0",
"@types/node": "22.5.0",
"@types/node-notifier": "8.0.5",
"@types/react": "18.3.3",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@types/uuid": "10.0.0",
"@types/yargs": "17.0.33"
Expand Down
Loading

0 comments on commit fd672b0

Please sign in to comment.