Skip to content

Commit

Permalink
Bump TypeScript in template from 4.8.4 to 5.0.4 (#36862)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
leotm authored and facebook-github-bot committed May 10, 2023
1 parent 7ea3950 commit d2e446d
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@jest/create-cache-key-function": "^29.2.1",
"@react-native/metro-config": "^0.73.0",
"@types/react": "^18.0.18",
"@typescript-eslint/parser": "^5.30.5",
"@typescript-eslint/parser": "^5.57.1",
"async": "^3.2.2",
"babel-plugin-transform-flow-enums": "^0.0.2",
"clang-format": "^1.8.0",
Expand Down Expand Up @@ -93,7 +93,7 @@
"react-test-renderer": "18.2.0",
"shelljs": "^0.8.5",
"signedsource": "^1.0.0",
"typescript": "4.1.3",
"typescript": "5.0.4",
"ws": "^6.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-react-native-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.19.0",
"@react-native/eslint-plugin": "^0.73.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-ft-flow": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"metro-react-native-babel-preset": "0.76.2",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
"typescript": "5.0.4"
},
"engines": {
"node": ">=16"
Expand Down
Loading

0 comments on commit d2e446d

Please sign in to comment.