Skip to content

Commit f419f13

Browse files
committed
^ to ~
1 parent d138096 commit f419f13

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -27,37 +27,37 @@
2727
"start": "npm run vite"
2828
},
2929
"dependencies": {
30-
"@mui/material": "^7.3.1",
31-
"@xylabs/assert": "^5.0.8",
32-
"@xylabs/delay": "^5.0.8",
33-
"@xylabs/hex": "^5.0.8",
34-
"@xylabs/typeof": "^5.0.8",
35-
"@xyo-network/payload-builder": "^5.0.5",
36-
"@xyo-network/react-chain-provider": "^1.12.1",
37-
"@xyo-network/xl1-protocol": "^1.10.13",
38-
"@xyo-network/xl1-rpc": "^1.12.0",
39-
"react": "^19.1.1"
30+
"@mui/material": "~7.3.1",
31+
"@xylabs/assert": "~5.0.8",
32+
"@xylabs/delay": "~5.0.8",
33+
"@xylabs/hex": "~5.0.8",
34+
"@xylabs/typeof": "~5.0.8",
35+
"@xyo-network/payload-builder": "~5.0.5",
36+
"@xyo-network/react-chain-provider": "~1.12.1",
37+
"@xyo-network/xl1-protocol": "~1.10.13",
38+
"@xyo-network/xl1-rpc": "~1.12.0",
39+
"react": "~19.1.1"
4040
},
4141
"devDependencies": {
42-
"@emotion/react": "^11.14.0",
43-
"@emotion/styled": "^11.14.1",
44-
"@types/react": "^19.1.10",
45-
"@types/react-dom": "^19.1.7",
46-
"@vitejs/plugin-react-swc": "^4.0.0",
47-
"@xylabs/assert": "^5.0.8",
48-
"@xylabs/hex": "^5.0.8",
49-
"@xylabs/tsconfig-react": "^7.1.2",
50-
"@xyo-network/id-payload-plugin": "5.0.5",
51-
"@xyo-network/payload": "^5.0.5",
52-
"@xyo-network/react-chain-model": "^1.12.1",
53-
"@xyo-network/xl1-model": "^1.3.8",
54-
"dotenv": "^17.2.1",
55-
"react": "^19.1.1",
56-
"react-dom": "^19.1.1",
57-
"react-router-dom": "^7.8.0",
58-
"typescript": "^5.9.2",
59-
"vite": "^7.1.2",
60-
"vite-plugin-top-level-await": "^1.6.0"
42+
"@emotion/react": "~11.14.0",
43+
"@emotion/styled": "~11.14.1",
44+
"@types/react": "~19.1.10",
45+
"@types/react-dom": "~19.1.7",
46+
"@vitejs/plugin-react-swc": "~4.0.0",
47+
"@xylabs/assert": "~5.0.8",
48+
"@xylabs/hex": "~5.0.8",
49+
"@xylabs/tsconfig-react": "~7.1.2",
50+
"@xyo-network/id-payload-plugin": "~5.0.5",
51+
"@xyo-network/payload": "~5.0.5",
52+
"@xyo-network/react-chain-model": "~1.12.1",
53+
"@xyo-network/xl1-model": "~1.3.8",
54+
"dotenv": "~17.2.1",
55+
"react": "~19.1.1",
56+
"react-dom": "~19.1.1",
57+
"react-router-dom": "~7.8.0",
58+
"typescript": "~5.9.2",
59+
"vite": "~7.1.2",
60+
"vite-plugin-top-level-await": "~1.6.0"
6161
},
6262
"publishConfig": {
6363
"access": "restricted"

0 commit comments

Comments
 (0)