Skip to content

Commit

Permalink
fix(*): require version 3 of @clearroad/api
Browse files Browse the repository at this point in the history
  • Loading branch information
mebibou committed Jan 23, 2019
1 parent aae0385 commit 66c63e5
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
19 changes: 10 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -34,11 +34,11 @@
},
"homepage": "https://github.com/clearroad/clearroad-api-storages#readme",
"dependencies": {
"@clearroad/api": "^2.7.0",
"@clearroad/api": "^3.0.0",
"@types/mongodb": "^3.1.18",
"@types/mssql": "^4.0.11",
"@types/pg": "^7.4.11",
"jio": "git+https://lab.nexedi.com/mebibou/jio.git#node",
"jio": "git+https://lab.nexedi.com/mebibou/jio.git#node-fix",
"mariadb": "^2.0.2-rc",
"mongodb": "^3.1.10",
"mssql": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/storage-package.json
Expand Up @@ -12,7 +12,7 @@
"storage"
],
"dependencies": {
"@clearroad/api": ">= 2.4.1"
"@clearroad/api": ">= 3.0.0"
},
"bugs": {
"url": "https://github.com/clearroad/clearroad-api-storages/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/@clearroad/storages/mariadb/package.json
Expand Up @@ -12,7 +12,7 @@
"storage"
],
"dependencies": {
"@clearroad/api": ">= 2.4.1",
"@clearroad/api": ">= 3.0.0",
"mariadb": "^2.0.2-rc"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/@clearroad/storages/mongodb/package.json
Expand Up @@ -12,7 +12,7 @@
"storage"
],
"dependencies": {
"@clearroad/api": ">= 2.4.1",
"@clearroad/api": ">= 3.0.0",
"mongodb": "^3.1.8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/@clearroad/storages/mssql/package.json
Expand Up @@ -12,7 +12,7 @@
"storage"
],
"dependencies": {
"@clearroad/api": ">= 2.4.1",
"@clearroad/api": ">= 3.0.0",
"mssql": "^4.2.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/@clearroad/storages/postgresql/package.json
Expand Up @@ -12,7 +12,7 @@
"storage"
],
"dependencies": {
"@clearroad/api": ">= 2.4.1",
"@clearroad/api": ">= 3.0.0",
"pg": "^7.6.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 66c63e5

Please sign in to comment.