Skip to content

Commit

Permalink
Update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2023
1 parent a1452f8 commit 3a2571e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/core-cairo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ava": "^5.0.0",
"rimraf": "^5.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.9.0"
"typescript": "^5.0.0"
},
"dependencies": {
"array.prototype.flatmap": "^1.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"rimraf": "^5.0.0",
"solidity-ast": "^0.4.18",
"ts-node": "^10.4.0",
"typescript": "^4.9.0"
"typescript": "^5.0.0"
},
"dependencies": {
"array.prototype.flatmap": "^1.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"svelte-preprocess": "^5.0.0",
"tailwindcss": "^3.0.15",
"tslib": "^2.0.0",
"typescript": "^4.9.0"
"typescript": "^5.0.0"
},
"dependencies": {
"file-saver": "^2.0.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5730,10 +5730,10 @@ typed-array-length@^1.0.4:
for-each "^0.3.3"
is-typed-array "^1.1.9"

typescript@^4.9.0:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
typescript@^5.0.0:
version "5.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==

typescript@^5.0.3:
version "5.0.4"
Expand Down

0 comments on commit 3a2571e

Please sign in to comment.