Skip to content

Commit

Permalink
fix: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhulle committed Mar 25, 2023
1 parent b3f9214 commit 1ceda34
Show file tree
Hide file tree
Showing 4 changed files with 432 additions and 438 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
"upgrade": "ncu -u && ncu -u --packageFile **/packages/**/package.json"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"@swc/core": "^1.3.38",
"@swc/core": "^1.3.42",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.6",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.9",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.54.1",
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"eslint": "^8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.7.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-formatjs": "^4.9.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
Expand All @@ -54,15 +54,15 @@
"jest": "^29.5.0",
"jest-cli": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"npm-check-updates": "^16.7.10",
"npm-check-updates": "^16.8.0",
"nx": "^15.8.5",
"prettier": "^2.8.4",
"prettier": "^2.8.7",
"prettier-eslint": "^15.0.1",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tsup": "^6.6.3",
"turbo": "^1.8.3",
"typescript": "^4.9.5"
"tsup": "^6.7.0",
"turbo": "^1.8.5",
"typescript": "^5.0.2"
},
"engines": {
"node": ">=14.18"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typecheck": "tsc -p ./tsconfig.json --noEmit"
},
"devDependencies": {
"tsup": "^6.6.3"
"tsup": "^6.7.0"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typecheck": "tsc -p ./tsconfig.json --noEmit"
},
"devDependencies": {
"tsup": "^6.6.3"
"tsup": "^6.7.0"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 1ceda34

Please sign in to comment.