We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00880af commit c6c7d2dCopy full SHA for c6c7d2d
package.json
@@ -19,7 +19,6 @@
19
"@ladjs/shared-config": "^8.0.0",
20
"@ladjs/store-ip-address": "^0.0.7",
21
"boolean": "^3.2.0",
22
- "cabin": "^9.1.2",
23
"express-request-id": "1.4.1",
24
"kcors": "^2.2.2",
25
"koa": "^2.13.4",
@@ -42,6 +41,7 @@
42
41
"@commitlint/cli": "^17.0.3",
43
"@commitlint/config-conventional": "^17.0.3",
44
"ava": "^4.3.1",
+ "cabin": "^10.0.4",
45
"cross-env": "^7.0.3",
46
"eslint": "^8.20.0",
47
"eslint-config-xo-lass": "^2.0.1",
@@ -90,6 +90,9 @@
90
],
91
"license": "MIT",
92
"main": "index.js",
93
+ "peerDependencies": {
94
+ "cabin": ">= 10"
95
+ },
96
"repository": {
97
"type": "git",
98
"url": "https://github.com/ladjs/api"
0 commit comments