Skip to content

Commit adfe2ad

Browse files
committed
Continue with dependency update mess
1 parent 5191cb9 commit adfe2ad

File tree

6 files changed

+729
-1512
lines changed

6 files changed

+729
-1512
lines changed

apps/desktop-wallet/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"not op_mini all"
4242
],
4343
"dependencies": {
44-
"@tanstack/react-query": "5.45.1",
44+
"@tanstack/react-query": "^5.81.2",
4545
"@tanstack/react-query-devtools": "^5.50.1",
4646
"electron-context-menu": "^3.1.2",
4747
"electron-is-dev": "^2.0.0",
@@ -71,13 +71,13 @@
7171
"@ledgerhq/hw-transport-webhid": "^6.29.4",
7272
"@ledgerhq/hw-transport-webusb": "^6.29.4",
7373
"@reduxjs/toolkit": "^1.9.1",
74-
"@tanstack/react-query-persist-client": "5.45.1",
74+
"@tanstack/react-query-persist-client": "^5.81.2",
7575
"@testing-library/jest-dom": "^5.14.1",
7676
"@testing-library/react": "^14.0.0",
7777
"@types/events": "^3.0.3",
7878
"@types/lodash": "^4.14.182",
7979
"@types/node": "^20.14.0",
80-
"@types/react": "~19.1.8",
80+
"@types/react": "~19.0.0",
8181
"@types/react-color": "^3.0.6",
8282
"@types/react-dom": "^19.1.6",
8383
"@types/semver-compare": "^1.0.1",
@@ -107,7 +107,7 @@
107107
"electron-devtools-installer": "^4.0.0",
108108
"eslint": "^8.48.0",
109109
"events": "^3.3.0",
110-
"framer-motion": "^11.12.0",
110+
"framer-motion": "^12.19.1",
111111
"i18next": "^23.4.6",
112112
"jsdom": "^21.1.1",
113113
"lodash": "^4.17.21",
@@ -116,26 +116,26 @@
116116
"nanoid": "^3.3.8",
117117
"posthog-js": "^1.52.0",
118118
"qrloop": "^1.4.1",
119-
"react": "^19.0.0",
119+
"react": "19.0.0",
120120
"react-apexcharts": "^1.4.0",
121121
"react-color": "^2.19.3",
122122
"react-confetti": "^6.0.1",
123123
"react-custom-scroll": "^7.0.0",
124124
"react-detect-click-outside": "^1.1.2",
125-
"react-dom": "^19.0.0",
125+
"react-dom": "19.0.0",
126126
"react-freeze": "^1.0.4",
127-
"react-hook-form": "^7.42.1",
128-
"react-i18next": "^13.2.1",
127+
"react-hook-form": "^7.58.1",
128+
"react-i18next": "^15.5.3",
129129
"react-idle-timer": "^5.7.2",
130-
"react-is": "^19.1.0",
130+
"react-is": "^19.0.0",
131131
"react-player": "^2.16.0",
132132
"react-qr-code": "^2.0.15",
133-
"react-redux": "^8.0.5",
133+
"react-redux": "^9.2.0",
134134
"react-router-dom": "^6.3.0",
135135
"react-tooltip": "^5.25.1",
136136
"redux": "^4.2.0",
137137
"semver-compare": "^1.0.0",
138-
"styled-components": "^6.1.8",
138+
"styled-components": "^6.1.19",
139139
"stylis": "^4.0.0",
140140
"ts-json-schema-generator": "^1.5.0",
141141
"type-fest": "^3.5.1",

apps/explorer/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,33 +41,33 @@
4141
"@alephium/token-list": "^0.0.19",
4242
"@alephium/web3": "1.11.3",
4343
"@reduxjs/toolkit": "^1.9.1",
44-
"@tanstack/query-sync-storage-persister": "5.45.0",
45-
"@tanstack/react-query": "5.45.1",
46-
"@tanstack/react-query-persist-client": "5.45.1",
44+
"@tanstack/query-sync-storage-persister": "^5.81.2",
45+
"@tanstack/react-query": "^5.81.2",
46+
"@tanstack/react-query-persist-client": "^5.81.2",
4747
"@yornaath/batshit": "^0.10.1",
4848
"apexcharts": "^3.35.0",
4949
"axios": "^1.8.2",
5050
"colord": "^2.9.3",
5151
"dayjs": "^1.10.7",
52-
"framer-motion": "^11.12.0",
52+
"framer-motion": "^12.19.1",
5353
"i18next": "^23.4.6",
5454
"i18next-browser-languagedetector": "^8.0.0",
5555
"lodash": "^4.17.21",
5656
"qrcode.react": "^3.1.0",
57-
"react": "^19.0.0",
57+
"react": "19.0.0",
5858
"react-apexcharts": "^1.4.0",
59-
"react-dom": "^19.0.0",
60-
"react-i18next": "^13.2.1",
59+
"react-dom": "19.0.0",
60+
"react-i18next": "^15.5.3",
6161
"react-icons": "^4.10.1",
6262
"react-intersection-observer": "^9.10.3",
63-
"react-is": "^19.1.0",
63+
"react-is": "^19.0.0",
6464
"react-middle-ellipsis": "^1.2.1",
6565
"react-page-visibility": "^7.0.0",
66-
"react-redux": "^8.0.5",
66+
"react-redux": "^9.2.0",
6767
"react-router-dom": "^6.3.0",
6868
"react-tooltip": "^5.25.1",
6969
"redux": "^4.2.0",
70-
"styled-components": "^6.1.8",
70+
"styled-components": "^6.1.19",
7171
"styled-normalize": "^8.0.7",
7272
"stylis": "^4.0.0"
7373
},
@@ -77,7 +77,7 @@
7777
"@testing-library/jest-dom": "^5.14.1",
7878
"@types/lodash": "^4.14.182",
7979
"@types/node": "^20.14.0",
80-
"@types/react": "~19.1.8",
80+
"@types/react": "~19.0.0",
8181
"@types/react-dom": "^19.1.6",
8282
"@types/react-page-visibility": "^6.4.1",
8383
"@types/react-router-dom": "^5.3.0",

