diff --git a/packages/checkout/sdk-sample-app/package.json b/packages/checkout/sdk-sample-app/package.json index a0525b6328..7345086aae 100644 --- a/packages/checkout/sdk-sample-app/package.json +++ b/packages/checkout/sdk-sample-app/package.json @@ -14,7 +14,7 @@ ] }, "dependencies": { - "@biom3/react": "^0.25.0", + "@biom3/react": "^0.27.0", "@imtbl/checkout-sdk": "0.0.0", "@imtbl/checkout-widgets": "0.0.0", "@imtbl/config": "0.0.0", diff --git a/packages/checkout/widgets-sample-app/package.json b/packages/checkout/widgets-sample-app/package.json index c8db3749de..f28753c67c 100644 --- a/packages/checkout/widgets-sample-app/package.json +++ b/packages/checkout/widgets-sample-app/package.json @@ -14,8 +14,8 @@ ] }, "dependencies": { - "@biom3/design-tokens": "^0.4.2", - "@biom3/react": "^0.25.0", + "@biom3/design-tokens": "^0.4.4", + "@biom3/react": "^0.27.0", "@imtbl/checkout-sdk": "0.0.0", "@imtbl/checkout-widgets": "0.0.0", "@imtbl/config": "0.0.0", diff --git a/packages/passport/sdk-sample-app/package.json b/packages/passport/sdk-sample-app/package.json index e5acdca042..e1b856ab36 100644 --- a/packages/passport/sdk-sample-app/package.json +++ b/packages/passport/sdk-sample-app/package.json @@ -2,8 +2,8 @@ "name": "@imtbl/passport-sdk-sample-app", "version": "0.1.0", "dependencies": { - "@biom3/design-tokens": "^0.4.2", - "@biom3/react": "^0.25.0", + "@biom3/design-tokens": "^0.4.4", + "@biom3/react": "^0.27.0", "@imtbl/blockchain-data": "0.0.0", "@imtbl/config": "0.0.0", "@imtbl/generated-clients": "0.0.0", diff --git a/packages/x-provider/src/sample-app/package.json b/packages/x-provider/src/sample-app/package.json index 4f691bd329..6dff31ff4e 100644 --- a/packages/x-provider/src/sample-app/package.json +++ b/packages/x-provider/src/sample-app/package.json @@ -14,7 +14,7 @@ ] }, "dependencies": { - "@biom3/react": "^0.25.0", + "@biom3/react": "^0.27.0", "@imtbl/sdk": "0.0.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", diff --git a/sdk/package.json b/sdk/package.json index c8c7228bf9..25dc18e303 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -9,8 +9,8 @@ "@0xsequence/abi": "^1.4.3", "@0xsequence/core": "^1.4.3", "@0xsquid/sdk": "^2.8.24", - "@biom3/design-tokens": "^0.4.2", - "@biom3/react": "^0.25.0", + "@biom3/design-tokens": "^0.4.4", + "@biom3/react": "^0.27.0", "@ethersproject/abi": "^5.7.0", "@ethersproject/abstract-signer": "^5.7.0", "@ethersproject/keccak256": "^5.7.0", @@ -151,7 +151,7 @@ }, "repository": "immutable/ts-immutable-sdk.git", "resolutions": { - "@biom3/design-tokens": "^0.4.2", + "@biom3/design-tokens": "^0.4.4", "@openzeppelin/contracts": "3.4.2-solc-0.7" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 17d45b43b2..7c36cc417b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2518,7 +2518,7 @@ __metadata: languageName: node linkType: hard -"@biom3/design-tokens@npm:^0.4.0, @biom3/design-tokens@npm:^0.4.2, @biom3/design-tokens@npm:~0.4.2": +"@biom3/design-tokens@npm:^0.4.0, @biom3/design-tokens@npm:~0.4.2": version: 0.4.2 resolution: "@biom3/design-tokens@npm:0.4.2" dependencies: @@ -2563,33 +2563,6 @@ __metadata: languageName: node linkType: hard -"@biom3/react@npm:^0.25.0": - version: 0.25.0 - resolution: "@biom3/react@npm:0.25.0" - dependencies: - "@biom3/design-tokens": ~0.4.2 - buffer: ^6.0.3 - csstype: ^3.1.2 - hls.js: ^1.5.11 - localforage: ^1.10.0 - lodash.debounce: ^4.0.8 - lodash.get: ^4.4.2 - lodash.isequal: ^4.5.0 - lodash.throttle: ^4.1.1 - react-is: ^18.2.0 - react-keyed-flatten-children: ^3.0.0 - ts-deepmerge: ^6.2.0 - peerDependencies: - "@emotion/react": ^11.11.4 - "@rive-app/react-canvas-lite": ^4.9.0 - embla-carousel-react: ^8.0.4 - framer-motion: ^10.12.12 - react: ^18.2.0 - react-dom: ^18.2.0 - checksum: 7758e5c903a3bad821aeb360083e2880753b5b1ad5359e182a29ee3cd05d6fb843964fb11f8f4c7f684d4f52e4b8427a13e13dc937461be056b7eb904f9f70d5 - languageName: node - linkType: hard - "@biom3/react@npm:^0.25.21": version: 0.25.21 resolution: "@biom3/react@npm:0.25.21" @@ -4254,7 +4227,7 @@ __metadata: version: 0.0.0-use.local resolution: "@imtbl/checkout-sdk-sample-app@workspace:packages/checkout/sdk-sample-app" dependencies: - "@biom3/react": ^0.25.0 + "@biom3/react": ^0.27.0 "@imtbl/checkout-sdk": 0.0.0 "@imtbl/checkout-widgets": 0.0.0 "@imtbl/config": 0.0.0 @@ -4336,8 +4309,8 @@ __metadata: version: 0.0.0-use.local resolution: "@imtbl/checkout-widgets-sample-app@workspace:packages/checkout/widgets-sample-app" dependencies: - "@biom3/design-tokens": ^0.4.2 - "@biom3/react": ^0.25.0 + "@biom3/design-tokens": ^0.4.4 + "@biom3/react": ^0.27.0 "@imtbl/checkout-sdk": 0.0.0 "@imtbl/checkout-widgets": 0.0.0 "@imtbl/config": 0.0.0 @@ -4662,8 +4635,8 @@ __metadata: version: 0.0.0-use.local resolution: "@imtbl/passport-sdk-sample-app@workspace:packages/passport/sdk-sample-app" dependencies: - "@biom3/design-tokens": ^0.4.2 - "@biom3/react": ^0.25.0 + "@biom3/design-tokens": ^0.4.4 + "@biom3/react": ^0.27.0 "@imtbl/blockchain-data": 0.0.0 "@imtbl/config": 0.0.0 "@imtbl/generated-clients": 0.0.0 @@ -4763,8 +4736,8 @@ __metadata: "@babel/core": ^7.21.0 "@babel/plugin-transform-class-properties": ^7.24.1 "@babel/plugin-transform-private-methods": ^7.24.1 - "@biom3/design-tokens": ^0.4.2 - "@biom3/react": ^0.25.0 + "@biom3/design-tokens": ^0.4.4 + "@biom3/react": ^0.27.0 "@ethersproject/abi": ^5.7.0 "@ethersproject/abstract-signer": ^5.7.0 "@ethersproject/keccak256": ^5.7.0 @@ -40257,7 +40230,7 @@ __metadata: version: 0.0.0-use.local resolution: "x-provider-sample-app@workspace:packages/x-provider/src/sample-app" dependencies: - "@biom3/react": ^0.25.0 + "@biom3/react": ^0.27.0 "@imtbl/sdk": 0.0.0 "@svgr/webpack": ^8.0.1 "@testing-library/jest-dom": ^5.16.5