Skip to content

Commit d5a6ee3

Browse files
committed
chore(deps-dev): update typescript to v4.4.2
1 parent 1c3684d commit d5a6ee3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"rollup": "^2.56.3",
4040
"rollup-plugin-typescript2": "^0.30.0",
4141
"ts-jest": "25.3.1",
42-
"tslib": "^2.3.1",
43-
"typescript": "^4.3.5",
42+
"tslib": "2.3.1",
43+
"typescript": "4.4.2",
4444
"vitepress": "^0.16.1",
4545
"vue": "3.2.6",
4646
"vue-class-component": "^8.0.0-rc.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6699,16 +6699,16 @@ [email protected]:
66996699
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
67006700
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
67016701

6702+
6703+
version "2.3.1"
6704+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
6705+
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
6706+
67026707
tslib@^1.9.0:
67036708
version "1.11.1"
67046709
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
67056710
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
67066711

6707-
tslib@^2.3.1:
6708-
version "2.3.1"
6709-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
6710-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
6711-
67126712
tunnel-agent@^0.6.0:
67136713
version "0.6.0"
67146714
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
@@ -6755,7 +6755,7 @@ typedarray-to-buffer@^3.1.5:
67556755
dependencies:
67566756
is-typedarray "^1.0.0"
67576757

6758-
typescript@^4.3.5:
6758+
typescript@4.4.2:
67596759
version "4.4.2"
67606760
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2.tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86"
67616761
integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==

0 commit comments

Comments
 (0)