Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #229

Merged
merged 1 commit into from Nov 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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"
}
}