Skip to content

Commit ac25847

Browse files
committed
Update dependency typescript to v4
1 parent fe47dc9 commit ac25847

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"firebase-functions": "3.6.1"
1818
},
1919
"devDependencies": {
20-
"typescript": "3.9.7",
20+
"typescript": "4.0.3",
2121
"firebase-functions-test": "0.2.2"
2222
},
2323
"private": true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"react-icons": "^3.8.0",
5252
"react-spring": "^9.0.0-beta.34",
5353
"react-use-gesture": "^7.0.0-beta.6",
54-
"typescript": "^3.7.2",
54+
"typescript": "^4.0.0",
5555
"unstated-next": "^1.1.0",
5656
"use-intersection": "^0.2.0",
5757
"webpack": "^4.41.2"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13644,10 +13644,10 @@ typedarray@^0.0.6:
1364413644
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1364513645
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1364613646

13647-
typescript@^3.7.2:
13648-
version "3.7.4"
13649-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.4.tgz#1743a5ec5fef6a1fa9f3e4708e33c81c73876c19"
13650-
integrity sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==
13647+
typescript@^4.0.0:
13648+
version "4.0.3"
13649+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
13650+
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
1365113651

1365213652
ua-parser-js@^0.7.18:
1365313653
version "0.7.21"

0 commit comments

Comments
 (0)