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

Update vue-concurrency and bump required node version (plus types) to sort out peer dependency warnings #10893

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Raise required node version to >=18, bump @types/node accordingly (so…
…rts out more peerdeps also)
pascalwengerter committed May 14, 2024
commit 480a0b462a85d99af0c4da5fb621c91a9e9d7c4f
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@
"@rollup/plugin-inject": "5.0.3",
"@types/glob": "8.1.0",
"@types/lodash-es": "4.17.7",
"@types/node": "16.18.30",
"@types/node": "18.11.9",
"@types/node-fetch": "2.6.10",
"@vitejs/plugin-vue": "5.0.3",
"@vitest/coverage-v8": "1.5.0",
@@ -112,7 +112,7 @@
"wait-for-expect": "3.0.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"packageManager": "[email protected]",
"volta": {
Loading