Browse Source

Add dependency on tslib

Guy Carmeli 6 years ago
parent
commit
222f48861d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      package.json

+ 2
- 1
package.json View File

56
     "hoist-non-react-statics": "3.x.x",
56
     "hoist-non-react-statics": "3.x.x",
57
     "lodash": "4.x.x",
57
     "lodash": "4.x.x",
58
     "prop-types": "15.x.x",
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
   "devDependencies": {
62
   "devDependencies": {
62
     "@types/jest": "22.x.x",
63
     "@types/jest": "22.x.x",