Skip to content

Commit

Permalink
fix example ssv-keys versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vadiminc committed Aug 15, 2023
1 parent c3b42de commit add960a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/tsc/src/cli-shared.js

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

2 changes: 1 addition & 1 deletion dist/tsc/src/cli-shared.js.map

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

2 changes: 1 addition & 1 deletion examples/example-01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "ISC",
"dependencies": {
"js-base64": "^3.7.2",
"ssv-keys": "https://github.com/bloxapp/ssv-keys.git#v3",
"ssv-keys": "https://github.com/bloxapp/ssv-keys.git",
"web3": "^1.7.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/example-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "ISC",
"dependencies": {
"js-base64": "^3.7.2",
"ssv-keys": "https://github.com/bloxapp/ssv-keys.git#v3",
"ssv-keys": "https://github.com/bloxapp/ssv-keys.git",
"web3": "^1.7.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-scripts": "5.0.1",
"ssv-keys": "https://github.com/bloxapp/ssv-keys.git#v3",
"ssv-keys": "https://github.com/bloxapp/ssv-keys.git",
"web-vitals": "^2.1.0",
"crypto": "npm:crypto-browserify",
"stream": "npm:stream-browserify",
Expand Down
2 changes: 1 addition & 1 deletion examples/server-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/body-parser": "^1.19.2",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.14",
"ssv-keys": "1.0.1"
"ssv-keys": "https://github.com/bloxapp/ssv-keys.git"
},
"devDependencies": {
"body-parser": "^1.20.1",
Expand Down

0 comments on commit add960a

Please sign in to comment.