Merge branch 'master' into dev
This commit is contained in:
commit
a3a6821776
3 changed files with 1981 additions and 506 deletions
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal 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"
|
2470
package-lock.json
generated
2470
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue