Skip to content

Commit 24c112c

Browse files
committed
fix(deps): update dependency typescript to v4
1 parent 252da0a commit 24c112c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/spire-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-react-hooks": "^4.0.0",
3232
"prettier": "^2.0.0",
3333
"spire-plugin-yarn": "^3.0.2",
34-
"typescript": "^3.9.7"
34+
"typescript": "^4.0.0"
3535
},
3636
"peerDependencies": {
3737
"spire": "^3.0.0"

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -9756,6 +9756,11 @@ typescript@^3.9.7:
97569756
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.9.tgz#e69905c54bc0681d0518bd4d587cc6f2d0b1a674"
97579757
integrity sha512-kdMjTiekY+z/ubJCATUPlRDl39vXYiMV9iyeMuEuXZh2we6zz80uovNN2WlAxmmdE/Z/YQe+EbOEXB5RHEED3w==
97589758

9759+
typescript@^4.0.0:
9760+
version "4.3.5"
9761+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4"
9762+
integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==
9763+
97599764
uglify-js@^3.1.4:
97609765
version "3.13.6"
97619766
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.6.tgz#6815ac7fdd155d03c83e2362bb717e5b39b74013"

0 commit comments

Comments
 (0)