chore(deps): update dependencies (#23)

This commit is contained in:
Simon Sprankel
2023-04-25 17:02:13 +02:00
committed by GitHub
parent 11efc54d5e
commit d550ebc9f6
2 changed files with 630 additions and 5596 deletions
+621 -5587
View File
File diff suppressed because it is too large Load Diff
+9 -9
View File
@@ -21,15 +21,15 @@
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@types/jest": "^28.1.7",
"@types/node": "^18.8.3",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"esbuild": "^0.17.16",
"eslint": "^8.31.0",
"jest": "^28.1.3",
"@types/jest": "^29.5.1",
"@types/node": "^18.16.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"esbuild": "^0.17.18",
"eslint": "^8.39.0",
"jest": "^29.5.0",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.8",
"typescript": "^4.9.4"
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
}
}