Skip to content

Commit

Permalink
Upgrade: compatible deps (#11608)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add authored and not-an-aardvark committed Apr 13, 2019
1 parent a55913d commit e70d5f7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"import-fresh": "^3.0.0",
"imurmurhash": "^0.1.4",
"inquirer": "^6.2.2",
"js-yaml": "^3.13.0",
"js-yaml": "^3.13.1",
"json-stable-stringify-without-jsonify": "^1.0.1",
"levn": "^0.3.0",
"lodash": "^4.17.11",
Expand All @@ -72,16 +72,16 @@
"text-table": "^0.2.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@babel/core": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-loader": "^8.0.5",
"beefy": "^2.1.8",
"brfs": "^2.0.0",
"brfs": "^2.0.2",
"chai": "^4.0.1",
"cheerio": "^0.22.0",
"common-tags": "^1.8.0",
"coveralls": "^3.0.1",
"coveralls": "^3.0.3",
"dateformat": "^3.0.3",
"ejs": "^2.6.1",
"eslint-config-eslint": "file:packages/eslint-config-eslint",
Expand All @@ -99,19 +99,19 @@
"karma-webpack": "^4.0.0-rc.6",
"leche": "^2.2.3",
"load-perf": "^0.2.0",
"markdownlint": "^0.12.0",
"mocha": "^5.0.5",
"markdownlint": "^0.13.0",
"mocha": "^6.1.2",
"mock-fs": "^4.8.0",
"npm-license": "^0.3.3",
"nyc": "^13.3.0",
"proxyquire": "^2.0.1",
"puppeteer": "^1.12.2",
"puppeteer": "^1.14.0",
"shelljs": "^0.8.2",
"sinon": "^3.3.0",
"temp": "^0.9.0",
"through": "^2.3.8",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3"
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"keywords": [
"ast",
Expand Down

0 comments on commit e70d5f7

Please sign in to comment.