Skip to content

Commit

Permalink
Merge pull request #1389 from GW2Treasures/renovate/typescript-5.x
Browse files Browse the repository at this point in the history
Update dependency typescript to v5.5.4
  • Loading branch information
darthmaim authored Jul 23, 2024
2 parents 1dc1710 + f3d5bea commit c146467
Show file tree
Hide file tree
Showing 8 changed files with 17 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.17.0",
"eslint": "8.57.0",
"prisma": "5.17.0",
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"eslint": "8.57.0",
"eslint-config-next": "15.0.0-rc.0",
"gw2-api-types": "0.0.8",
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
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.2.3",
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
20 changes: 10 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.17.0",
"eslint": "8.57.0",
"tsup": "8.2.2",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"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.17.0",
"@typescript-eslint/parser": "7.17.0",
"eslint": "8.57.0",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"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.17.0",
"@typescript-eslint/parser": "7.17.0",
"eslint": "8.57.0",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"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.17.0",
"eslint": "8.57.0",
"eslint-config-next": "15.0.0-rc.0",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"peerDependencies": {
"@gw2treasures/helper": "~0.0.4",
Expand Down

0 comments on commit c146467

Please sign in to comment.