Skip to content

Commit 0783af9

Browse files
chore(deps-dev): bump typescript from 4.9.5 to 5.0.2 (#1372)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.0.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3eebab2 commit 0783af9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"react-native": "0.71.4",
5858
"react-test-renderer": "18.2.0",
5959
"strip-ansi": "^6.0.0",
60-
"typescript": "^4.0.2"
60+
"typescript": "^5.0.2"
6161
},
6262
"dependencies": {
6363
"pretty-format": "^29.0.0"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7642,10 +7642,10 @@ typed-array-length@^1.0.4:
76427642
for-each "^0.3.3"
76437643
is-typed-array "^1.1.9"
76447644

7645-
typescript@^4.0.2:
7646-
version "4.9.5"
7647-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
7648-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
7645+
typescript@^5.0.2:
7646+
version "5.0.2"
7647+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
7648+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
76497649

76507650
uglify-es@^3.1.9:
76517651
version "3.3.9"

0 commit comments

Comments
 (0)