소스 검색

lol ecosystem

Guy Carmeli 5 년 전
부모
커밋
9b52fdc9c8
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      package.json

+ 3
- 2
package.json 파일 보기

@@ -55,7 +55,8 @@
55 55
     "tslib": "1.9.3"
56 56
   },
57 57
   "devDependencies": {
58
-    "@babel/core": "^7.5.5",
58
+    "@babel/core": "7.6.4",
59
+    "@babel/types": "7.6.x",
59 60
     "@babel/plugin-proposal-export-default-from": "7.2.0",
60 61
     "@babel/plugin-proposal-export-namespace-from": "7.2.0",
61 62
     "@types/hoist-non-react-statics": "^3.0.1",
@@ -167,4 +168,4 @@
167 168
       }
168 169
     }
169 170
   }
170
-}
171
+}