Try and fix weird build error

This commit is contained in:
Nick Cipollo
2023-04-01 17:33:40 -04:00
parent a48ee3f85e
commit 5a8bbe8ea7
7 changed files with 7054 additions and 3644 deletions

View File

@@ -56,16 +56,16 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@types/glob": "^8.0.1",
"@types/glob": "^8.1.0",
"glob": "^9.3.2",
"untildify": "^4.0.0"
},
"devDependencies": {
"@types/jest": "^28.1.1",
"@types/node": "^18.15.11",
"jest": "^28.1.1",
"jest": "^29.5.0",
"jest-circus": "^29.5.0",
"ts-jest": "^28.0.5",
"ts-jest": "^29.0.5",
"typescript": "^5.0.3"
}
}