Skip to content

Commit

Permalink
feat: bump default typescript version to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Feb 17, 2022
1 parent 22a4a53 commit 5cf0e13
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
"rimraf": "^3.0.2",
"semver": "^7.3.4",
"stylus-loader": "^3.0.2",
"typescript": "~4.1.5",
"typescript": "~4.5.5",
"verdaccio": "^5.0.1",
"vite-plugin-pwa": "^0.11.3",
"vitepress": "^0.20.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-typescript/package.json
Expand Up @@ -54,7 +54,7 @@
"@types/jest": "^27.0.1",
"@types/mocha": "^8.2.1",
"jscodeshift": "^0.13.0",
"typescript": "~4.1.5",
"typescript": "~4.5.5",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/package.json
Expand Up @@ -60,7 +60,7 @@
"prismjs": "^1.23.0",
"rss-parser": "^3.11.0",
"shortid": "^2.2.15",
"typescript": "~4.1.5"
"typescript": "~4.5.5"
},
"devDependencies": {
"@babel/core": "^7.12.16",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -19394,10 +19394,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@~4.1.5:
version "4.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.6.tgz#1becd85d77567c3c741172339e93ce2e69932138"
integrity sha512-pxnwLxeb/Z5SP80JDRzVjh58KsM6jZHRAOtTpS7sXLS4ogXNKC9ANxHHZqLLeVHZN35jCtI4JdmLLbLiC1kBow==
typescript@~4.5.5:
version "4.5.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==

ua-parser-js@^0.7.30:
version "0.7.31"
Expand Down

0 comments on commit 5cf0e13

Please sign in to comment.