Skip to content

Commit

Permalink
build: no strict version for kuzzle-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtiz13 committed Jun 5, 2024
1 parent e87f5de commit 7d7b458
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
16 changes: 11 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"directories": {
"lib": "lib"
},
"peerDependencies": {
"kuzzle-sdk": ">=7.11.1 <8"
},
"dependencies": {
"@elastic/elasticsearch": "https://github.com/elastic/elasticsearch-js/archive/refs/tags/v7.13.0.tar.gz",
"aedes": "0.46.3",
Expand All @@ -48,7 +51,6 @@
"koncorde": "4.3.0",
"kuzzle-plugin-auth-passport-local": "6.4.0",
"kuzzle-plugin-logger": "3.0.3",
"kuzzle-sdk": "7.11.1",
"kuzzle-vault": "2.0.4",
"lodash": "4.17.21",
"long": "5.2.3",
Expand Down Expand Up @@ -95,6 +97,7 @@
"ergol": "1.0.2",
"eslint-plugin-kuzzle": "0.0.12",
"jest": "29.7.0",
"kuzzle-sdk": "^7.11.3",
"mocha": "10.2.0",
"mock-require": "3.0.3",
"mqtt": "5.3.0",
Expand Down

0 comments on commit 7d7b458

Please sign in to comment.