Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
svalasovich committed Feb 23, 2023
1 parent 814c914 commit ab56e9e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
64 changes: 32 additions & 32 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/file-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"package": "rimraf build && clean-publish --temp-dir build && npm run types && npm run build"
},
"dependencies": {
"@cere-ddc-sdk/content-addressable-storage": "1.7.5"
"@cere-ddc-sdk/content-addressable-storage": "1.7.5-RC1"
},
"devDependencies": {
"@types/node": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/key-value-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"package": "rimraf build && clean-publish --temp-dir build && npm run types && npm run build"
},
"dependencies": {
"@cere-ddc-sdk/content-addressable-storage": "1.7.5"
"@cere-ddc-sdk/content-addressable-storage": "1.7.5-RC1"
},
"devDependencies": {
"@types/node": "^16.0.0",
Expand Down

0 comments on commit ab56e9e

Please sign in to comment.