Skip to content

Commit

Permalink
chore(deps): more deps in pnpm catalog (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh authored Oct 1, 2024
1 parent 975dff4 commit 0a61de1
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 20 deletions.
4 changes: 2 additions & 2 deletions packages/app-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"unocss-preset-animations": "^1.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@antfu/eslint-config": "catalog:",
"@iconify-json/tabler": "^1.1.120",
"@playwright/test": "^1.46.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.0",
"@types/node": "catalog:",
"eslint": "catalog:",
"jsdom": "^25.0.0",
"typescript": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@antfu/eslint-config": "catalog:",
"@cloudflare/workers-types": "^4.20240821.1",
"@total-typescript/ts-reset": "^0.6.0",
"@types/bcryptjs": "^2.4.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@antfu/eslint-config": "catalog:",
"@types/lodash-es": "^4.17.12",
"@vitest/coverage-v8": "^2.0.5",
"dotenv": "^16.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@antfu/eslint-config": "catalog:",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.4",
"@types/node": "catalog:",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "catalog:",
"tsx": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bcryptjs": "^2.4.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@antfu/eslint-config": "catalog:",
"@types/bcryptjs": "^2.4.6",
"@types/lodash-es": "^4.17.12",
"eslint": "catalog:",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"ofetch": "^1.3.4"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@antfu/eslint-config": "catalog:",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.4",
"@types/node": "catalog:",
"@vitest/coverage-v8": "^2.0.5",
"dotenv": "^16.4.5",
"eslint": "catalog:",
Expand Down
24 changes: 15 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ packages:
- 'packages/*'

catalog:
typescript: ^5.6.2
tsx: ^4.17.0
"@antfu/eslint-config": ^3.6.2
"@types/node": ^22.5.4
eslint: ^9.10.0
tsx: ^4.17.0
typescript: ^5.6.2
vitest: ^2.0.5

0 comments on commit 0a61de1

Please sign in to comment.