Skip to content

Commit

Permalink
Merge pull request #45 from IT4Change/update-packages-25-03
Browse files Browse the repository at this point in the history
chore(backend): update packages 25-03
  • Loading branch information
ulfgebhardt authored Mar 25, 2024
2 parents 679c47e + 49467e8 commit c3f3095
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 83 deletions.
152 changes: 76 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"seed": "ts-node prisma/seed.ts"
},
"dependencies": {
"@apollo/server": "^4.10.1",
"@apollo/server": "^4.10.2",
"@prisma/client": "^5.11.0",
"@vuepress/theme-default": "^2.0.0-rc.20",
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.5",
"graphql-scalars": "^1.23.0",
"prisma": "^5.11.0",
"reflect-metadata": "^0.2.1",
"tsconfig-paths": "^4.2.0",
Expand All @@ -47,9 +47,9 @@
"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",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vuepress/bundler-vite": "^2.0.0-rc.8",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -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.13.2",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
Expand All @@ -75,7 +75,7 @@
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsc-watch": "^6.0.4",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"vuepress": "^2.0.0-rc.8"
},
"imports": {
Expand Down

0 comments on commit c3f3095

Please sign in to comment.