mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
try different jest versions
This commit is contained in:
parent
b8752e36d8
commit
b0ec8e5ef2
@ -60,12 +60,11 @@
|
||||
"devDependencies": {
|
||||
"@anatine/esbuild-decorators": "^0.2.19",
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^3.2.1",
|
||||
"@jest/globals": "^29.7.0",
|
||||
"@types/email-templates": "^10.0.4",
|
||||
"@types/express": "^4.17.12",
|
||||
"@types/faker": "^5.5.9",
|
||||
"@types/i18n": "^0.13.4",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/jest": "27.0.2",
|
||||
"@types/lodash.clonedeep": "^4.5.6",
|
||||
"@types/node": "^17.0.21",
|
||||
"@types/nodemailer": "^6.4.4",
|
||||
@ -79,7 +78,7 @@
|
||||
"eslint-config-standard": "^17.0.0",
|
||||
"eslint-import-resolver-typescript": "^4.2.2",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-jest": "^27.2.1",
|
||||
"eslint-plugin-jest": "27.2.1",
|
||||
"eslint-plugin-n": "^15.7.0",
|
||||
"eslint-plugin-prettier": "^5.2.3",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
@ -87,13 +86,13 @@
|
||||
"eslint-plugin-type-graphql": "^1.0.0",
|
||||
"faker": "^5.5.3",
|
||||
"graphql-tag": "^2.12.6",
|
||||
"jest": "^29.5.14",
|
||||
"jest": "27.2.4",
|
||||
"klicktipp-api": "^1.0.2",
|
||||
"mkdirp": "^3.0.1",
|
||||
"ncp": "^2.0.0",
|
||||
"nodemon": "^2.0.7",
|
||||
"prettier": "^3.5.3",
|
||||
"ts-jest": "^27.0.5",
|
||||
"ts-jest": "27.0.5",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsconfig-paths": "^4.1.1",
|
||||
"typescript": "^4.9.5"
|
||||
|
||||
@ -22,7 +22,6 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.9.4",
|
||||
"@types/joi": "^17.2.3",
|
||||
"@types/node": "^17.0.21",
|
||||
"esbuild": "^0.25.2",
|
||||
"typescript": "^4.9.5"
|
||||
|
||||
@ -55,7 +55,6 @@
|
||||
"dependencies": {
|
||||
"@types/uuid": "^8.3.4",
|
||||
"cross-env": "^7.0.3",
|
||||
"crypto": "^1.0.1",
|
||||
"decimal.js-light": "^2.5.1",
|
||||
"dotenv": "^10.0.0",
|
||||
"geojson": "^0.5.0",
|
||||
|
||||
39
database/turbo.json
Normal file
39
database/turbo.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"commonConfig": {
|
||||
"dependsOn": ["config-schema#build"],
|
||||
"cache": false
|
||||
},
|
||||
"clear": {
|
||||
"dependsOn": ["commonConfig"]
|
||||
},
|
||||
"up:backend_test": {
|
||||
"dependsOn": ["commonConfig"]
|
||||
},
|
||||
"up:federation_test": {
|
||||
"dependsOn": ["commonConfig"]
|
||||
},
|
||||
"up:dht_test": {
|
||||
"dependsOn": ["commonConfig"]
|
||||
},
|
||||
"dev_up": {
|
||||
"dependsOn": ["commonConfig"]
|
||||
},
|
||||
"dev_down": {
|
||||
"dependsOn": ["commonConfig"]
|
||||
},
|
||||
"dev_reset": {
|
||||
"dependsOn": ["commonConfig"]
|
||||
},
|
||||
"up": {
|
||||
"dependsOn": ["commonConfig", "build"]
|
||||
},
|
||||
"down": {
|
||||
"dependsOn": ["commonConfig", "build"]
|
||||
},
|
||||
"reset": {
|
||||
"dependsOn": ["commonConfig", "build"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -30,10 +30,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint-community/eslint-plugin-eslint-comments": "^3.2.1",
|
||||
"@jest/globals": "^29.7.0",
|
||||
"@types/dotenv": "^8.2.0",
|
||||
"@types/jest": "^27.0.2",
|
||||
"@types/joi": "^17.2.3",
|
||||
"@types/jest": "27.5.1",
|
||||
"@types/node": "^17.0.21",
|
||||
"@types/uuid": "^8.3.4",
|
||||
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
||||
@ -43,14 +40,14 @@
|
||||
"eslint-config-standard": "^17.0.0",
|
||||
"eslint-import-resolver-typescript": "^3.5.4",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-jest": "^28.11.0",
|
||||
"eslint-plugin-jest": "27.5.0",
|
||||
"eslint-plugin-n": "^15.7.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-security": "^1.7.1",
|
||||
"jest": "^29.7.0",
|
||||
"jest": "27.5.1",
|
||||
"prettier": "^2.8.7",
|
||||
"ts-jest": "^29.3.2",
|
||||
"ts-jest": "27.1.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^4.9.4"
|
||||
},
|
||||
|
||||
@ -52,7 +52,7 @@
|
||||
},
|
||||
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
|
||||
"typeRoots": ["src/dht_node/@types", "node_modules/@types"], /* List of folders to include type definitions from. */
|
||||
// "types": [], /* Type declaration files to be included in compilation. */
|
||||
"types": ["jest"], /* Type declaration files to be included in compilation. */
|
||||
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
|
||||
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
|
||||
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"extends": ["//"],
|
||||
"tasks": {
|
||||
"test": {
|
||||
"dependsOn": ["database#build", "config-schema#build", "database#dht_test"]
|
||||
"dependsOn": ["database#build", "config-schema#build", "database#up:dht_test"]
|
||||
},
|
||||
"dev": {
|
||||
"dependsOn": ["database#up"]
|
||||
|
||||
@ -41,9 +41,8 @@
|
||||
"uuid": "8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/globals": "^29.7.0",
|
||||
"@types/express": "4.17.12",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/jest": "27.0.2",
|
||||
"@types/lodash.clonedeep": "^4.5.6",
|
||||
"@types/node": "^17.0.21",
|
||||
"@types/sodium-native": "^2.3.5",
|
||||
@ -56,14 +55,14 @@
|
||||
"eslint-config-standard": "^17.0.0",
|
||||
"eslint-import-resolver-typescript": "^3.5.4",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-jest": "^27.2.1",
|
||||
"eslint-plugin-jest": "27.2.1",
|
||||
"eslint-plugin-n": "^15.7.0",
|
||||
"eslint-plugin-prettier": "^5.2.3",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"eslint-plugin-security": "^1.7.1",
|
||||
"eslint-plugin-type-graphql": "^1.0.0",
|
||||
"graphql-tag": "^2.12.6",
|
||||
"jest": "^27.2.4",
|
||||
"jest": "27.2.4",
|
||||
"nodemon": "^2.0.7",
|
||||
"prettier": "^3.5.3",
|
||||
"ts-jest": "27.0.5",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user