apps/explorer/src/components/Modal/Modal.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ const Modal = ({ isOpen = false, onClose, children, className, maxWidth = 600 }:
2020
<ModalWrapper>
2121
<Backdrop
2222
onClick={onClose}
23-
initial={{ WebkitBackdropFilter: 'blur(0px)', backdropFilter: 'blur(0px)', opacity: 0 }}
24-
animate={{ WebkitBackdropFilter: 'blur(3px)', backdropFilter: 'blur(3px)', opacity: 1 }}
25-
exit={{ WebkitBackdropFilter: 'blur(0px)', backdropFilter: 'blur(0px)', opacity: 0 }}
23+
initial={{ backdropFilter: 'blur(0px)', opacity: 0 }}
24+
animate={{ backdropFilter: 'blur(3px)', opacity: 1 }}
25+
exit={{ backdropFilter: 'blur(0px)', opacity: 0 }}
2626
transition={{ type: 'spring', stiffness: 310, damping: 30 }}
2727
/>
2828
<ModalContentWrapper

apps/mobile-wallet/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"@sentry/react-native": "^6.14.0",
4545
"@shopify/flash-list": "1.7.6",
4646
"@shopify/react-native-skia": "2.0.0-next.4",
47-
"@tanstack/query-sync-storage-persister": "5.45.0",
48-
"@tanstack/react-query": "5.45.1",
49-
"@tanstack/react-query-persist-client": "5.45.1",
47+
"@tanstack/query-sync-storage-persister": "^5.81.2",
48+
"@tanstack/react-query": "^5.81.2",
49+
"@tanstack/react-query-persist-client": "^5.81.2",
5050
"@walletconnect/core": "2.21.3",
5151
"@walletconnect/jsonrpc-types": "^1.0.4",
5252
"@walletconnect/keyvaluestorage": "1.1.1",
@@ -91,10 +91,10 @@
9191
"nanoid": "^3.3.8",
9292
"posthog-react-native": "^2.7.1",
9393
"qrloop": "^1.4.1",
94-
"react": "^19.0.0",
95-
"react-dom": "^19.0.0",
96-
"react-hook-form": "^7.42.1",
97-
"react-i18next": "^13.2.1",
94+
"react": "19.0.0",
95+
"react-dom": "19.0.0",
96+
"react-hook-form": "^7.58.1",
97+
"react-i18next": "^15.5.3",
9898
"react-native": "0.79.4",
9999
"react-native-aes-crypto": "^2.1.0",
100100
"react-native-background-timer": "^2.4.1",
@@ -116,9 +116,9 @@
116116
"react-native-web": "~0.20.0",
117117
"react-native-webview": "^13.13.5",
118118
"react-qr-code": "^2.0.15",
119-
"react-redux": "^8.0.5",
119+
"react-redux": "^9.2.0",
120120
"redux-devtools-expo-dev-plugin": "^1.0.0",
121-
"styled-components": "^6.1.8",
121+
"styled-components": "^6.1.19",
122122
"stylis": "^4.0.0",
123123
"victory-native": "^36.6.10",
124124
"web3-validator": "^2.0.6"
@@ -128,7 +128,7 @@
128128
"@alephium/typescript-config": "workspace:*",
129129
"@babel/core": "^7.26.0",
130130
"@types/lodash": "^4.14.182",
131-
"@types/react": "~19.1.8",
131+
"@types/react": "~19.0.0",
132132
"@types/react-native-background-timer": "^2.0.2",
133133
"@walletconnect/types": "2.21.3",
134134
"babel-plugin-module-resolver": "^5.0.2",

packages/shared-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"@alephium/shared": "workspace:*",
2020
"@alephium/token-list": "^0.0.19",
2121
"@alephium/web3": "1.11.3",
22-
"@tanstack/react-query": "5.45.1",
22+
"@tanstack/react-query": "^5.81.2",
2323
"axios": "^1.8.2",
2424
"lodash": "^4.17.21",
25-
"react": "^19.0.0",
26-
"react-redux": "^8.0.5"
25+
"react": "19.0.0",
26+
"react-redux": "^9.2.0"
2727
},
2828
"devDependencies": {
2929
"@alephium/eslint-config": "workspace:*",
3030
"@alephium/typescript-config": "workspace:*",
3131
"@alephium/walletconnect-provider": "1.11.3",
32-
"@types/react": "~19.1.8",
32+
"@types/react": "~19.0.0",
3333
"tsup": "^8.4.0",
3434
"typescript": "~5.8.3"
3535
}

0 commit comments

Comments
 (0)