Bump TypeScript (#749)

This commit is contained in:
Jaco
2023-04-08 10:03:58 +03:00
committed by GitHub
parent 701439d6bc
commit 4ec2f6730b
2 changed files with 114 additions and 125 deletions
+2 -2
View File
@@ -33,7 +33,7 @@
"test:one": "polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.72.32",
"@polkadot/dev": "^0.72.36",
"@polkadot/x-bundle": "^11.1.3",
"@types/node": "^18.15.11",
"react": "^18.2.0",
@@ -42,6 +42,6 @@
"react-native": "^0.71.5"
},
"resolutions": {
"typescript": "^5.0.3"
"typescript": "^5.0.4"
}
}