Merge pull request #1070 from mikepenz/develop

dev -> main
This commit is contained in:
Mike Penz
2023-04-08 11:42:15 +02:00
committed by GitHub
2 changed files with 798 additions and 734 deletions
+787 -723
View File
File diff suppressed because it is too large Load Diff
+11 -11
View File
@@ -40,23 +40,23 @@
"moment": "^2.29.4",
"semver": "^7.3.8",
"tunnel": "^0.0.6",
"webpack": "^5.75.0"
"webpack": "^5.78.0"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.14.1",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/semver": "^7.3.13",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/parser": "^5.57.1",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.35.0",
"eslint-plugin-github": "^4.6.1",
"eslint": "^8.38.0",
"eslint-plugin-github": "^4.7.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.4.3",
"jest-circus": "^29.4.3",
"jest": "^29.5.0",
"jest-circus": "^29.5.0",
"js-yaml": "^4.1.0",
"prettier": "2.8.4",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
"prettier": "2.8.7",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"overrides": {
"json5": "^2.2.3"