Skip to content

Commit 84a318a

Browse files
committed
build(react-components): update web-components version
1 parent ba7561b commit 84a318a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

packages/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@agoric/react-components": "^0.5.0",
13+
"@agoric/react-components": "^0.5.3",
1414
"@agoric/rpc": "^0.10.0",
15-
"@agoric/web-components": "^0.17.0",
15+
"@agoric/web-components": "^0.17.2",
1616
"buffer": "^6.0.3",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"

packages/react-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agoric/react-components",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/agoric/ui-kit"
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@agoric/notifier": "^0.6.3-dev-8c14632.0",
2929
"@agoric/rpc": "^0.10.0",
30-
"@agoric/web-components": "^0.17.0",
30+
"@agoric/web-components": "0.17.2",
3131
"@cosmjs/proto-signing": "^0.36.1",
3232
"@cosmjs/stargate": "^0.36.1",
3333
"react": "18.2.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,14 +311,14 @@ __metadata:
311311
languageName: node
312312
linkType: hard
313313

314-
"@agoric/react-components@npm:^0.5.0, @agoric/react-components@workspace:packages/react-components":
314+
"@agoric/react-components@npm:^0.5.3, @agoric/react-components@workspace:packages/react-components":
315315
version: 0.0.0-use.local
316316
resolution: "@agoric/react-components@workspace:packages/react-components"
317317
dependencies:
318318
"@agoric/ertp": "npm:^0.16.3-dev-e2e36cc.0"
319319
"@agoric/notifier": "npm:^0.6.3-dev-8c14632.0"
320320
"@agoric/rpc": "npm:^0.10.0"
321-
"@agoric/web-components": "npm:^0.17.0"
321+
"@agoric/web-components": "npm:0.17.2"
322322
"@babel/core": "npm:7.22.10"
323323
"@cosmjs/proto-signing": "npm:^0.36.1"
324324
"@cosmjs/stargate": "npm:^0.36.1"
@@ -747,7 +747,7 @@ __metadata:
747747
languageName: node
748748
linkType: hard
749749

750-
"@agoric/web-components@npm:^0.17.0, @agoric/web-components@workspace:packages/web-components":
750+
"@agoric/web-components@npm:0.17.2, @agoric/web-components@npm:^0.17.2, @agoric/web-components@workspace:packages/web-components":
751751
version: 0.0.0-use.local
752752
resolution: "@agoric/web-components@workspace:packages/web-components"
753753
dependencies:
@@ -10543,9 +10543,9 @@ __metadata:
1054310543
version: 0.0.0-use.local
1054410544
resolution: "example@workspace:packages/example"
1054510545
dependencies:
10546-
"@agoric/react-components": "npm:^0.5.0"
10546+
"@agoric/react-components": "npm:^0.5.3"
1054710547
"@agoric/rpc": "npm:^0.10.0"
10548-
"@agoric/web-components": "npm:^0.17.0"
10548+
"@agoric/web-components": "npm:^0.17.2"
1054910549
"@esbuild-plugins/node-globals-polyfill": "npm:^0.2.3"
1055010550
"@eslint/js": "npm:^9.9.1"
1055110551
"@keplr-wallet/types": "npm:^0.12.271"

0 commit comments

Comments
 (0)