Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 30c21a7

Browse files
chore(deps): update all non-major dependencies
1 parent f33526c commit 30c21a7

File tree

3 files changed

+359
-444
lines changed

3 files changed

+359
-444
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v5
1111
- uses: actions/setup-node@v6
1212
with:
13-
node-version: 22.18.0
13+
node-version: 22.21.0
1414
- uses: cypress-io/github-action@v4
1515
with:
1616
# env: PORT=4000

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"type-check": "vue-tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"pinia": "^2.0.34",
15-
"vue": "^3.2.47"
14+
"pinia": "^2.3.1",
15+
"vue": "^3.5.22"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.8.7",
18+
"@types/node": "^22.18.13",
1919
"@vitejs/plugin-vue": "^6.0.1",
20-
"@vue/compiler-sfc": "^3.2.47",
21-
"@vue/tsconfig": "^0.1.3",
22-
"cypress": "^15.0.0",
23-
"typescript": "~5.0.4",
24-
"vite": "^4.2.1",
25-
"vue-tsc": "^3.0.2"
20+
"@vue/compiler-sfc": "^3.5.22",
21+
"@vue/tsconfig": "^0.8.1",
22+
"cypress": "^15.5.0",
23+
"typescript": "~5.9.3",
24+
"vite": "^4.5.14",
25+
"vue-tsc": "^3.1.2"
2626
}
2727
}

0 commit comments

Comments
 (0)