Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @ic-reactor/core@1.15.0
 - @ic-reactor/react@1.15.0
 - @ic-reactor/visitor@1.15.0
  • Loading branch information
b3hr4d committed Dec 19, 2024
1 parent c1023c5 commit 4c6badf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 41 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.14.2",
"version": "1.15.0",
"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.14.6",
"version": "1.15.0",
"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.14.2",
"@ic-reactor/core": "^1.15.0",
"zustand": "5.0.2",
"zustand-utils": "^1.3.2"
},
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.14.2",
"version": "1.15.0",
"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": ">=2.1"
},
"devDependencies": {
"@ic-reactor/core": "^1.14.2"
"@ic-reactor/core": "^1.15.0"
},
"scripts": {
"test": "jest",
Expand Down
43 changes: 7 additions & 36 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@ __metadata:
languageName: node
linkType: hard

"@ic-reactor/core@npm:*, @ic-reactor/core@npm:^1.14.2, @ic-reactor/core@workspace:^, @ic-reactor/core@workspace:packages/core":
"@ic-reactor/core@npm:*, @ic-reactor/core@npm:^1.15.0, @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 Down Expand Up @@ -2048,20 +2048,20 @@ __metadata:
dependencies:
"@dfinity/agent": "npm:>=2.1"
"@dfinity/auth-client": "npm:>=2.1"
"@ic-reactor/core": "npm:^1.14.2"
"@ic-reactor/core": "npm:^1.15.0"
"@types/node": "npm:^22.9.0"
"@types/react": "npm:^18"
react: "npm:^18"
zustand: "npm:4.5"
zustand-utils: "npm:^1.3"
zustand: "npm:5.0.2"
zustand-utils: "npm:^1.3.2"
peerDependencies:
"@dfinity/agent": ">=2.1"
"@dfinity/auth-client": ">=2.1"
"@dfinity/candid": ">=2.1"
"@dfinity/identity": ">=2.1"
"@dfinity/principal": ">=2.1"
react: ">=16.8"
zustand: 4.5
zustand: ">=5.0.0"
languageName: unknown
linkType: soft

Expand All @@ -2071,7 +2071,7 @@ __metadata:
dependencies:
"@dfinity/candid": "npm:>=2.1"
"@dfinity/principal": "npm:>=2.1"
"@ic-reactor/core": "npm:^1.14.2"
"@ic-reactor/core": "npm:^1.15.0"
peerDependencies:
"@dfinity/candid": ">=2.1"
"@dfinity/principal": ">=2.1"
Expand Down Expand Up @@ -21110,15 +21110,6 @@ __metadata:
languageName: node
linkType: hard

"use-sync-external-store@npm:1.2.2":
version: 1.2.2
resolution: "use-sync-external-store@npm:1.2.2"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 10c0/23b1597c10adf15b26ade9e8c318d8cc0abc9ec0ab5fc7ca7338da92e89c2536abd150a5891bf076836c352fdfa104fc7231fb48f806fd9960e0cbe03601abaf
languageName: node
linkType: hard

"use@npm:^3.1.0":
version: 3.1.1
resolution: "use@npm:3.1.1"
Expand Down Expand Up @@ -22356,7 +22347,7 @@ __metadata:
languageName: node
linkType: hard

"zustand-utils@npm:^1.3":
"zustand-utils@npm:^1.3.2":
version: 1.3.2
resolution: "zustand-utils@npm:1.3.2"
dependencies:
Expand All @@ -22369,26 +22360,6 @@ __metadata:
languageName: node
linkType: hard

"zustand@npm:4.5":
version: 4.5.5
resolution: "zustand@npm:4.5.5"
dependencies:
use-sync-external-store: "npm:1.2.2"
peerDependencies:
"@types/react": ">=16.8"
immer: ">=9.0.6"
react: ">=16.8"
peerDependenciesMeta:
"@types/react":
optional: true
immer:
optional: true
react:
optional: true
checksum: 10c0/d04469d76b29c7e4070da269886de4efdadedd3d3824dc2a06ac4ff62e3b5877f925e927afe7382de651829872b99adec48082f1bd69fe486149be666345e626
languageName: node
linkType: hard

"zustand@npm:5.0.2":
version: 5.0.2
resolution: "zustand@npm:5.0.2"
Expand Down

0 comments on commit 4c6badf

Please sign in to comment.