We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c7862 commit 09ba57bCopy full SHA for 09ba57b
package.json
@@ -46,7 +46,7 @@
46
"test": "nr lint && nr typecheck && vitest run"
47
},
48
"volta": {
49
- "node": "18.20.6",
+ "node": "18.20.7",
50
"npm": "9.9.4"
51
52
"peerDependencies": {
@@ -66,15 +66,15 @@
66
"devDependencies": {
67
"@antfu/eslint-config": "^2.27.3",
68
"@antfu/ni": "^0.23.2",
69
- "@vitest/coverage-v8": "^1.6.0",
+ "@vitest/coverage-v8": "^1.6.1",
70
"@vue/test-utils": "^2.4.6",
71
"eslint": "^8.57.1",
72
"jsdom": "^23.2.0",
73
- "rollup": "^4.34.0",
+ "rollup": "^4.37.0",
74
"standard-version": "^9.5.0",
75
- "typescript": "^5.7.3",
+ "typescript": "^5.8.2",
76
"unbuild": "^2.0.0",
77
- "vitest": "^1.6.0",
+ "vitest": "^1.6.1",
78
"vue": "^3.5.13"
79
}
80
0 commit comments