Przeglądaj źródła

Add dependency on tslib

Guy Carmeli 6 lat temu
rodzic
commit
222f48861d
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      package.json

+ 2
- 1
package.json Wyświetl plik

@@ -56,7 +56,8 @@
56 56
     "hoist-non-react-statics": "3.x.x",
57 57
     "lodash": "4.x.x",
58 58
     "prop-types": "15.x.x",
59
-    "react-lifecycles-compat": "2.0.0"
59
+    "react-lifecycles-compat": "2.0.0",
60
+    "tslib": "1.9.3"
60 61
   },
61 62
   "devDependencies": {
62 63
     "@types/jest": "22.x.x",