Skip to content

Commit fe188f8

Browse files
authored
chore: bump deps (#87)
1 parent 4ba729d commit fe188f8

File tree

5 files changed

+555
-47
lines changed

5 files changed

+555
-47
lines changed

e2e/zombienet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"e2e:test": "npx vitest --watch=false --no-file-parallelism"
88
},
99
"dependencies": {
10-
"@dedot/chaintypes": "^0.44.0",
10+
"@dedot/chaintypes": "^0.48.0",
1111
"@polkadot/keyring": "^13.2.3",
12-
"@polkadot/types": "^15.0.1",
12+
"@polkadot/types": "^15.0.2",
1313
"@polkadot/util-crypto": "^13.2.3",
1414
"dedot": "^0.6.1",
1515
"happy-dom": "^15.11.7",

examples/demo-subconnect/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"typink": "npx dedot typink -m ./src/contracts/artifacts/psp22/psp22.contract -o ./src/contracts/types && npx dedot typink -m ./src/contracts/artifacts/greeter/greeter.contract -o ./src/contracts/types"
1212
},
1313
"dependencies": {
14-
"@chakra-ui/icons": "2.2.4",
14+
"@chakra-ui/icons": "2.2.5",
1515
"@chakra-ui/react": "^2.10.4",
1616
"@chakra-ui/system": "^2.6.2",
17-
"@dedot/chaintypes": "^0.44.0",
17+
"@dedot/chaintypes": "^0.48.0",
1818
"@emotion/react": "^11.14.0",
1919
"@emotion/styled": "^11.14.0",
2020
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
@@ -32,7 +32,7 @@
3232
"typink": "workspace:*"
3333
},
3434
"devDependencies": {
35-
"@types/react": "^18.3.16",
35+
"@types/react": "^18.3.18",
3636
"@types/react-dom": "^18.3.5",
3737
"@typescript-eslint/eslint-plugin": "^6.21.0",
3838
"@typescript-eslint/parser": "^6.21.0",
@@ -41,7 +41,7 @@
4141
"eslint-plugin-react-hooks": "^4.6.2",
4242
"eslint-plugin-react-refresh": "^0.4.16",
4343
"typescript": "^5.5.2",
44-
"vite": "^5.4.11",
45-
"vite-tsconfig-paths": "^5.0.1"
44+
"vite": "^6.0.5",
45+
"vite-tsconfig-paths": "^5.1.4"
4646
}
4747
}

examples/demo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"typink": "npx dedot typink -m ./src/contracts/artifacts/psp22/psp22.contract -o ./src/contracts/types && npx dedot typink -m ./src/contracts/artifacts/greeter/greeter.contract -o ./src/contracts/types"
1212
},
1313
"dependencies": {
14-
"@chakra-ui/icons": "2.2.4",
14+
"@chakra-ui/icons": "2.2.5",
1515
"@chakra-ui/react": "^2.10.4",
1616
"@chakra-ui/system": "^2.6.2",
17-
"@dedot/chaintypes": "^0.44.0",
17+
"@dedot/chaintypes": "^0.48.0",
1818
"@emotion/react": "^11.14.0",
1919
"@emotion/styled": "^11.14.0",
2020
"dedot": "^0.6.1",
@@ -26,16 +26,16 @@
2626
"typink": "workspace:*"
2727
},
2828
"devDependencies": {
29-
"@types/react": "^18.3.1",
30-
"@types/react-dom": "^18.3.1",
29+
"@types/react": "^18.3.18",
30+
"@types/react-dom": "^18.3.5",
3131
"@typescript-eslint/eslint-plugin": "^6.21.0",
3232
"@typescript-eslint/parser": "^6.21.0",
3333
"@vitejs/plugin-react": "^4.3.4",
3434
"eslint": "^8.57.1",
3535
"eslint-plugin-react-hooks": "^4.6.2",
3636
"eslint-plugin-react-refresh": "^0.4.16",
3737
"typescript": "^5.5.2",
38-
"vite": "^5.4.11",
39-
"vite-tsconfig-paths": "^5.0.1"
38+
"vite": "^6.0.5",
39+
"vite-tsconfig-paths": "^5.1.4"
4040
}
4141
}

packages/typink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react-use": "^17.6.0"
1919
},
2020
"devDependencies": {
21-
"@types/react": "^18.3.16"
21+
"@types/react": "^18.3.18"
2222
},
2323
"publishConfig": {
2424
"access": "public",

0 commit comments

Comments
 (0)