Merge branch 'master' into dev

This commit is contained in:
Domai 2023-07-29 11:50:05 +02:00
commit a3a6821776
No known key found for this signature in database
GPG key ID: 2FBD8C921EB5B019
3 changed files with 1981 additions and 506 deletions

11
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

2472
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -16,15 +16,15 @@
"@types/node-fetch": "^2", "@types/node-fetch": "^2",
"@types/react": "^18", "@types/react": "^18",
"@types/react-dom": "^18", "@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^5", "@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^5", "@typescript-eslint/parser": "^5",
"eslint": "^8", "eslint": "^8",
"ts-node": "^10" "ts-node": "^10"
}, },
"dependencies": { "dependencies": {
"@dzeio/config": "^1.1.8", "@dzeio/config": "^1.1.12",
"express": "^4", "express": "^4",
"node-fetch": "^2", "node-fetch": "^3",
"react": "^18", "react": "^18",
"react-dom": "^18", "react-dom": "^18",
"typescript": "^4", "typescript": "^4",