Explicit deps & bumps (#275)

This commit is contained in:
Jaco Greeff
2020-02-12 17:08:52 +01:00
committed by GitHub
parent 9902c9351d
commit 4f025cb9ec
14 changed files with 903 additions and 499 deletions
+9 -5
View File
@@ -29,12 +29,16 @@
"test:one": "jest"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@polkadot/dev-react": "^0.33.3",
"@polkadot/ts": "^0.2.1",
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@polkadot/dev-react": "^0.34.1",
"@polkadot/ts": "^0.2.2",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"react-native": "^0.61.4"
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-is": "^16.12.0",
"react-native": "^0.61.4",
"vue-template-compiler": "^2.6.10"
}
}