This commit is contained in:
Jaco
2022-07-21 09:14:49 +02:00
committed by GitHub
parent 573f92f00d
commit 0a5bea1d4a
13 changed files with 1005 additions and 996 deletions
+8 -8
View File
@@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.8.3-2-x",
"version": "2.9.0",
"versions": {
"git": "2.8.3-2-x",
"npm": "2.8.2"
@@ -32,11 +32,11 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/runtime": "^7.18.6",
"@polkadot/dev": "^0.67.76",
"@polkadot/x-bundle": "^10.0.2",
"@types/jest": "^28.1.4",
"@babel/core": "^7.18.9",
"@babel/runtime": "^7.18.9",
"@polkadot/dev": "^0.67.84",
"@polkadot/x-bundle": "^10.1.1",
"@types/jest": "^28.1.6",
"babel-loader": "^8.2.5",
"babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1",
@@ -44,9 +44,9 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-native": "^0.69.1",
"react-native": "^0.69.2",
"stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.7.4",
"vue-template-compiler": "^2.7.7",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-serve": "^4.0.0"