Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 30, 2021
1 parent 62864a0 commit 116d446
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 100 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"test": "yarn lint && jest"
},
"devDependencies": {
"eslint": "7.13.0",
"eslint": "7.18.0",
"jest": "26.6.3",
"lerna": "3.22.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Expand Up @@ -13,8 +13,8 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "5.0.0",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0"
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Expand Up @@ -12,17 +12,17 @@
"index.js"
],
"dependencies": {
"eslint-config-standard": "^16.0.1",
"eslint-config-standard": "^16.0.2",
"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.1.0",
"eslint-plugin-unicorn": "^23.0.0",
"eslint-plugin-vue": "^7.1.0"
"eslint-plugin-vue": "^7.5.0"
},
"peerDependencies": {
"eslint": "^7.13.0"
"eslint": "^7.18.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 116d446

Please sign in to comment.