diff --git a/federation/package.json b/federation/package.json index 06e1f10fb..4756551e7 100644 --- a/federation/package.json +++ b/federation/package.json @@ -16,6 +16,8 @@ "lint": "eslint --max-warnings=0 --ext .js,.ts ." }, "dependencies": { + "@types/sodium-native": "^2.3.7", + "@types/uuid": "8.3.4", "apollo-server-express": "^2.25.2", "await-semaphore": "0.1.3", "class-validator": "^0.13.2", @@ -38,8 +40,6 @@ "@types/jest": "27.0.2", "@types/lodash.clonedeep": "^4.5.6", "@types/node": "^16.10.3", - "@types/sodium-native": "^2.3.7", - "@types/uuid": "8.3.4", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "apollo-server-testing": "2.25.2",