-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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: remove unused packages #14310
Conversation
Run & review this pull request in StackBlitz Codeflow. |
@@ -46,7 +46,6 @@ | |||
"@rollup/plugin-typescript": "^11.1.2", | |||
"@types/babel__core": "^7.20.1", | |||
"@types/babel__preset-env": "^7.9.2", | |||
"@types/babel__standalone": "^7.1.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@babel/standalone
was used by plugin-legacy in past. But now it uses @babel/core
.
@@ -15,7 +15,6 @@ | |||
"vue-router": "^4.2.4" | |||
}, | |||
"devDependencies": { | |||
"@vitejs/plugin-vue": "^4.2.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to remove in #14073
Node.js 20 is failing with the same reason with #14307 (comment) |
Description
Removed unused packages from
package.json
.Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).