This commit is contained in:
Jaco
2022-05-14 07:10:34 +02:00
committed by GitHub
parent b25f6e46d8
commit b092fe8c6d
13 changed files with 662 additions and 605 deletions
+6 -6
View File
@@ -10,7 +10,7 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "2.1.1",
"version": "2.2.0",
"workspaces": [
"packages/*"
],
@@ -29,9 +29,9 @@
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/runtime": "^7.17.9",
"@polkadot/dev": "^0.66.16",
"@polkadot/x-bundle": "^9.1.1",
"@types/jest": "^27.4.1",
"@polkadot/dev": "^0.66.21",
"@polkadot/x-bundle": "^9.2.1",
"@types/jest": "^27.5.1",
"babel-loader": "^8.2.5",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
@@ -39,10 +39,10 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-is": "^18.1.0",
"react-native": "^0.68.1",
"react-native": "^0.68.2",
"stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.72.0",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-serve": "^4.0.0"
},