Skip to content

Commit 302236c

Browse files
chore(deps): update dependency typescript to v4.9.5
1 parent deb72fd commit 302236c

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"metro-react-native-babel-preset": "0.73.8",
3030
"prettier": "^2.4.1",
3131
"react-test-renderer": "18.2.0",
32-
"typescript": "4.8.4"
32+
"typescript": "4.9.5"
3333
},
3434
"jest": {
3535
"preset": "react-native"

example/yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1911,8 +1911,7 @@
19111911
eslint-visitor-keys "^3.3.0"
19121912

19131913
"@uiw/react-native-amap-geolocation@link:..":
1914-
version "0.0.0"
1915-
uid ""
1914+
version "1.5.3"
19161915

19171916
abort-controller@^3.0.0:
19181917
version "3.0.0"
@@ -6607,10 +6606,10 @@ typed-array-length@^1.0.4:
66076606
for-each "^0.3.3"
66086607
is-typed-array "^1.1.9"
66096608

6610-
typescript@4.8.4:
6611-
version "4.8.4"
6612-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
6613-
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
6609+
typescript@4.9.5:
6610+
version "4.9.5"
6611+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
6612+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
66146613

66156614
uglify-es@^3.1.9:
66166615
version "3.3.9"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
"react": "18.2.0",
4747
"react-native": "0.71.4",
4848
"typedoc": "0.18.0",
49-
"typescript": "4.8.4"
49+
"typescript": "4.9.5"
5050
}
5151
}

0 commit comments

Comments
 (0)