Преглед на файлове

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 преди 5 години
родител
ревизия
fdec91dc39
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1
    0
      package.json

+ 1
- 0
package.json Целия файл

@@ -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",