Skip to content

Commit

Permalink
fix: bump dependencies to latest (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Sep 15, 2024
1 parent 91915bb commit a59a271
Show file tree
Hide file tree
Showing 7 changed files with 667 additions and 644 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": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}
20 changes: 10 additions & 10 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.0.1-rc.4",
"@rsbuild/plugin-react": "1.0.1-rc.4",
"@rsbuild/plugin-type-check": "1.0.1-rc.4",
"@rsbuild/core": "1.0.4",
"@rsbuild/plugin-react": "1.0.2",
"@rsbuild/plugin-type-check": "1.0.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
Expand All @@ -26,20 +26,20 @@
"autoprefixer": "10.4.20",
"barrelsby": "2.8.1",
"cross-env": "7.0.3",
"husky": "9.1.5",
"husky": "9.1.6",
"lerna": "8.1.8",
"lint-staged": "15.2.10",
"nodemon": "3.1.4",
"npm-run-all": "4.1.5",
"postcss": "8.4.45",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"rimraf": "5.0.10",
"rollup": "4.21.2",
"tailwindcss": "3.4.10",
"rimraf": "6.0.1",
"rollup": "4.21.3",
"tailwindcss": "3.4.11",
"tsup": "8.2.4",
"vite": "5.4.3",
"vite-plugin-dts": "4.1.0",
"vite": "5.4.5",
"vite-plugin-dts": "4.2.1",
"vite-plugin-lib-inject-css": "2.1.1",
"vitest": "1.6.0"
}
Expand Down
14 changes: 6 additions & 8 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,19 @@
"url": "[email protected]:aversini/dev-dependencies.git"
},
"type": "module",
"files": [
"biome.json"
],
"files": ["biome.json"],
"exports": {
"./biome": "./biome.json"
},
"dependencies": {
"@biomejs/biome": "1.8.3",
"chokidar": "3.6.0",
"@biomejs/biome": "1.9.1",
"chokidar": "4.0.0",
"culori": "4.0.1",
"dotenv": "16.4.5",
"fs-extra": "11.2.0",
"glob": "10.4.5",
"happy-dom": "15.7.3",
"glob": "11.0.0",
"happy-dom": "15.7.4",
"jsdom": "25.0.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
10 changes: 5 additions & 5 deletions packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"url": "[email protected]:aversini/dev-dependencies.git"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.11",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react-refresh": "0.4.12",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-unicorn": "54.0.0",
"eslint-plugin-unicorn": "55.0.0",
"eslint": ">=8.57.0 <9.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"dependencies": {
"@jest/globals": "29.7.0",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.23",
"@swc/core": "1.7.26",
"@swc/helpers": "0.5.13",
"@swc/jest": "0.2.36",
"@versini/dev-dependencies-common": "workspace:../common",
"barrelsby": "2.8.1",
"cross-env": "7.0.3",
"husky": "9.1.5",
"husky": "9.1.6",
"jest": "29.7.0",
"lerna": "8.1.8",
"lint-staged": "15.2.10",
"nodemon": "3.1.4",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"rimraf": "5.0.10",
"rimraf": "6.0.1",
"tsup": "8.2.4"
}
}
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@types/culori": "2.1.1",
"@types/express": "4.17.21",
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.12",
"@types/jest": "29.5.13",
"@types/lodash-es": "4.17.12",
"@types/node": "22.5.4",
"@types/node": "22.5.5",
"@types/node-notifier": "8.0.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
Expand Down
Loading

0 comments on commit a59a271

Please sign in to comment.