Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
1. Fix bug "Request" is not defined
2. Update dependencies to latest versions
  • Loading branch information
muthurathinam-m committed Jul 1, 2019
1 parent d83b993 commit f1bba52
Show file tree
Hide file tree
Showing 20 changed files with 214 additions and 135 deletions.
139 changes: 106 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.9",
"@types/node": "^12.0.10",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"husky": "^2.2.0",
Expand All @@ -29,9 +29,9 @@
"prettier": "^1.17.0",
"rollup": "^1.10.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.0.0",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.4.5",
Expand Down
Loading

0 comments on commit f1bba52

Please sign in to comment.