Merge pull request #2533 from gradido/remove-jest-from-dependencies

fix(backend): remove jest from dependecies
This commit is contained in:
Ulf Gebhardt 2023-01-12 22:24:04 +01:00 committed by GitHub
commit f05176becb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,6 @@
"express": "^4.17.1", "express": "^4.17.1",
"graphql": "^15.5.1", "graphql": "^15.5.1",
"i18n": "^0.15.1", "i18n": "^0.15.1",
"jest": "^27.2.4",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"lodash.clonedeep": "^4.5.0", "lodash.clonedeep": "^4.5.0",
"log4js": "^6.4.6", "log4js": "^6.4.6",