mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-10 05:55:23 -05:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user