Skip to content

Commit

Permalink
build(deps-dev): bump typescript from 4.9.4 to 5.2.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.9.4...v5.2.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent 4ed97b2 commit d2c0b82
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 21 deletions.
25 changes: 16 additions & 9 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"react-native": "0.72.1",
"react-test-renderer": "^18.2.0",
"standard": "*",
"typescript": "^4.4.3"
"typescript": "^5.2.2"
},
"jest": {
"preset": "react-native",
Expand Down
35 changes: 24 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2767,7 +2767,7 @@ __metadata:
react-native: 0.72.1
react-test-renderer: ^18.2.0
standard: "*"
typescript: ^4.4.3
typescript: ^5.2.2
peerDependencies:
react: ">=16.6.1"
react-native: ">=0.59.9"
Expand Down Expand Up @@ -5068,7 +5068,7 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:5.3.0":
"chalk@npm:5.3.0, chalk@npm:^5.0.0":
version: 5.3.0
resolution: "chalk@npm:5.3.0"
checksum: 623922e077b7d1e9dedaea6f8b9e9352921f8ae3afe739132e0e00c275971bdd331268183b2628cf4ab1727c45ea1f28d7e24ac23ce1db1eb653c414ca8a5a80
Expand Down Expand Up @@ -5106,13 +5106,6 @@ __metadata:
languageName: node
linkType: hard

"chalk@npm:^5.0.0":
version: 5.3.0
resolution: "chalk@npm:5.3.0"
checksum: 623922e077b7d1e9dedaea6f8b9e9352921f8ae3afe739132e0e00c275971bdd331268183b2628cf4ab1727c45ea1f28d7e24ac23ce1db1eb653c414ca8a5a80
languageName: node
linkType: hard

"chalk@npm:^5.0.1":
version: 5.2.0
resolution: "chalk@npm:5.2.0"
Expand Down Expand Up @@ -14435,7 +14428,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^4.3.5, typescript@npm:^4.4.3":
"typescript@npm:^4.3.5":
version: 4.9.4
resolution: "typescript@npm:4.9.4"
bin:
Expand All @@ -14445,7 +14438,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^4.3.5#~builtin<compat/typescript>, typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>":
"typescript@npm:^5.2.2":
version: 5.2.2
resolution: "typescript@npm:5.2.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 7912821dac4d962d315c36800fe387cdc0a6298dba7ec171b350b4a6e988b51d7b8f051317786db1094bd7431d526b648aba7da8236607febb26cf5b871d2d3c
languageName: node
linkType: hard

"typescript@patch:typescript@^4.3.5#~builtin<compat/typescript>":
version: 4.9.4
resolution: "typescript@patch:typescript@npm%3A4.9.4#~builtin<compat/typescript>::version=4.9.4&hash=289587"
bin:
Expand All @@ -14455,6 +14458,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=14eedb"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 07106822b4305de3f22835cbba949a2b35451cad50888759b6818421290ff95d522b38ef7919e70fb381c5fe9c1c643d7dea22c8b31652a717ddbd57b7f4d554
languageName: node
linkType: hard

"uglify-es@npm:^3.1.9":
version: 3.3.10
resolution: "uglify-es@npm:3.3.10"
Expand Down

0 comments on commit d2c0b82

Please sign in to comment.