Skip to content

Commit d2e446d

Browse files
leotmfacebook-github-bot
authored andcommitted
Bump TypeScript in template from 4.8.4 to 5.0.4 (#36862)
Summary: https://devblogs.microsoft.com/typescript/announcing-typescript-5-0 ## Changelog: [GENERAL] [CHANGED] - Bump TypeScript in template from 4.8.4 to 5.0.4 and ESLint pkgs from 8.19.0 to 8.38.0 Pull Request resolved: #36862 Test Plan: Everything builds and runs as expected Reviewed By: cortinico Differential Revision: D45720238 Pulled By: NickGerleman fbshipit-source-id: d38b60110434760fdedc84ad941e0918bb986a40
1 parent 7ea3950 commit d2e446d

File tree

4 files changed

+232
-15
lines changed

4 files changed

+232
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@jest/create-cache-key-function": "^29.2.1",
5959
"@react-native/metro-config": "^0.73.0",
6060
"@types/react": "^18.0.18",
61-
"@typescript-eslint/parser": "^5.30.5",
61+
"@typescript-eslint/parser": "^5.57.1",
6262
"async": "^3.2.2",
6363
"babel-plugin-transform-flow-enums": "^0.0.2",
6464
"clang-format": "^1.8.0",
@@ -93,7 +93,7 @@
9393
"react-test-renderer": "18.2.0",
9494
"shelljs": "^0.8.5",
9595
"signedsource": "^1.0.0",
96-
"typescript": "4.1.3",
96+
"typescript": "5.0.4",
9797
"ws": "^6.2.2"
9898
}
9999
}

packages/eslint-config-react-native-community/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@babel/core": "^7.20.0",
2020
"@babel/eslint-parser": "^7.19.0",
2121
"@react-native/eslint-plugin": "^0.73.0",
22-
"@typescript-eslint/eslint-plugin": "^5.30.5",
23-
"@typescript-eslint/parser": "^5.30.5",
22+
"@typescript-eslint/eslint-plugin": "^5.57.1",
23+
"@typescript-eslint/parser": "^5.57.1",
2424
"eslint-config-prettier": "^8.5.0",
2525
"eslint-plugin-eslint-comments": "^3.2.0",
2626
"eslint-plugin-ft-flow": "^2.0.1",

packages/react-native/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"metro-react-native-babel-preset": "0.76.2",
2929
"prettier": "^2.4.1",
3030
"react-test-renderer": "18.2.0",
31-
"typescript": "4.8.4"
31+
"typescript": "5.0.4"
3232
},
3333
"engines": {
3434
"node": ">=16"

0 commit comments

Comments
 (0)