This commit is contained in:
Jaco Greeff
2020-10-19 08:42:35 +02:00
committed by GitHub
parent 8e4ecac74b
commit 14ac686780
14 changed files with 347 additions and 344 deletions
+6 -6
View File
@@ -28,19 +28,19 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@polkadot/dev": "^0.58.1",
"@babel/core": "^7.12.3",
"@babel/runtime": "^7.12.1",
"@polkadot/dev": "^0.58.3",
"@polkadot/ts": "^0.3.49",
"@types/jest": "^26.0.14",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-is": "^16.13.1",
"react-native": "^0.63.3",
"vue-template-compiler": "^2.6.12",
"webpack-serve": "^3.2.0"
},
"version": "0.60.2-3"
"version": "0.61.0"
}