Skip to content

Commit

Permalink
chore(deps): update ts to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed May 11, 2023
1 parent 8f7ea1f commit 98dcabc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"tsx": "^3.12.1",
"inquirer": "^9.0.0",
"typescript": "^4.3.2",
"typescript": "^5",
"chalk": "^5.2.0"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"serve": "^14.2.0",
"ts-loader": "^9.3.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.4",
"typescript": "^5",
"vite": "^4.2.1",
"vitest": "*",
"vue-bundle-renderer": "0.4.1",
Expand Down
5 changes: 2 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
"@types/lodash": "^4.14.161",
"cleave.js": "^1.6.0",
"colortranslator": "^1.9.2",
"lodash": "^4.17.21",
"typescript": "^5"
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.12.3",
Expand Down Expand Up @@ -110,7 +109,7 @@
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"ts-loader": "^9.3.0",
"typescript": "^4.7.4",
"typescript": "^5",
"vite": "^4.2.1",
"vite-plugin-chunk-split": "^0.4.7",
"vitest": "^0.18.1",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17385,11 +17385,6 @@ typesafe-path@^0.2.2:
resolved "https://registry.yarnpkg.com/typesafe-path/-/typesafe-path-0.2.2.tgz#91a436681b2f514badb114061b6a5e5c2b8943b1"
integrity sha512-OJabfkAg1WLZSqJAJ0Z6Sdt3utnbzr/jh+NAHoyWHJe8CMSy79Gm085094M9nvTPy22KzTVn5Zq5mbapCI/hPA==

[email protected]:
version "4.7.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==

typescript@^4.9.3:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
Expand Down

0 comments on commit 98dcabc

Please sign in to comment.