Skip to content

Commit

Permalink
fix: Upgrade dependencies to support Node.js 6
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Sep 19, 2018
1 parent 9fc80de commit 0238b6d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
},
"dependencies": {
"date-fns": "^1.29.0",
"timezone-support": "^1.3.0"
"timezone-support": "^1.3.1"
},
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/core": "^7.1.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"benchmark": "^2.1.4",
Expand Down

0 comments on commit 0238b6d

Please sign in to comment.