Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jun 22, 2019
1 parent 29c4003 commit f0959ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"moon-unit": "^0.2.2",
"phantomjs-prebuilt": "~2.1.16",
"promises-aplus-tests": "^2.1.2",
"puppeteer": "~1.17.0",
"puppeteer": "~1.18.0",
"qunit": "~2.9.2",
"webpack": "^4.34.0"
"webpack": "^4.35.0"
},
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"mkdirp": "^0.5.1",
"temp": "^0.9.0",
"util.promisify": "^1.0.0",
"webpack": "^4.34.0"
"webpack": "^4.35.0"
},
"license": "MIT"
}
4 changes: 2 additions & 2 deletions packages/core-js-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"main": "index.js",
"dependencies": {
"browserslist": "^4.6.2",
"browserslist": "^4.6.3",
"core-js-pure": "3.1.4",
"semver": "^6.1.1"
},
"devDependencies": {
"detective": "^5.2.0",
"electron-to-chromium": "^1.3.161",
"electron-to-chromium": "^1.3.169",
"glob": "^7.1.4"
},
"license": "MIT"
Expand Down

0 comments on commit f0959ea

Please sign in to comment.