chore: peer dependency version (#8771)

* fix peer dependency version

* dotenv

* commands

* dotenv cli
This commit is contained in:
Carlos R. L. Rodrigues
2024-08-26 21:55:57 +02:00
committed by GitHub
parent afd25846f0
commit 3b4eea08ef
38 changed files with 230 additions and 228 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
"graphql": "^16.6.0"
},
"peerDependencies": {
"awilix": "*"
"awilix": "^8.0.1"
},
"scripts": {
"prepublishOnly": "cross-env NODE_ENV=production tsc --build",