Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 9, 2024
1 parent 19086d7 commit eee3126
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "^20.14.9",
"lerna": "^8.1.5",
"rimraf": "^5.0.7",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"eslintConfig": {
"parserOptions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"eslintConfig": {
"parserOptions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint": "^8.57.0",
"prisma": "^5.16.1",
"rimraf": "^5.0.7",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"eslintConfig": {
"parserOptions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint": "^8.57.0",
"lavalink-api-types": "^2.0.2",
"rimraf": "^5.0.7",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"eslintConfig": {
"parserOptions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint": "^8.57.0",
"ioredis": "^5.4.1",
"rimraf": "^5.0.7",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"eslintConfig": {
"parserOptions": {
Expand Down
104 changes: 52 additions & 52 deletions pnpm-lock.yaml

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

0 comments on commit eee3126

Please sign in to comment.