Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ic-reactor/[email protected]
 - @ic-reactor/[email protected]
 - @ic-reactor/[email protected]
  • Loading branch information
b3hr4d committed Sep 20, 2024
1 parent 64f25c6 commit 830badc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ic-reactor/core",
"version": "1.8.2",
"version": "1.8.3",
"description": "A library for intracting with the Internet Computer canisters",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ic-reactor/react",
"version": "1.8.4",
"version": "1.8.5",
"description": "A React library for interacting with Internet Computer canisters",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"node": ">=10"
},
"dependencies": {
"@ic-reactor/core": "^1.8.2",
"@ic-reactor/core": "^1.8.3",
"zustand-utils": "^1.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/visitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ic-reactor/visitor",
"version": "1.8.13",
"version": "1.8.14",
"description": "Visitor classes for ic-reactor",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@dfinity/principal": "^1.4"
},
"devDependencies": {
"@ic-reactor/core": "^1.8.2"
"@ic-reactor/core": "^1.8.3"
},
"scripts": {
"test": "jest",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2559,7 +2559,7 @@ __metadata:
languageName: node
linkType: hard

"@ic-reactor/core@workspace:^, @ic-reactor/core@workspace:packages/core":
"@ic-reactor/core@npm:^1.8.3, @ic-reactor/core@workspace:^, @ic-reactor/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@ic-reactor/core@workspace:packages/core"
dependencies:
Expand All @@ -2568,7 +2568,7 @@ __metadata:
"@dfinity/candid": "npm:^1.4"
"@dfinity/identity": "npm:^1.4"
"@dfinity/principal": "npm:^1.4"
"@ic-reactor/parser": "workspace:^"
"@ic-reactor/parser": "npm:^0.4.0"
zustand: "npm:^4.5"
peerDependencies:
"@dfinity/agent": ^1.4
Expand All @@ -2579,7 +2579,7 @@ __metadata:
languageName: unknown
linkType: soft

"@ic-reactor/parser@workspace:^, @ic-reactor/parser@workspace:packages/parser":
"@ic-reactor/parser@npm:^0.4.0, @ic-reactor/parser@workspace:^, @ic-reactor/parser@workspace:packages/parser":
version: 0.0.0-use.local
resolution: "@ic-reactor/parser@workspace:packages/parser"
languageName: unknown
Expand Down Expand Up @@ -2607,7 +2607,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ic-reactor/react@workspace:packages/react"
dependencies:
"@ic-reactor/core": "workspace:^"
"@ic-reactor/core": "npm:^1.8.3"
zustand-utils: "npm:^1.3"
peerDependencies:
"@dfinity/agent": ^1.4
Expand All @@ -2626,7 +2626,7 @@ __metadata:
dependencies:
"@dfinity/candid": "npm:^1.4"
"@dfinity/principal": "npm:^1.4"
"@ic-reactor/core": "workspace:^"
"@ic-reactor/core": "npm:^1.8.3"
peerDependencies:
"@dfinity/candid": ^1.4
"@dfinity/principal": ^1.4
Expand Down

0 comments on commit 830badc

Please sign in to comment.