Skip to content

Commit 214f542

Browse files
committed
chore: bump react & add log
1 parent 47dfbfd commit 214f542

File tree

11 files changed

+90
-99
lines changed

11 files changed

+90
-99
lines changed

examples/demo-general/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@emotion/styled": "^11.14.0",
1919
"dedot": "^0.17.0",
2020
"framer-motion": "^10.18.0",
21-
"react": "^18.3.1",
22-
"react-dom": "^18.3.1",
21+
"react": "^19.1.1",
22+
"react-dom": "^19.1.1",
2323
"react-hot-toast": "^2.6.0",
2424
"react-toastify": "^10.0.6",
2525
"react-use": "^17.6.0",
@@ -28,8 +28,8 @@
2828
},
2929
"devDependencies": {
3030
"@dedot/chaintypes": "^0.155.0",
31-
"@types/react": "^18.3.1",
32-
"@types/react-dom": "^18.3.1",
31+
"@types/react": "^19.1.1",
32+
"@types/react-dom": "^19.1.1",
3333
"@typescript-eslint/eslint-plugin": "^8.44.0",
3434
"@typescript-eslint/parser": "^8.44.0",
3535
"@vitejs/plugin-react": "^4.3.4",

examples/demo-general/src/App.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ import MainFooter from '@/components/shared/MainFooter';
44
import MainHeader from '@/components/shared/MainHeader';
55
import RemarkTransactionExample from '@/components/RemarkTransactionExample';
66
import TransferKeepAliveExample from '@/components/TransferKeepAliveExample';
7+
import { useTypink } from 'typink';
78

89
function App() {
10+
const { networkConnections } = useTypink();
11+
console.log(networkConnections);
12+
913
return (
1014
<Flex direction='column' minHeight='100vh'>
1115
<MainHeader />

examples/demo-inkv5/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"@emotion/styled": "^11.14.0",
1919
"dedot": "^0.17.0",
2020
"framer-motion": "^10.18.0",
21-
"react": "^18.3.1",
22-
"react-dom": "^18.3.1",
21+
"react": "^19.1.1",
22+
"react-dom": "^19.1.1",
2323
"react-toastify": "^10.0.6",
2424
"react-use": "^17.6.0",
2525
"typink": "workspace:*"
2626
},
2727
"devDependencies": {
2828
"@dedot/chaintypes": "^0.155.0",
29-
"@types/react": "^18.3.1",
30-
"@types/react-dom": "^18.3.1",
29+
"@types/react": "^19.1.1",
30+
"@types/react-dom": "^19.1.1",
3131
"@typescript-eslint/eslint-plugin": "^8.44.0",
3232
"@typescript-eslint/parser": "^8.44.0",
3333
"@vitejs/plugin-react": "^4.3.4",

examples/demo-inkv6/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"@emotion/styled": "^11.14.0",
1919
"dedot": "^0.17.0",
2020
"framer-motion": "^10.18.0",
21-
"react": "^18.3.1",
22-
"react-dom": "^18.3.1",
21+
"react": "^19.1.1",
22+
"react-dom": "^19.1.1",
2323
"react-toastify": "^10.0.6",
2424
"react-use": "^17.6.0",
2525
"typink": "workspace:*"
2626
},
2727
"devDependencies": {
2828
"@dedot/chaintypes": "^0.155.0",
29-
"@types/react": "^18.3.1",
30-
"@types/react-dom": "^18.3.1",
29+
"@types/react": "^19.1.1",
30+
"@types/react-dom": "^19.1.1",
3131
"@typescript-eslint/eslint-plugin": "^8.44.0",
3232
"@typescript-eslint/parser": "^8.44.0",
3333
"@vitejs/plugin-react": "^4.3.4",

examples/demo-multi-clients/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"@emotion/styled": "^11.14.0",
1919
"dedot": "^0.17.0",
2020
"framer-motion": "^10.18.0",
21-
"react": "^18.3.1",
22-
"react-dom": "^18.3.1",
21+
"react": "^19.1.1",
22+
"react-dom": "^19.1.1",
2323
"react-toastify": "^10.0.6",
2424
"react-use": "^17.6.0",
2525
"typink": "workspace:*"
2626
},
2727
"devDependencies": {
2828
"@dedot/chaintypes": "^0.155.0",
29-
"@types/react": "^18.3.1",
30-
"@types/react-dom": "^18.3.1",
29+
"@types/react": "^19.1.1",
30+
"@types/react-dom": "^19.1.1",
3131
"@typescript-eslint/eslint-plugin": "^8.44.0",
3232
"@typescript-eslint/parser": "^8.44.0",
3333
"@vitejs/plugin-react": "^4.3.4",

examples/demo-subconnect/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
"@subwallet-connect/talisman": "^1.0.8",
2424
"dedot": "^0.17.0",
2525
"framer-motion": "^10.18.0",
26-
"react": "^18.3.1",
27-
"react-dom": "^18.3.1",
26+
"react": "^19.1.1",
27+
"react-dom": "^19.1.1",
2828
"react-use": "^17.6.0",
2929
"sonner": "^2.0.7",
3030
"svelte-qrcode": "^1.0.1",
3131
"typink": "workspace:*"
3232
},
3333
"devDependencies": {
3434
"@dedot/chaintypes": "^0.155.0",
35-
"@types/react": "^18.3.1",
36-
"@types/react-dom": "^18.3.1",
35+
"@types/react": "^19.1.1",
36+
"@types/react-dom": "^19.1.1",
3737
"@typescript-eslint/eslint-plugin": "^8.44.0",
3838
"@typescript-eslint/parser": "^8.44.0",
3939
"@vitejs/plugin-react": "^4.3.4",

examples/demo-talisman-connect/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
"@talismn/connect-wallets": "^1.2.8",
2222
"dedot": "^0.17.0",
2323
"framer-motion": "^10.18.0",
24-
"react": "^18.3.1",
25-
"react-dom": "^18.3.1",
24+
"react": "^19.1.1",
25+
"react-dom": "^19.1.1",
2626
"react-toastify": "^10.0.6",
2727
"react-use": "^17.6.0",
2828
"typink": "workspace:*"
2929
},
3030
"devDependencies": {
3131
"@dedot/chaintypes": "^0.155.0",
3232
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
33-
"@types/react": "^18.3.1",
34-
"@types/react-dom": "^18.3.1",
33+
"@types/react": "^19.1.1",
34+
"@types/react-dom": "^19.1.1",
3535
"@typescript-eslint/eslint-plugin": "^8.44.0",
3636
"@typescript-eslint/parser": "^8.44.0",
3737
"@vitejs/plugin-react": "^4.7.0",

packages/create-typink/templates/legacy-nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"lucide-react": "^0.544.0",
2222
"next": "^15.5.3",
2323
"next-themes": "^0.4.6",
24-
"react": "^18.3.1",
25-
"react-dom": "^18.3.1",
24+
"react": "^19.1.1",
25+
"react-dom": "^19.1.1",
2626
"sonner": "^2.0.7",
2727
"tailwind-merge": "^3.3.1",
2828
"typink": "^0.4.0"
@@ -31,8 +31,8 @@
3131
"@tailwindcss/postcss": "^4.1.13",
3232
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
3333
"@types/node": "^24.5.2",
34-
"@types/react": "^18.3.1",
35-
"@types/react-dom": "^18.3.1",
34+
"@types/react": "^19.1.1",
35+
"@types/react-dom": "^19.1.1",
3636
"@typescript-eslint/eslint-plugin": "^8.44.0",
3737
"@typescript-eslint/parser": "^8.44.0",
3838
"eslint": "^9.35.0",

packages/create-typink/templates/v6-nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"lucide-react": "^0.544.0",
2222
"next": "^15.5.3",
2323
"next-themes": "^0.4.6",
24-
"react": "^18.3.1",
25-
"react-dom": "^18.3.1",
24+
"react": "^19.1.1",
25+
"react-dom": "^19.1.1",
2626
"sonner": "^2.0.7",
2727
"tailwind-merge": "^3.3.1",
2828
"typink": "^0.4.0"
@@ -31,8 +31,8 @@
3131
"@tailwindcss/postcss": "^4.1.13",
3232
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
3333
"@types/node": "^24.5.2",
34-
"@types/react": "^18.3.1",
35-
"@types/react-dom": "^18.3.1",
34+
"@types/react": "^19.1.1",
35+
"@types/react-dom": "^19.1.1",
3636
"@typescript-eslint/eslint-plugin": "^8.44.0",
3737
"@typescript-eslint/parser": "^8.44.0",
3838
"eslint": "^9.35.0",

packages/typink/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
},
4444
"devDependencies": {
4545
"@testing-library/react": "^16.3.0",
46-
"@types/react": "^18.3.1",
46+
"@types/react": "^19.1.1",
4747
"@vitest/ui": "^3.2.4",
4848
"jsdom": "^25.0.1",
49-
"react": "^18.3.1",
50-
"react-dom": "^18.3.1",
49+
"react": "^19.1.1",
50+
"react-dom": "^19.1.1",
5151
"react-hot-toast": "^2.6.0",
5252
"react-toastify": "^10.0.6",
5353
"react-use": "^17.6.0",

0 commit comments

Comments
 (0)