Skip to content

Commit

Permalink
Update dependency typescript to v5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2024
1 parent c84c9c9 commit a9d7464
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 29 deletions.
2 changes: 1 addition & 1 deletion backend/auto-operation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/node": "20.9.5",
"tsx": "^4.3.0",
"typescript": "5.2.2",
"typescript": "5.4.2",
"@connectrpc/protoc-gen-connect-es": "^1.1.3",
"@bufbuild/protoc-gen-es": "^1.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"eslint-config-prettier": "^9.0.0",
"prettier": "3.1.0",
"sass": "^1.69.5",
"typescript": "5.2.2"
"typescript": "5.4.2"
},
"files": [
".next/standalone",
Expand Down
2 changes: 1 addition & 1 deletion frontend/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@types/node": "20.9.5",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.17",
"typescript": "5.3.2"
"typescript": "5.4.2"
}
}
46 changes: 20 additions & 26 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 a9d7464

Please sign in to comment.