Skip to content

Commit d81ad2a

Browse files
authored
examples to use a specific 0xsequence version (#203)
1 parent 5559f1c commit d81ad2a

File tree

3 files changed

+90
-8
lines changed

3 files changed

+90
-8
lines changed

examples/next/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"@0xsequence/kit-checkout": "workspace:*",
1616
"@0xsequence/kit-wallet": "workspace:*",
1717
"@0xsequence/kit-example-shared-components": "workspace:*",
18-
"@0xsequence/network": "2.0.20",
18+
"@0xsequence/network": "2.1.3",
19+
"@0xsequence/waas": "2.1.3",
1920
"@tanstack/react-query": "^5.37.1",
2021
"next": "14.2.3",
2122
"react": "^18.3.1",

examples/react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"@0xsequence/kit-wallet": "workspace:*",
1818
"@0xsequence/kit-example-shared-components": "workspace:*",
1919
"@tanstack/react-query": "^5.37.1",
20-
"@0xsequence/network": "2.0.20",
20+
"@0xsequence/network": "2.1.3",
21+
"@0xsequence/waas": "2.1.3",
2122
"framer-motion": "^8.5.2",
2223
"react": "^18.3.1",
2324
"react-dom": "^18.3.1",

pnpm-lock.yaml

Lines changed: 86 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)