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

Commit 514b6de

Browse filesBrowse files
chore(deps): update all non-major dependencies
1 parent e395951 commit 514b6de
Copy full SHA for 514b6de

File tree

10 files changed

+260
-238
lines changed
Filter options

10 files changed

+260
-238
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.16.4",
44
"description": "🛠️ The recommended way to start a Vite-powered Vue project",
55
"type": "module",
6-
"packageManager": "pnpm@10.8.0",
6+
"packageManager": "pnpm@10.10.0",
77
"bin": {
88
"create-vue": "bundle.js"
99
},
@@ -50,7 +50,7 @@
5050
"@clack/prompts": "^0.10.1",
5151
"@tsconfig/node22": "^22.0.1",
5252
"@types/eslint": "^9.6.1",
53-
"@types/node": "^22.14.1",
53+
"@types/node": "^22.15.3",
5454
"@types/prompts": "^2.4.9",
5555
"@vue/create-eslint-config": "^0.10.1",
5656
"@vue/tsconfig": "^0.7.0",
@@ -59,10 +59,10 @@
5959
"lint-staged": "^15.5.1",
6060
"picocolors": "^1.1.1",
6161
"prettier": "3.5.3",
62-
"rolldown": "1.0.0-beta.7",
62+
"rolldown": "1.0.0-beta.8",
6363
"rollup-plugin-license": "^3.6.0",
64-
"vitest": "^3.1.1",
65-
"zx": "^8.5.2"
64+
"vitest": "^3.1.2",
65+
"zx": "^8.5.3"
6666
},
6767
"lint-staged": {
6868
"*.{js,ts,vue,json}": [

‎pnpm-lock.yaml

Copy file name to clipboardExpand all lines: pnpm-lock.yaml
+245-223Lines changed: 245 additions & 223 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎template/config/cypress-ct/package.json

Copy file name to clipboardExpand all lines: template/config/cypress-ct/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"vue": "^3.5.13"
88
},
99
"devDependencies": {
10-
"cypress": "^14.3.0"
10+
"cypress": "^14.3.2"
1111
}
1212
}

‎template/config/cypress/package.json

Copy file name to clipboardExpand all lines: template/config/cypress/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'"
66
},
77
"devDependencies": {
8-
"cypress": "^14.3.0",
8+
"cypress": "^14.3.2",
99
"start-server-and-test": "^2.0.11"
1010
}
1111
}

‎template/config/nightwatch/package.json

Copy file name to clipboardExpand all lines: template/config/nightwatch/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"devDependencies": {
66
"@nightwatch/vue": "^3.1.2",
77
"@vitejs/plugin-vue": "^5.2.3",
8-
"chromedriver": "^135.0.1",
8+
"chromedriver": "^135.0.4",
99
"geckodriver": "^5.0.0",
1010
"nightwatch": "^3.12.1",
1111
"ts-node": "^10.9.2",

‎template/config/playwright/package.json

Copy file name to clipboardExpand all lines: template/config/playwright/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"test:e2e": "playwright test"
44
},
55
"devDependencies": {
6-
"@playwright/test": "^1.51.1"
6+
"@playwright/test": "^1.52.0"
77
}
88
}

‎template/config/router/package.json

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
33
"vue": "^3.5.13",
4-
"vue-router": "^4.5.0"
4+
"vue-router": "^4.5.1"
55
}
66
}

‎template/config/typescript/package.json

Copy file name to clipboardExpand all lines: template/config/typescript/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"type-check": "vue-tsc --build"
66
},
77
"devDependencies": {
8-
"@types/node": "^22.14.1",
8+
"@types/node": "^22.15.3",
99
"npm-run-all2": "^7.0.2",
1010
"typescript": "~5.8.0",
11-
"vue-tsc": "^2.2.8"
11+
"vue-tsc": "^2.2.10"
1212
}
1313
}

‎template/config/vitest/package.json

Copy file name to clipboardExpand all lines: template/config/vitest/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"devDependencies": {
99
"@vue/test-utils": "^2.4.6",
1010
"jsdom": "^26.1.0",
11-
"vitest": "^3.1.1"
11+
"vitest": "^3.1.2"
1212
}
1313
}

‎template/eslint/package.json

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"devDependencies": {
3-
"@vitest/eslint-plugin": "^1.1.42",
4-
"eslint-plugin-cypress": "^4.2.1",
3+
"@vitest/eslint-plugin": "^1.1.43",
4+
"eslint-plugin-cypress": "^4.3.0",
55
"eslint-plugin-playwright": "^2.2.0"
66
}
77
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.