Upgrade polkadot deps (#836)

* chore: upgrade deps

* fix: correct capitalization of "Overview" in README

* fix: correct capitalization of "overview" in README

* fix: update typescript version in package.json and yarn.lock

* fix: downgrade typescript version to 5.5.4
This commit is contained in:
Arjun Porwal
2025-06-18 17:57:21 +05:30
committed by GitHub
parent 648c379c28
commit 421ccb322a
9 changed files with 119 additions and 119 deletions
+3 -3
View File
@@ -33,8 +33,8 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.83.2",
"@polkadot/x-bundle": "^13.5.1",
"@polkadot/dev": "^0.83.3",
"@polkadot/x-bundle": "^13.5.2",
"@types/node": "^22.10.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -42,6 +42,6 @@
"react-native": "^0.73.1"
},
"resolutions": {
"typescript": "^5.5.4"
"typescript": "5.5.4"
}
}