Skip to content

Commit

Permalink
Merge pull request #171 from web3-api-build-bot/release/0.0.1-prealpha.1
Browse files Browse the repository at this point in the history
Web3API 0.0.1-prealpha.1
  • Loading branch information
dOrgJelli authored Feb 27, 2021
2 parents 3146b41 + 6b34767 commit e71e4d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/js/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@
"test:env:down": "w3 test-env down"
},
"dependencies": {
"@msgpack/msgpack": "2.3.0",
"@web3api/core-js": "0.0.1-prealpha.1",
"@web3api/ens-plugin-js": "0.0.1-prealpha.1",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.1",
"@web3api/ipfs-plugin-js": "0.0.1-prealpha.1",
"@web3api/schema-parse": "0.0.1-prealpha.1",
"@msgpack/msgpack": "2.3.0",
"graphql": "^15.4.0",
"js-yaml": "3.14.0",
"web-worker": "1.0.0"
},
"devDependencies": {
"@web3api/cli": "0.0.1-prealpha.1",
"@types/jest": "26.0.8",
"@types/js-yaml": "3.11.1",
"@types/semver": "^7.3.4",
"@web3api/cli": "0.0.1-prealpha.1",
"axios": "0.19.2",
"jest": "26.2.2",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/js/plugins/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"axios": "0.21.1"
},
"devDependencies": {
"@web3api/client-js": "0.0.1-prealpha.1",
"@types/jest": "26.0.8",
"@web3api/client-js": "0.0.1-prealpha.1",
"jest": "26.2.2",
"nock": "13.0.7",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"private": true,
"version": "0.0.1-prealpha.1",
"dependencies": {
"@web3api/client-js": "0.0.1-prealpha.1",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@web3api/client-js": "0.0.1-prealpha.1",
"http-proxy": "1.18.1",
"http-proxy-middleware": "1.0.6",
"react": "^16.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/plugin/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:watch": "jest --watch --passWithNoTests --verbose"
},
"dependencies": {
"@web3api/core-js": "^0.0.1-prealpha.1"
"@web3api/core-js": "0.0.1-prealpha.1"
},
"devDependencies": {
"@types/jest": "26.0.8",
Expand Down

0 comments on commit e71e4d1

Please sign in to comment.