mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-14 08:58:02 -05:00
setting the package versions to a single option 📐
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user