We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9b169 commit bf8ff46Copy full SHA for bf8ff46
3 files changed
.node-version
@@ -0,0 +1 @@
1
+24.13.1
package.json
@@ -15,16 +15,16 @@
15
"fmt:check": "vp fmt --check"
16
},
17
"dependencies": {
18
- "@actions/cache": "^4.0.0",
19
- "@actions/core": "^1.10.1",
+ "@actions/cache": "^4.1.0",
+ "@actions/core": "^1.11.1",
20
"@actions/exec": "^1.1.1",
21
- "@actions/glob": "^0.5.0",
22
- "yaml": "^2.3.4",
23
- "zod": "^3.22.4"
+ "@actions/glob": "^0.5.1",
+ "yaml": "^2.8.2",
+ "zod": "^3.25.76"
24
25
"devDependencies": {
26
- "@types/node": "^22.0.0",
27
- "typescript": "^5.7.0",
+ "@types/node": "^22.19.11",
+ "typescript": "^5.9.3",
28
"vite-plus": "latest"
29
}
30
0 commit comments