Skip to content

Commit

Permalink
fix: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Jul 28, 2023
1 parent ef43fc0 commit fb45def
Show file tree
Hide file tree
Showing 4 changed files with 531 additions and 464 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@
"upgrade": "npx taze -r -w --exclude pnpm"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@stijnvanhulle/eslint-config": "workspace:*",
"@stijnvanhulle/ts-config": "workspace:*",
"@swc/core": "^1.3.68",
"@swc/jest": "^0.2.26",
"@types/node": "^20.4.0",
"@swc/core": "^1.3.71",
"@swc/jest": "^0.2.27",
"@types/node": "^20.4.5",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/ui": "^0.33.0",
"bun-types": "^0.6.13",
"jest": "^29.6.1",
"bun-types": "^0.6.14",
"jest": "^29.6.2",
"prettier": "^3.0.0",
"prettier-eslint": "^15.0.1",
"prettier-plugin-curly": "^0.1.1",
"prettier-plugin-curly": "^0.1.2",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"turbo": "^1.10.7",
"turbo": "^1.10.12",
"typescript": "~5.1.6",
"vitest": "^0.33.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/config/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@
"typecheck": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false"
},
"dependencies": {
"@eslint/js": "^8.44.0",
"@eslint/js": "^8.45.0",
"@types/eslint": "~8.40.2",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "~5.61.0",
"eslint-config-prettier": "~8.8.0",
"eslint-config-turbo": "~1.10.7",
"eslint-config-turbo": "~1.10.12",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-eslint-plugin": "^5.1.0",
"eslint-plugin-eslint-plugin": "^5.1.1",
"eslint-plugin-import": "~2.27.5",
"eslint-plugin-react": "~7.32.2",
"eslint-plugin-unused-imports": "~2.0.0",
"eslint-plugin-vitest": "~0.2.6",
"eslint-plugin-vitest": "~0.2.8",
"eslint-plugin-vitest-globals": "~1.3.1",
"globals": "^13.20.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/config/tsup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@stijnvanhulle/ts-config": "workspace:*",
"@types/node": "^20.4.0",
"@types/node": "^20.4.5",
"tsup": "^7.1.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit fb45def

Please sign in to comment.