Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 23, 2020
1 parent 173b586 commit 49cb1b9
Show file tree
Hide file tree
Showing 4 changed files with 540 additions and 529 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.3.1",
"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": "^2.32.0",
"@typescript-eslint/parser": "^2.32.0"
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Expand Up @@ -14,15 +14,15 @@
"dependencies": {
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-jest": "^23.10.0",
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^19.0.1",
"eslint-plugin-vue": "^6.2.2"
},
"peerDependencies": {
"eslint": "^7.0.0"
"eslint": "^7.3.1"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 49cb1b9

Please sign in to comment.