Browse Source

lol ecosystem

Guy Carmeli 5 years ago
parent
commit
9b52fdc9c8
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      package.json

+ 3
- 2
package.json View File

@@ -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
+}