Skip to content

Commit 652e395

Browse files
Bardiamistfacebook-github-bot
authored andcommitted
Update template devDependencies (#30489)
Summary: Update template devDependencies before 0.64.0 release ## Changelog [JavaScript] [Changed] - Update devDependencies (`babel/core` to `7.12.9`, `babel/runtime` to `7.12.5`, `react-native-community/eslint-config` to `2.0.0`, `babel-jest` to `26.6.3`, `eslint` to `7.14.0` and `jest` to `26.6.3`) Pull Request resolved: #30489 Test Plan: - [ ] Check babel - [ ] Check eslint - [ ] Check jest Reviewed By: lunaleaps Differential Revision: D25377357 Pulled By: TheSavior fbshipit-source-id: fd8e1992860a7fbae710898fbee249e9c36d2229
1 parent 84dde67 commit 652e395

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

template/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"react-native": "1000.0.0"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "^7.8.4",
18-
"@babel/runtime": "^7.8.4",
19-
"@react-native-community/eslint-config": "^1.1.0",
20-
"babel-jest": "^25.1.0",
21-
"eslint": "7.12.0",
22-
"jest": "^25.1.0",
17+
"@babel/core": "^7.12.9",
18+
"@babel/runtime": "^7.12.5",
19+
"@react-native-community/eslint-config": "^2.0.0",
20+
"babel-jest": "^26.6.3",
21+
"eslint": "7.14.0",
22+
"jest": "^26.6.3",
2323
"metro-react-native-babel-preset": "^0.64.0",
2424
"react-native-codegen": "^0.0.6",
2525
"react-test-renderer": "17.0.1"

0 commit comments

Comments
 (0)