This commit is contained in:
Jaco
2021-10-16 09:44:31 +03:00
committed by GitHub
parent 725feb2528
commit 24dc52741b
14 changed files with 567 additions and 614 deletions
+6 -6
View File
@@ -8,7 +8,7 @@
"packages/*"
],
"resolutions": {
"typescript": "^4.4.3"
"typescript": "^4.4.4"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -30,21 +30,21 @@
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/runtime": "^7.15.4",
"@polkadot/dev": "^0.62.70",
"@polkadot/ts": "^0.4.8",
"@polkadot/x-bundle": "^7.4.1",
"@polkadot/dev": "^0.62.71",
"@polkadot/ts": "^0.4.9",
"@polkadot/x-bundle": "^7.5.1",
"@types/jest": "^27.0.2",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-native": "^0.66.0",
"react-native": "^0.66.1",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-serve": "^3.2.0"
},
"version": "0.85.6-0",
"version": "0.86.0",
"packageManager": "yarn@3.0.1"
}