Bump deps (#457)

This commit is contained in:
Jaco Greeff
2021-04-08 12:06:28 +03:00
committed by GitHub
parent 8bdfd18e1f
commit ebf561f48c
6 changed files with 291 additions and 411 deletions
+7 -7
View File
@@ -8,7 +8,7 @@
"packages/*"
],
"resolutions": {
"typescript": "^4.2.3"
"typescript": "^4.2.4"
},
"scripts": {
"build": "polkadot-dev-build-ts",
@@ -27,16 +27,16 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/core": "^7.13.14",
"@babel/runtime": "^7.13.10",
"@polkadot/dev": "^0.62.5",
"@polkadot/dev": "^0.62.7",
"@polkadot/ts": "^0.3.62",
"@types/jest": "^26.0.20",
"@types/jest": "^26.0.22",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-is": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-native": "^0.64.0",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",