Explorar el Código

Add @babel/core to dev dependencies as it's required by peer deps (#5410)

Should fix a lot of the warnings when doing a clean yarn install
Alberto Blanco hace 5 años
padre
commit
fdec91dc39
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      package.json

+ 1
- 0
package.json Ver fichero

@@ -54,6 +54,7 @@
54 54
     "tslib": "1.9.3"
55 55
   },
56 56
   "devDependencies": {
57
+    "@babel/core": "^7.5.5",
57 58
     "@babel/plugin-proposal-export-default-from": "7.2.0",
58 59
     "@babel/plugin-proposal-export-namespace-from": "7.2.0",
59 60
     "@types/hoist-non-react-statics": "^3.0.1",