Skip to content

Commit

Permalink
Update template devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bardiamist committed Nov 27, 2020
1 parent 9528ef2 commit f9a408a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"react-native": "1000.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.1.0",
"eslint": "7.12.0",
"jest": "^25.1.0",
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-native-codegen": "^0.0.6",
"react-test-renderer": "17.0.1"
Expand Down

0 comments on commit f9a408a

Please sign in to comment.