Skip to content

Commit

Permalink
Chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed May 1, 2019
1 parent 84b2646 commit 0eb4927
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"eslint": ">=4.19.1"
},
"dependencies": {
"eslint-plugin-es": "^1.3.1",
"eslint-plugin-es": "^1.4.0",
"eslint-utils": "^1.3.1",
"ignore": "^5.0.2",
"ignore": "^5.1.1",
"minimatch": "^3.0.4",
"resolve": "^1.8.1",
"semver": "^5.5.0"
"resolve": "^1.10.1",
"semver": "^6.0.0"
},
"devDependencies": {
"@mysticatea/eslint-plugin": "^7.0.0",
"codecov": "^3.0.4",
"eslint": "^5.8.0",
"fast-glob": "^2.2.2",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"opener": "^1.4.3",
"rimraf": "^2.6.1"
"@mysticatea/eslint-plugin": "^10.0.3",
"codecov": "^3.3.0",
"eslint": "^5.16.0",
"fast-glob": "^2.2.6",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"opener": "^1.5.1",
"rimraf": "^2.6.3"
},
"scripts": {
"build": "node scripts/update.js",
Expand Down

0 comments on commit 0eb4927

Please sign in to comment.