Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 27, 2020
1 parent c3c0a3f commit 61621b5
Show file tree
Hide file tree
Showing 4 changed files with 608 additions and 560 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -9,8 +9,8 @@
"test": "yarn lint && jest"
},
"devDependencies": {
"eslint": "7.0.0",
"jest": "26.0.1",
"lerna": "3.20.2"
"eslint": "7.5.0",
"jest": "26.1.0",
"lerna": "3.22.1"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Expand Up @@ -13,8 +13,8 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "3.0.0",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0"
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Expand Up @@ -13,16 +13,16 @@
],
"dependencies": {
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-jest": "^23.10.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest": "^23.18.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^21.0.0",
"eslint-plugin-vue": "^6.2.2"
},
"peerDependencies": {
"eslint": "^7.0.0"
"eslint": "^7.5.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 61621b5

Please sign in to comment.