Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#229)
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 Nov 16, 2022
1 parent 1ad50c7 commit 129a617
Show file tree
Hide file tree
Showing 7 changed files with 1,596 additions and 1,384 deletions.
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.3.cjs

This file was deleted.

807 changes: 807 additions & 0 deletions .yarn/releases/yarn-3.3.0.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.3.0.cjs
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"eslint": "^8.27.0",
"lerna": "^5.4.3",
"vitest": "^0.25.1",
"lerna": "^5.6.2",
"vitest": "^0.25.2",
"vue": "^3.2.45"
},
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@3.3.0"
}
8 changes: 4 additions & 4 deletions packages/eslint-config-typescript/package.json
Expand Up @@ -9,16 +9,16 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.7.0"
},
"peerDependencies": {
"eslint": "^8.23.0"
"eslint": "^8.27.0"
},
"devDependencies": {
"typescript": "^4.8.4"
"typescript": "^4.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Expand Up @@ -18,6 +18,6 @@
"local-pkg": "^0.4.2"
},
"peerDependencies": {
"eslint": "^8.23.0"
"eslint": "^8.27.0"
}
}

0 comments on commit 129a617

Please sign in to comment.