Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
fdec91dc39
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      package.json

+ 1
- 0
package.json Dosyayı Görüntüle

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