This commit is contained in:
Jaco
2022-06-19 07:35:18 +02:00
committed by GitHub
parent fc3df455ef
commit 06dcc3bc5b
13 changed files with 298 additions and 339 deletions
+9 -9
View File
@@ -10,7 +10,7 @@
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": false,
"version": "2.4.2-2",
"version": "2.5.0",
"workspaces": [
"packages/*"
],
@@ -27,23 +27,23 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/core": "^7.18.5",
"@babel/runtime": "^7.18.3",
"@polkadot/dev": "^0.66.37",
"@polkadot/x-bundle": "^9.4.1",
"@types/jest": "^28.1.1",
"@polkadot/dev": "^0.67.4",
"@polkadot/x-bundle": "^9.5.1",
"@types/jest": "^28.1.2",
"babel-loader": "^8.2.5",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
"process": "^0.11.10",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-is": "^18.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-native": "^0.68.2",
"stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-cli": "^4.10.0",
"webpack-serve": "^4.0.0"
},
"resolutions": {