update packages

This commit is contained in:
mahula 2024-04-06 09:07:40 +02:00
parent 51023618ad
commit a80f7b5a2e
2 changed files with 558 additions and 519 deletions

1049
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -34,23 +34,23 @@
"seed": "ts-node prisma/seed.ts"
},
"dependencies": {
"@apollo/server": "^4.10.1",
"@prisma/client": "^5.11.0",
"@vuepress/theme-default": "^2.0.0-rc.20",
"@apollo/server": "^4.10.2",
"@prisma/client": "^5.12.1",
"@vuepress/theme-default": "^2.0.0-rc.24",
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.5",
"prisma": "^5.11.0",
"reflect-metadata": "^0.2.1",
"graphql-scalars": "^1.23.0",
"prisma": "^5.12.1",
"reflect-metadata": "^0.2.2",
"tsconfig-paths": "^4.2.0",
"type-graphql": "^2.0.0-beta.6"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vuepress/bundler-vite": "^2.0.0-rc.8",
"@types/node": "^20.12.5",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vuepress/bundler-vite": "^2.0.0-rc.9",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
@ -63,7 +63,7 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^2.1.1",
"eslint-plugin-type-graphql": "^1.0.0",
"eslint-plugin-yml": "^1.12.2",
"eslint-plugin-yml": "^1.14.0",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
@ -74,9 +74,9 @@
"remark-preset-lint-recommended": "^6.1.3",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsc-watch": "^6.0.4",
"typescript": "^5.4.2",
"vuepress": "^2.0.0-rc.8"
"tsc-watch": "^6.2.0",
"typescript": "^5.4.4",
"vuepress": "^2.0.0-rc.9"
},
"imports": {
"#graphql/*": "./src/graphql/*",