Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 30, 2022
1 parent 34313a6 commit 193aa21
Show file tree
Hide file tree
Showing 7 changed files with 993 additions and 906 deletions.
786 changes: 0 additions & 786 deletions .yarn/releases/yarn-3.2.1.cjs

This file was deleted.

783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.3.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.1.cjs
yarnPath: .yarn/releases/yarn-3.2.3.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"test": "yarn lint && vitest run"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint": "^8.23.0",
"lerna": "^4.0.0",
"vitest": "^0.18.1"
"vitest": "^0.22.1"
},
"packageManager": "yarn@3.2.1"
"packageManager": "yarn@3.2.3"
}
6 changes: 3 additions & 3 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@typescript-eslint/eslint-plugin": "^5.36.0",
"@typescript-eslint/parser": "^5.36.0",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-plugin-import": "^2.26.0"
},
"peerDependencies": {
"eslint": "^8.20.0"
"eslint": "^8.23.0"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"dependencies": {
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-vue": "^9.2.0"
"eslint-plugin-vue": "^9.4.0"
},
"peerDependencies": {
"eslint": "^8.20.0"
"eslint": "^8.23.0"
}
}

0 comments on commit 193aa21

Please sign in to comment.