Skip to content

Commit

Permalink
Upgrade biome react
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyounglee committed Dec 4, 2024
1 parent 4c53551 commit c0c99f6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/checkout/sdk-sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@biom3/design-tokens": "^0.4.4",
"@biom3/react": "^0.27.12",
"@biom3/react": "^0.28.13",
"@ethersproject/providers": "^5.7.2",
"@imtbl/checkout-sdk": "0.0.0",
"@imtbl/checkout-widgets": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/passport/sdk-sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"dependencies": {
"@biom3/design-tokens": "^0.4.4",
"@biom3/react": "^0.27.12",
"@biom3/react": "^0.28.13",
"@imtbl/blockchain-data": "0.0.0",
"@imtbl/config": "0.0.0",
"@imtbl/generated-clients": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-provider/src/sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
]
},
"dependencies": {
"@biom3/react": "^0.27.12",
"@biom3/react": "^0.28.13",
"@imtbl/sdk": "0.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,4 @@
},
"type": "module",
"types": "./dist/index.d.ts"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2537,7 +2537,7 @@ __metadata:
languageName: node
linkType: hard

"@biom3/react@npm:0.28.13":
"@biom3/react@npm:0.28.13, @biom3/react@npm:^0.28.13":
version: 0.28.13
resolution: "@biom3/react@npm:0.28.13"
dependencies:
Expand Down Expand Up @@ -4571,7 +4571,7 @@ __metadata:
resolution: "@imtbl/checkout-sdk-sample-app@workspace:packages/checkout/sdk-sample-app"
dependencies:
"@biom3/design-tokens": ^0.4.4
"@biom3/react": ^0.27.12
"@biom3/react": ^0.28.13
"@ethersproject/providers": ^5.7.2
"@imtbl/checkout-sdk": 0.0.0
"@imtbl/checkout-widgets": 0.0.0
Expand Down Expand Up @@ -5008,7 +5008,7 @@ __metadata:
resolution: "@imtbl/passport-sdk-sample-app@workspace:packages/passport/sdk-sample-app"
dependencies:
"@biom3/design-tokens": ^0.4.4
"@biom3/react": ^0.27.12
"@biom3/react": ^0.28.13
"@imtbl/blockchain-data": 0.0.0
"@imtbl/config": 0.0.0
"@imtbl/generated-clients": 0.0.0
Expand Down Expand Up @@ -5123,7 +5123,7 @@ __metadata:
"@babel/plugin-transform-class-properties": ^7.24.1
"@babel/plugin-transform-private-methods": ^7.24.1
"@biom3/design-tokens": ^0.4.4
"@biom3/react": 0.28.13
"@biom3/react": ^0.28.13
"@ethersproject/abi": ^5.7.0
"@ethersproject/abstract-provider": ^5.7.0
"@ethersproject/abstract-signer": ^5.7.0
Expand Down Expand Up @@ -41379,7 +41379,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "x-provider-sample-app@workspace:packages/x-provider/src/sample-app"
dependencies:
"@biom3/react": ^0.27.12
"@biom3/react": ^0.28.13
"@imtbl/sdk": 0.0.0
"@svgr/webpack": ^8.0.1
"@testing-library/jest-dom": ^5.16.5
Expand Down

0 comments on commit c0c99f6

Please sign in to comment.