Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

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

Merged
merged 1 commit into from
Apr 30, 2025
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions 10 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.16.4",
"description": "🛠️ The recommended way to start a Vite-powered Vue project",
"type": "module",
"packageManager": "pnpm@10.8.0",
"packageManager": "pnpm@10.10.0",
"bin": {
"create-vue": "bundle.js"
},
Expand Down Expand Up @@ -50,7 +50,7 @@
"@clack/prompts": "^0.10.1",
"@tsconfig/node22": "^22.0.1",
"@types/eslint": "^9.6.1",
"@types/node": "^22.14.1",
"@types/node": "^22.15.3",
"@types/prompts": "^2.4.9",
"@vue/create-eslint-config": "^0.10.1",
"@vue/tsconfig": "^0.7.0",
Expand All @@ -59,10 +59,10 @@
"lint-staged": "^15.5.1",
"picocolors": "^1.1.1",
"prettier": "3.5.3",
"rolldown": "1.0.0-beta.7",
"rolldown": "1.0.0-beta.8",
"rollup-plugin-license": "^3.6.0",
"vitest": "^3.1.1",
"zx": "^8.5.2"
"vitest": "^3.1.2",
"zx": "^8.5.3"
},
"lint-staged": {
"*.{js,ts,vue,json}": [
Expand Down
468 changes: 245 additions & 223 deletions 468 pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 2 template/config/cypress-ct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"vue": "^3.5.13"
},
"devDependencies": {
"cypress": "^14.3.0"
"cypress": "^14.3.2"
}
}
2 changes: 1 addition & 1 deletion 2 template/config/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'"
},
"devDependencies": {
"cypress": "^14.3.0",
"cypress": "^14.3.2",
"start-server-and-test": "^2.0.11"
}
}
2 changes: 1 addition & 1 deletion 2 template/config/nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"@nightwatch/vue": "^3.1.2",
"@vitejs/plugin-vue": "^5.2.3",
"chromedriver": "^135.0.1",
"chromedriver": "^135.0.4",
"geckodriver": "^5.0.0",
"nightwatch": "^3.12.1",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion 2 template/config/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test:e2e": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.51.1"
"@playwright/test": "^1.52.0"
}
}
2 changes: 1 addition & 1 deletion 2 template/config/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"vue": "^3.5.13",
"vue-router": "^4.5.0"
"vue-router": "^4.5.1"
}
}
4 changes: 2 additions & 2 deletions 4 template/config/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"type-check": "vue-tsc --build"
},
"devDependencies": {
"@types/node": "^22.14.1",
"@types/node": "^22.15.3",
"npm-run-all2": "^7.0.2",
"typescript": "~5.8.0",
"vue-tsc": "^2.2.8"
"vue-tsc": "^2.2.10"
}
}
2 changes: 1 addition & 1 deletion 2 template/config/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"devDependencies": {
"@vue/test-utils": "^2.4.6",
"jsdom": "^26.1.0",
"vitest": "^3.1.1"
"vitest": "^3.1.2"
}
}
4 changes: 2 additions & 2 deletions 4 template/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"@vitest/eslint-plugin": "^1.1.42",
"eslint-plugin-cypress": "^4.2.1",
"@vitest/eslint-plugin": "^1.1.43",
"eslint-plugin-cypress": "^4.3.0",
"eslint-plugin-playwright": "^2.2.0"
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.