ソースを参照

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