Skip to content

Commit

Permalink
add biome peer deps to all sample apps (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
glomotion authored Jun 13, 2024
1 parent 3fcbf23 commit ddba259
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/checkout/sdk-sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"@imtbl/checkout-sdk": "0.0.0",
"@imtbl/checkout-widgets": "0.0.0",
"@imtbl/config": "0.0.0",
"embla-carousel-react": "^8.1.5",
"ethers": "^5.7.2",
"framer-motion": "^11.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.0"
Expand Down
1 change: 1 addition & 0 deletions packages/checkout/widgets-sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@imtbl/checkout-widgets": "0.0.0",
"@imtbl/config": "0.0.0",
"@imtbl/passport": "0.0.0",
"embla-carousel-react": "^8.1.5",
"framer-motion": "^11.0.6",
"jsbi": "^3.2.1",
"react": "^18.2.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 @@ -11,6 +11,7 @@
"@metamask/detect-provider": "^2.0.0",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"embla-carousel-react": "^8.1.5",
"ethers": "^5.7.2",
"framer-motion": "^11.0.6",
"next": "13.3.1",
Expand All @@ -25,7 +26,6 @@
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"embla-carousel-react": "^8.1.5",
"eslint": "^8.40.0",
"eslint-config-next": "13.3.1",
"typescript": "^4.9.5"
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3395,7 +3395,9 @@ __metadata:
assert-browserify: ^2.0.0
buffer: ^6.0.3
crypto-browserify: ^3.12.0
embla-carousel-react: ^8.1.5
ethers: ^5.7.2
framer-motion: ^11.0.6
jest: ^29.4.3
jest-environment-jsdom: ^29.4.3
react: ^18.2.0
Expand Down Expand Up @@ -3468,6 +3470,7 @@ __metadata:
"@types/react": ^18.0.28
"@types/react-dom": ^18.0.11
"@vitejs/plugin-react": ^4.2.0
embla-carousel-react: ^8.1.5
framer-motion: ^11.0.6
jsbi: ^3.2.1
react: ^18.2.0
Expand Down

0 comments on commit ddba259

Please sign in to comment.