Skip to content

Commit

Permalink
fix: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Aug 11, 2023
1 parent fb45def commit 2ee6bd8
Show file tree
Hide file tree
Showing 5 changed files with 651 additions and 536 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,21 @@
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@stijnvanhulle/eslint-config": "workspace:*",
"@stijnvanhulle/ts-config": "workspace:*",
"@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.14",
"@swc/core": "^1.3.76",
"@swc/jest": "^0.2.28",
"@types/node": "^20.4.9",
"@vitest/coverage-v8": "^0.34.1",
"@vitest/ui": "^0.34.1",
"bun-types": "^0.7.3",
"jest": "^29.6.2",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"prettier-eslint": "^15.0.1",
"prettier-plugin-curly": "^0.1.2",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"turbo": "^1.10.12",
"typescript": "~5.1.6",
"vitest": "^0.33.0"
"vitest": "^0.34.1"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
22 changes: 11 additions & 11 deletions packages/config/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,26 +48,26 @@
"typecheck": "tsc -p ./tsconfig.json --noEmit --emitDeclarationOnly false"
},
"dependencies": {
"@eslint/js": "^8.45.0",
"@types/eslint": "~8.40.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "~5.61.0",
"eslint-config-prettier": "~8.8.0",
"@eslint/js": "^8.46.0",
"@types/eslint": "~8.44.2",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "~6.3.0",
"eslint-config-prettier": "~9.0.0",
"eslint-config-turbo": "~1.10.12",
"eslint-formatter-pretty": "^5.0.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-import": "~2.28.0",
"eslint-plugin-react": "~7.33.1",
"eslint-plugin-unused-imports": "~3.0.0",
"eslint-plugin-vitest": "~0.2.8",
"eslint-plugin-vitest-globals": "~1.3.1",
"eslint-plugin-vitest-globals": "~1.4.0",
"globals": "^13.20.0"
},
"devDependencies": {
"@stijnvanhulle/ts-config": "workspace:*",
"@stijnvanhulle/tsup-config": "workspace:*",
"eslint": "~8.44.0",
"tsup": "^7.1.0",
"eslint": "~8.46.0",
"tsup": "^7.2.0",
"typescript": "~5.1.6"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@stijnvanhulle/eslint-config": "workspace:*",
"@stijnvanhulle/ts-config": "workspace:*",
"@stijnvanhulle/tsup-config": "workspace:*",
"tsup": "^7.1.0"
"tsup": "^7.2.0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@stijnvanhulle/eslint-config": "workspace:*",
"@stijnvanhulle/ts-config": "workspace:*",
"@stijnvanhulle/tsup-config": "workspace:*",
"tsup": "^7.1.0"
"tsup": "^7.2.0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 2ee6bd8

Please sign in to comment.