Skip to content

Commit ac64cbe

Browse files
committed
chore: Update dependencies
1 parent 0864e5b commit ac64cbe

File tree

4 files changed

+1332
-363
lines changed

4 files changed

+1332
-363
lines changed

examples/react-ts/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@polkadot/api": "^10.11.2",
14-
"@polkadot/api-contract": "^10.11.2",
13+
"@polkadot/api": "^10.12.6",
14+
"@polkadot/api-contract": "^10.12.6",
1515
"@polkadot/util-crypto": "^12.6.2",
1616
"@scio-labs/use-inkathon": "workspace:*",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0"
1919
},
2020
"devDependencies": {
21-
"@types/react": "^18.2.53",
22-
"@types/react-dom": "^18.2.18",
23-
"@typescript-eslint/eslint-plugin": "^6.20.0",
24-
"@typescript-eslint/parser": "^6.20.0",
21+
"@types/react": "^18.2.75",
22+
"@types/react-dom": "^18.2.24",
23+
"@typescript-eslint/eslint-plugin": "^7.6.0",
24+
"@typescript-eslint/parser": "^7.6.0",
2525
"@vitejs/plugin-react-swc": "^3.6.0",
26-
"eslint": "^8.56.0",
26+
"eslint": "^8.57.0",
2727
"eslint-config-prettier": "^9.1.0",
28-
"eslint-plugin-react": "^7.33.2",
28+
"eslint-plugin-react": "^7.34.1",
2929
"eslint-plugin-react-hooks": "^4.6.0",
30-
"eslint-plugin-react-refresh": "^0.4.5",
30+
"eslint-plugin-react-refresh": "^0.4.6",
3131
"prettier": "^3.2.5",
32-
"typescript": "^5.3.3",
33-
"vite": "^5.0.12"
32+
"typescript": "^5.4.4",
33+
"vite": "^5.2.8"
3434
}
3535
}

examples/scripts-ts/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
"type-check": "tsc --pretty --noEmit"
1111
},
1212
"dependencies": {
13-
"@polkadot/api": "^10.11.2",
14-
"@polkadot/api-contract": "^10.11.2",
13+
"@polkadot/api": "^10.12.6",
14+
"@polkadot/api-contract": "^10.12.6",
1515
"@polkadot/util-crypto": "^12.6.2",
1616
"@scio-labs/use-inkathon": "workspace:*"
1717
},
1818
"devDependencies": {
19-
"@polkadot/types": "^10.11.2",
20-
"@typescript-eslint/eslint-plugin": "^6.20.0",
21-
"@typescript-eslint/parser": "^6.20.0",
22-
"eslint": "^8.56.0",
19+
"@polkadot/types": "^10.12.6",
20+
"@typescript-eslint/eslint-plugin": "^7.6.0",
21+
"@typescript-eslint/parser": "^7.6.0",
22+
"eslint": "^8.57.0",
2323
"eslint-config-prettier": "^9.1.0",
2424
"prettier": "^3.2.5",
25-
"tsx": "^4.7.0",
26-
"typescript": "^5.3.3"
25+
"tsx": "^4.7.2",
26+
"typescript": "^5.4.4"
2727
}
2828
}

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -93,19 +93,19 @@
9393
"devDependencies": {
9494
"@changesets/changelog-github": "^0.5.0",
9595
"@changesets/cli": "^2.27.1",
96-
"@types/node": "^20.11.16",
97-
"@types/react": "^18.2.53",
98-
"@typescript-eslint/eslint-plugin": "^6.20.0",
99-
"@typescript-eslint/parser": "^6.20.0",
96+
"@types/node": "^20.12.6",
97+
"@types/react": "^18.2.75",
98+
"@typescript-eslint/eslint-plugin": "^7.6.0",
99+
"@typescript-eslint/parser": "^7.6.0",
100100
"concurrently": "^8.2.2",
101-
"eslint": "^8.56.0",
101+
"eslint": "^8.57.0",
102102
"eslint-config-prettier": "^9.1.0",
103-
"eslint-plugin-react": "^7.33.2",
104-
"lint-staged": "^15.2.1",
103+
"eslint-plugin-react": "^7.34.1",
104+
"lint-staged": "^15.2.2",
105105
"prettier": "^3.2.5",
106-
"simple-git-hooks": "^2.9.0",
107-
"tsup": "^8.0.1",
108-
"typedoc": "^0.25.7",
109-
"typescript": "^5.3.3"
106+
"simple-git-hooks": "^2.11.1",
107+
"tsup": "^8.0.2",
108+
"typedoc": "^0.25.13",
109+
"typescript": "^5.4.4"
110110
}
111111
}

0 commit comments

Comments
 (0)