This commit is contained in:
Jaco
2022-04-09 09:57:41 +02:00
committed by GitHub
parent 08d71f0675
commit 779fedd4ae
13 changed files with 334 additions and 322 deletions
+6 -6
View File
@@ -10,7 +10,7 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "1.4.2-2",
"version": "2.0.0",
"workspaces": [
"packages/*"
],
@@ -27,10 +27,10 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/runtime": "^7.17.8",
"@polkadot/dev": "^0.65.108",
"@polkadot/x-bundle": "^8.7.2-3",
"@babel/core": "^7.17.9",
"@babel/runtime": "^7.17.9",
"@polkadot/dev": "^0.66.1",
"@polkadot/x-bundle": "^9.0.1",
"@types/jest": "^27.4.1",
"babel-loader": "^8.2.4",
"babel-plugin-transform-vue-template": "^0.4.2",
@@ -42,7 +42,7 @@
"react-native": "^0.68.0",
"stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.71.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-serve": "^4.0.0"
},