Merge pull request #70 from IT4Change/update-packages-13-04

chore(backend): update packages 13 04
This commit is contained in:
mahula 2024-04-13 10:07:57 +02:00 committed by GitHub
commit 15bbb7b509
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 883 additions and 5407 deletions

View File

@ -10,7 +10,7 @@
],
[
"remark-lint-list-item-indent",
"space"
"one"
]
]
}

View File

@ -24,7 +24,7 @@ The project sets up an apollo server. It uses `type-graphql`.
The following commands are available:
| Command | Description |
|----------------------------|-------------------------------------------------|
| -------------------------- | ----------------------------------------------- |
| `npm install` | Project setup |
| `npm run build` | Compiles and minifies for production |
| `npm run start` | Runs productions server |
@ -74,7 +74,7 @@ npm install
The following endpoints are provided given the right command is executed or all three if `docker compose` is used:
| Endpoint | Description |
|----------------------------------------------------------------------|--------------------|
| -------------------------------------------------------------------- | ------------------ |
| [http://localhost:4000/graphql](http://localhost:4000/graphql) | GraphQL API |
| [http://localhost:4000/playground](http://localhost:4000/playground) | GraphQL Playground |

6266
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -45,11 +45,11 @@
"type-graphql": "^2.0.0-beta.6"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.2.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vuepress/bundler-vite": "^2.0.0-rc.9",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
@ -61,7 +61,7 @@
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^2.1.1",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-type-graphql": "^1.0.0",
"eslint-plugin-yml": "^1.14.0",
"jest": "^29.7.0",
@ -69,13 +69,13 @@
"prettier": "^3.2.5",
"remark-cli": "^12.0.0",
"remark-gfm": "^4.0.0",
"remark-preset-lint-consistent": "^5.1.2",
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-preset-lint-recommended": "^6.1.3",
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-markdown-style-guide": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsc-watch": "^6.2.0",
"typescript": "^5.4.4",
"typescript": "^5.4.5",
"vuepress": "^2.0.0-rc.9"
},
"imports": {