Bump common (#443)

This commit is contained in:
Jaco Greeff
2021-02-26 09:09:02 +01:00
committed by GitHub
parent 3fd29ee299
commit 0bf8b0a35b
13 changed files with 617 additions and 534 deletions
+4 -6
View File
@@ -8,8 +8,6 @@
"packages/*"
],
"resolutions": {
"eventemitter3": "^4.0.7",
"mkdirp": "^1.0.4",
"typescript": "^4.1.5"
},
"scripts": {
@@ -29,9 +27,9 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/runtime": "^7.12.13",
"@polkadot/dev": "^0.61.26",
"@babel/core": "^7.13.1",
"@babel/runtime": "^7.13.7",
"@polkadot/dev": "^0.61.28",
"@polkadot/ts": "^0.3.59",
"@types/jest": "^26.0.20",
"babel-plugin-transform-vue-template": "^0.4.2",
@@ -41,7 +39,7 @@
"react-is": "^17.0.1",
"react-native": "^0.63.4",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-serve": "^3.2.0"
},