mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-24 15:18:19 +00:00
Update babel dependencies
This commit is contained in:
+9
-9
@@ -23,15 +23,15 @@
|
|||||||
"test": "yarn flow && yarn lint:check && yarn jest --runInBand"
|
"test": "yarn flow && yarn lint:check && yarn jest --runInBand"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/cli": "^7.6.3",
|
"@babel/cli": "^7.8.4",
|
||||||
"@babel/core": "^7.6.3",
|
"@babel/core": "^7.8.4",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
||||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
|
||||||
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
|
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
|
||||||
"@babel/plugin-transform-runtime": "^7.6.2",
|
"@babel/plugin-transform-runtime": "^7.8.3",
|
||||||
"@babel/preset-env": "^7.6.3",
|
"@babel/preset-env": "^7.8.4",
|
||||||
"@babel/preset-flow": "^7.0.0",
|
"@babel/preset-flow": "^7.8.3",
|
||||||
"@babel/preset-react": "^7.6.3",
|
"@babel/preset-react": "^7.8.3",
|
||||||
"@testing-library/react": "^9.3.0",
|
"@testing-library/react": "^9.3.0",
|
||||||
"babel-eslint": "^10.0.3",
|
"babel-eslint": "^10.0.3",
|
||||||
"babel-jest": "^24.9.0",
|
"babel-jest": "^24.9.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user