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 Oct 17, 2022
1 parent 8fce580 commit 6fc061c
Show file tree
Hide file tree
Showing 7 changed files with 1,764 additions and 1,514 deletions.
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.3.cjs

This file was deleted.

801 changes: 801 additions & 0 deletions .yarn/releases/yarn-3.2.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.3.cjs
yarnPath: .yarn/releases/yarn-3.2.4.cjs
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -9,9 +9,9 @@
"test": "yarn lint && vitest run"
},
"devDependencies": {
"eslint": "^8.23.0",
"lerna": "^5.4.3",
"vitest": "^0.22.1"
"eslint": "^8.25.0",
"lerna": "^5.6.2",
"vitest": "^0.24.3"
},
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@3.2.4"
}
8 changes: 4 additions & 4 deletions packages/eslint-config-typescript/package.json
Expand Up @@ -9,12 +9,12 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint-import-resolver-typescript": "^3.5.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0"
},
"peerDependencies": {
"eslint": "^8.23.0"
"eslint": "^8.25.0"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Expand Up @@ -10,13 +10,13 @@
"dependencies": {
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-promise": "^6.1.0",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-vue": "^9.4.0"
"eslint-plugin-vue": "^9.6.0"
},
"peerDependencies": {
"eslint": "^8.23.0"
"eslint": "^8.25.0"
}
}

0 comments on commit 6fc061c

Please sign in to comment.