Skip to content

Commit 5cf0e13

Browse files
committed
feat: bump default typescript version to 4.5
1 parent 22a4a53 commit 5cf0e13

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"rimraf": "^3.0.2",
6868
"semver": "^7.3.4",
6969
"stylus-loader": "^3.0.2",
70-
"typescript": "~4.1.5",
70+
"typescript": "~4.5.5",
7171
"verdaccio": "^5.0.1",
7272
"vite-plugin-pwa": "^0.11.3",
7373
"vitepress": "^0.20.1",

packages/@vue/cli-plugin-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/jest": "^27.0.1",
5555
"@types/mocha": "^8.2.1",
5656
"jscodeshift": "^0.13.0",
57-
"typescript": "~4.1.5",
57+
"typescript": "~4.5.5",
5858
"vue-class-component": "^7.2.3",
5959
"vue-property-decorator": "^9.1.2"
6060
}

packages/@vue/cli-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"prismjs": "^1.23.0",
6161
"rss-parser": "^3.11.0",
6262
"shortid": "^2.2.15",
63-
"typescript": "~4.1.5"
63+
"typescript": "~4.5.5"
6464
},
6565
"devDependencies": {
6666
"@babel/core": "^7.12.16",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -19394,10 +19394,10 @@ typedarray@^0.0.6:
1939419394
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1939519395
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1939619396

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

1940219402
ua-parser-js@^0.7.30:
1940319403
version "0.7.31"

0 commit comments

Comments
 (0)