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 Nov 14, 2020
1 parent b6b6cb5 commit f665841
Show file tree
Hide file tree
Showing 4 changed files with 593 additions and 476 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -9,11 +9,11 @@
"test": "yarn lint && jest"
},
"devDependencies": {
"eslint": "7.5.0",
"jest": "26.1.0",
"eslint": "7.13.0",
"jest": "26.6.3",
"lerna": "3.22.1"
},
"dependencies": {
"eslint-plugin-jest": "^24.1.0"
"eslint-plugin-jest": "^24.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Expand Up @@ -13,8 +13,8 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "4.0.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0"
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Expand Up @@ -13,16 +13,16 @@
],
"dependencies": {
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-unicorn": "^23.0.0",
"eslint-plugin-vue": "^7.1.0"
},
"peerDependencies": {
"eslint": "^7.5.0"
"eslint": "^7.13.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit f665841

Please sign in to comment.