Update build tools

This commit is contained in:
Nicolas Gallagher
2017-06-18 13:14:59 -07:00
parent 7bab19ae6c
commit 8e60690877
2 changed files with 17 additions and 59 deletions
+3 -4
View File
@@ -73,8 +73,8 @@
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.5",
"babel-preset-react-native": "^1.9.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.6",
"babel-preset-react-native": "^2.0.0",
"del-cli": "^1.0.0",
"enzyme": "^2.8.2",
"enzyme-to-json": "^1.5.1",
@@ -86,12 +86,11 @@
"flow-bin": "^0.47.0",
"jest": "^20.0.4",
"lint-staged": "^3.6.0",
"node-libs-browser": "^0.5.3",
"prettier": "^1.4.4",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-test-renderer": "^15.6.1",
"url-loader": "^0.5.8",
"url-loader": "^0.5.9",
"webpack": "^2.6.1",
"webpack-bundle-analyzer": "^2.8.2"
},