diff --git a/package.json b/package.json index 19097d6b..dee8e2b8 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "get-graphql-schema": "2.1.2", "graphql": "15.5.0", "hasura-cli": "1.3.3", - "husky": "^6.0.0", + "husky": "6.0.0", "jest": "26.6.3", "lerna": "4.0.0", "lint-staged": "11.0.0", diff --git a/packages/backend/package.json b/packages/backend/package.json index f21a064f..c74f6c8f 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -19,9 +19,9 @@ "license": "ISC", "dependencies": { "3box": "1.22.2", - "@ceramicnetwork/http-client": "^1.0.7", - "@ceramicstudio/idx": "^0.12.1", - "@ceramicstudio/idx-constants": "^1.0.0", + "@ceramicnetwork/http-client": "1.0.7", + "@ceramicstudio/idx": "0.12.1", + "@ceramicstudio/idx-constants": "1.0.0", "@metafam/discord-bot": "0.1.0", "@metafam/utils": "1.0.0", "@types/bluebird": "3.5.34", @@ -31,7 +31,7 @@ "@types/uuid": "8.3.0", "bluebird": "3.7.2", "body-parser": "1.19.0", - "discord.js": "^12.5.3", + "discord.js": "12.5.3", "ethers": "5.4.1", "express": "4.17.1", "express-graphql": "0.12.0", @@ -46,7 +46,7 @@ }, "devDependencies": { "concurrently": "6.1.0", - "eslint-plugin-jest": "^24.3.6", + "eslint-plugin-jest": "24.3.6", "ts-node-dev": "1.1.6" } }