upgrade versions to latest

This commit is contained in:
Erik Burton 2024-01-23 12:31:45 -08:00
parent ebcfd6995d
commit cd44942e14
No known key found for this signature in database
2 changed files with 230 additions and 97 deletions

View file

@ -7,20 +7,20 @@
"start": "pnpm run build && sh ./run.sh"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@types/expand-tilde": "^2.0.0",
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.5",
"@types/node": "^14.18.54",
"@types/node-fetch": "^2.6.4",
"ajv": "^6.12.6",
"@actions/core": "^1.10.1",
"@types/expand-tilde": "^2.0.2",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.11.5",
"@types/node-fetch": "^2.6.11",
"ajv": "^8.12.0",
"expand-tilde": "^2.0.2",
"fs-extra": "^10.1.0",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@ts-schema-autogen/cli": "^0.1.2",
"@vercel/ncc": "^0.33.4",
"typescript": "^4.9.5"
"@vercel/ncc": "^0.38.1",
"typescript": "^5.3.3"
}
}