Skip to content

Commit d5a0ea3

Browse files
chore(deps): update all non-major dependencies (#642)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3d661e commit d5a0ea3

File tree

6 files changed

+42
-42
lines changed

6 files changed

+42
-42
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.12.2",
44
"description": "🛠️ The recommended way to start a Vite-powered Vue project",
55
"type": "module",
6-
"packageManager": "[email protected].0",
6+
"packageManager": "[email protected].1",
77
"bin": {
88
"create-vue": "outfile.cjs"
99
},

pnpm-lock.yaml

+37-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/config/cypress-ct/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"vue": "^3.5.13"
88
},
99
"devDependencies": {
10-
"cypress": "^13.16.1"
10+
"cypress": "^13.17.0"
1111
}
1212
}

template/config/cypress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'"
55
},
66
"devDependencies": {
7-
"cypress": "^13.16.1",
7+
"cypress": "^13.17.0",
88
"start-server-and-test": "^2.0.9"
99
}
1010
}

template/config/nightwatch/package.json

+1-1
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.1",
8-
"chromedriver": "^131.0.3",
8+
"chromedriver": "^131.0.4",
99
"geckodriver": "^5.0.0",
1010
"nightwatch": "^3.9.0",
1111
"ts-node": "^10.9.2",

template/eslint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"@vitest/eslint-plugin": "1.1.16",
3+
"@vitest/eslint-plugin": "1.1.20",
44
"eslint-plugin-cypress": "^4.1.0",
55
"eslint-plugin-playwright": "^2.1.0"
66
}

0 commit comments

Comments
 (0)