Use exact versions in package.json files

Since Dependabot is updating packages for us, we should only use exact version numbers to be explicit
for what version we are on and reduce chances of having incorrect versions installed
This commit is contained in:
Hammad Jutt
2021-01-28 19:35:15 -07:00
parent b20c1fea27
commit 51089ae49e
8 changed files with 247 additions and 247 deletions

View File

@@ -12,7 +12,7 @@
"graphql-tag": "^2.10.4"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"get-graphql-schema": "^2.1.2"
"env-cmd": "10.1.0",
"get-graphql-schema": "2.1.2"
}
}