Skip to content

Commit

Permalink
Merge pull request #1308 from GW2Treasures/renovate/typescript-5.x
Browse files Browse the repository at this point in the history
Update dependency typescript to v5.5.2
  • Loading branch information
darthmaim authored Jun 20, 2024
2 parents aaaadd7 + 514664c commit 41990c3
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion apps/legacy-importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@typescript-eslint/parser": "7.13.1",
"eslint": "8.57.0",
"prisma": "5.15.1",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"eslint": "8.57.0",
"eslint-config-next": "15.0.0-rc.0",
"gw2-api-types": "0.0.8",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}
2 changes: 1 addition & 1 deletion apps/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"gw2-api-types": "0.0.8",
"jest": "29.7.0",
"ts-jest": "29.1.5",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}
21 changes: 11 additions & 10 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/eslint-plugin-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@typescript-eslint/parser": "7.13.1",
"eslint": "8.57.0",
"tsup": "8.1.0",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"peerDependencies": {
"eslint": "^8.56.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"eslint": "8.57.0",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/publish-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"eslint": "8.57.0",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@typescript-eslint/eslint-plugin": "7.13.1",
"eslint": "8.57.0",
"eslint-config-next": "15.0.0-rc.0",
"typescript": "5.4.5"
"typescript": "5.5.2"
},
"peerDependencies": {
"@gw2treasures/helper": "~0.0.4",
Expand Down

0 comments on commit 41990c3

Please sign in to comment.