setting the package versions to a single option 📐

This commit is contained in:
Will Holcomb
2021-07-07 01:14:19 -04:00
committed by dan13ram
parent 2e23fcc8e7
commit 03fd189767
2 changed files with 6 additions and 6 deletions

View File

@@ -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",

View File

@@ -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"
}
}