Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#160)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 13, 2021
1 parent 8da29fb commit 035fbea
Show file tree
Hide file tree
Showing 4 changed files with 431 additions and 376 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,8 +9,8 @@
"test": "yarn lint && jest"
},
"devDependencies": {
"eslint": "7.27.0",
"jest": "27.0.1",
"eslint": "7.28.0",
"jest": "27.0.4",
"lerna": "4.0.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-typescript/package.json
Expand Up @@ -13,11 +13,11 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "6.0.1",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0"
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1"
},
"peerDependencies": {
"eslint": "^7.27.0"
"eslint": "^7.28.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": "^16.0.3",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-unicorn": "^28.0.2",
"eslint-plugin-vue": "^7.9.0"
"eslint-plugin-vue": "^7.11.1"
},
"peerDependencies": {
"eslint": "^7.27.0"
"eslint": "^7.28.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 035fbea

Please sign in to comment.