Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 6, 2024
1 parent 1cbc994 commit 004541a
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 56 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.11.20",
"lerna": "^8.1.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"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.5",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"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.5",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"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.10.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"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.3.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"eslintConfig": {
"parserOptions": {
Expand Down
97 changes: 46 additions & 51 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 004541a

Please sign in to comment.