Skip to content

Commit

Permalink
fix: Upgrade timezone-support
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Sep 26, 2018
1 parent a0a76f9 commit 21a52b1
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 60 deletions.
156 changes: 100 additions & 56 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 @@ -73,7 +73,7 @@
},
"dependencies": {
"date-fns": "^1.29.0",
"timezone-support": "^1.3.1"
"timezone-support": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.1.0",
Expand All @@ -97,14 +97,14 @@
"puppeteer": "^1.8.0",
"regenerator-runtime": "^0.12.1",
"rimraf": "^2.6.2",
"rollup": "^0.66.0",
"rollup": "^0.66.2",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-uglify": "^6.0.0",
"semantic-release": "^15.9.15",
"semantic-release": "^15.9.16",
"serve-static": "^1.13.2",
"standard": "^12.0.1",
"tiny-glob": "^0.2.2",
"travis-deploy-once": "^5.0.7"
"travis-deploy-once": "^5.0.8"
},
"keywords": [
"date-fns",
Expand Down

0 comments on commit 21a52b1

Please sign in to comment.