Skip to content

Commit 7ab3779

Browse files
committed
updo
1 parent 48d9779 commit 7ab3779

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

package.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,34 @@
3232
},
3333
"dependencies": {
3434
"@mui/material": "7.3.5",
35-
"@xylabs/assert": "5.0.25",
36-
"@xylabs/delay": "5.0.25",
37-
"@xylabs/hex": "5.0.25",
38-
"@xylabs/typeof": "5.0.25",
39-
"@xyo-network/id-payload-plugin": "5.1.21",
40-
"@xyo-network/payload-builder": "5.1.21",
41-
"@xyo-network/react-chain-model": "1.16.9",
42-
"@xyo-network/react-chain-provider": "1.16.9",
43-
"@xyo-network/xl1-protocol": "1.13.11",
44-
"@xyo-network/xl1-rpc": "1.16.9",
35+
"@xylabs/assert": "5.0.39",
36+
"@xylabs/delay": "5.0.39",
37+
"@xylabs/hex": "5.0.39",
38+
"@xylabs/typeof": "5.0.39",
39+
"@xyo-network/id-payload-plugin": "5.1.24",
40+
"@xyo-network/payload-builder": "5.1.24",
41+
"@xyo-network/react-chain-model": "1.16.23",
42+
"@xyo-network/react-chain-provider": "1.16.23",
43+
"@xyo-network/xl1-protocol": "1.13.13",
44+
"@xyo-network/xl1-rpc": "1.16.23",
4545
"react": "19.2.0",
46-
"react-dom": "19.2.0"
46+
"react-dom": "19.2.0",
47+
"react-router-dom": "~7.9.6"
4748
},
4849
"devDependencies": {
4950
"@emotion/react": "11.14.0",
5051
"@emotion/styled": "11.14.1",
51-
"@types/react": "19.2.4",
52+
"@types/react": "19.2.6",
5253
"@types/react-dom": "19.2.3",
5354
"@vitejs/plugin-react-swc": "4.2.2",
5455
"@xylabs/eslint-config-flat": "7.2.8",
5556
"@xylabs/tsconfig-react": "7.2.8",
56-
"@xyo-network/xl1-cli": "^1.16.9",
57+
"@xyo-network/xl1-cli": "^1.16.23",
5758
"eslint": "9.39.1",
5859
"eslint-import-resolver-typescript": "4.4.4",
5960
"dotenv": "17.2.3",
6061
"npm-check-updates": "19.1.2",
62+
"rollbar": "~2.26.5",
6163
"typescript": "5.9.3",
6264
"serve": "14.2.5",
6365
"vite": "7.2.2",

0 commit comments

Comments
 (0)