mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-15 15:21:03 +00:00
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:
+3
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user