Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 11, 2019
1 parent 8c5b62b commit 66ffb33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,11 +1,11 @@
{
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/plugin-transform-block-scoped-functions": "^7.2.0",
"@babel/plugin-transform-block-scoping": "^7.6.2",
"@babel/plugin-transform-block-scoping": "^7.6.3",
"@babel/plugin-transform-classes": "^7.5.5",
"@babel/plugin-transform-computed-properties": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.6.0",
Expand All @@ -28,7 +28,7 @@
"eslint-plugin-optimize-regex": "^1.1.7",
"eslint-plugin-qunit": "^4.0.0",
"eslint-plugin-sonarjs": "^0.4.0",
"eslint-plugin-unicorn": "^12.0.2",
"eslint-plugin-unicorn": "^12.1.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
Expand All @@ -40,13 +40,13 @@
"karma-chrome-launcher": "^3.1.0",
"karma-phantomjs-launcher": "~1.0.4",
"karma-qunit": "^4.0.0",
"lerna": "^3.16.5",
"lerna": "^3.17.0",
"moon-unit": "^0.2.2",
"phantomjs-prebuilt": "~2.1.16",
"promises-aplus-tests": "^2.1.2",
"puppeteer": "~1.20.0",
"qunit": "~2.9.3",
"webpack": "^4.41.0"
"webpack": "^4.41.1"
},
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js-builder/package.json
Expand Up @@ -12,7 +12,7 @@
"core-js-compat": "3.2.1",
"mkdirp": "^0.5.1",
"util.promisify": "^1.0.0",
"webpack": "^4.41.0"
"webpack": "^4.41.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js-compat/package.json
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"detective": "^5.2.0",
"electron-to-chromium": "^1.3.277",
"electron-to-chromium": "^1.3.280",
"glob": "^7.1.4"
},
"engines": {
Expand Down

0 comments on commit 66ffb33

Please sign in to comment.