Skip to content

Commit

Permalink
Upgrade package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh0 committed Oct 13, 2023
1 parent e0d500d commit d67d16e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.13"
"version": "0.1.14"
}
4 changes: 2 additions & 2 deletions packages/example-web-app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@cerc-io/example-web-app",
"version": "0.1.13",
"version": "0.1.14",
"private": true,
"dependencies": {
"@cerc-io/nitro-node": "^0.1.13",
"@cerc-io/nitro-node": "^0.1.14",
"@libp2p/crypto": "^1.0.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nitro-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/nitro-node",
"version": "0.1.13",
"version": "0.1.14",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"dependencies": {
"@cerc-io/libp2p": "0.42.2-laconic-0.1.4",
"@cerc-io/nitro-util": "^0.1.13",
"@cerc-io/nitro-util": "^0.1.14",
"@cerc-io/peer": "^0.2.60",
"@cerc-io/ts-channel": "1.0.3-ts-nitro-0.1.1",
"@jpwilliams/waitgroup": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nitro-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/nitro-util",
"version": "0.1.13",
"version": "0.1.14",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/server",
"version": "0.1.13",
"version": "0.1.14",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -32,8 +32,8 @@
"chain:anvil": "hardhat --config hardhat.anvil.config.ts node"
},
"dependencies": {
"@cerc-io/nitro-node": "^0.1.13",
"@cerc-io/nitro-util": "^0.1.13",
"@cerc-io/nitro-node": "^0.1.14",
"@cerc-io/nitro-util": "^0.1.14",
"assert": "^2.0.0",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
Expand Down

0 comments on commit d67d16e

Please sign in to comment.