This commit is contained in:
Jaco
2022-03-19 10:35:11 +01:00
committed by GitHub
parent d0b418f4c8
commit 60c6168307
13 changed files with 223 additions and 215 deletions
+6 -6
View File
@@ -10,7 +10,7 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "1.2.2-0",
"version": "1.3.0",
"workspaces": [
"packages/*"
],
@@ -27,10 +27,10 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/runtime": "^7.17.7",
"@polkadot/dev": "^0.65.94",
"@polkadot/x-bundle": "^8.5.1",
"@babel/core": "^7.17.8",
"@babel/runtime": "^7.17.8",
"@polkadot/dev": "^0.65.97",
"@polkadot/x-bundle": "^8.6.1",
"@types/jest": "^27.4.1",
"babel-loader": "^8.2.3",
"babel-plugin-transform-vue-template": "^0.4.2",
@@ -39,7 +39,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-native": "^0.67.3",
"react-native": "^0.67.4",
"stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.70.0",