Skip to content

Commit a672157

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

File tree

4 files changed

+21
-52
lines changed

4 files changed

+21
-52
lines changed

Diff for: pnpm-lock.yaml

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

Diff for: template/config/cypress-ct/package.json

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

Diff for: 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.6.0",
7+
"cypress": "^13.6.1",
88
"start-server-and-test": "^2.0.3"
99
}
1010
}

Diff for: template/config/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@types/node": "^18.19.2",
99
"npm-run-all2": "^6.1.1",
1010
"typescript": "~5.2.0",
11-
"vue-tsc": "^1.8.24"
11+
"vue-tsc": "^1.8.25"
1212
}
1313
}

0 commit comments

Comments
 (0)