Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ^5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 10, 2024
1 parent 757cde4 commit e0e5bc1
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 50 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.4.4"
"typescript": "^5.4.5"
},
"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.4.4"
"typescript": "^5.4.5"
},
"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.4.4"
"typescript": "^5.4.5"
},
"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.4.4"
"typescript": "^5.4.5"
},
"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.4.4"
"typescript": "^5.4.5"
},
"eslintConfig": {
"parserOptions": {
Expand Down
90 changes: 45 additions & 45 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 e0e5bc1

Please sign in to comment.