diff --git a/.github/file-filters.yml b/.github/file-filters.yml index 1559d2354..698385209 100644 --- a/.github/file-filters.yml +++ b/.github/file-filters.yml @@ -33,6 +33,12 @@ admin: &admin backend: &backend - 'backend/**/*' +config: &config + - 'config-schema/**/*' + +database: &database + - 'database/**/*' + dht_node: &dht_node - 'dht-node/**/*' diff --git a/backend/package.json b/backend/package.json index 3ed6e186a..167ca3d1a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -51,8 +51,8 @@ "reflect-metadata": "^0.1.13", "sodium-native": "^3.4.1", "type-graphql": "^1.1.1", - "typeorm": "^0.3.16", "typed-rest-client": "^1.8.11", + "typeorm": "^0.3.16", "uuid": "^8.3.2", "workerpool": "^9.2.0", "xregexp": "^5.1.1" @@ -60,6 +60,7 @@ "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", diff --git a/dht-node/package.json b/dht-node/package.json index 9d83bf6f1..4d2108b68 100644 --- a/dht-node/package.json +++ b/dht-node/package.json @@ -19,8 +19,8 @@ "@hyperswarm/dht": "^6.4.4", "config-schema": "*", "cross-env": "^7.0.3", - "dotenv": "10.0.0", "database": "*", + "dotenv": "10.0.0", "joi": "^17.13.3", "log4js": "^6.7.1", "nodemon": "^2.0.20", @@ -30,6 +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", diff --git a/federation/package.json b/federation/package.json index 80b45c063..b7436424e 100644 --- a/federation/package.json +++ b/federation/package.json @@ -41,6 +41,7 @@ "uuid": "8.3.2" }, "devDependencies": { + "@jest/globals": "^29.7.0", "@types/express": "4.17.12", "@types/jest": "^29.5.14", "@types/lodash.clonedeep": "^4.5.6",