This commit is contained in:
Jaco
2022-11-14 13:15:25 +02:00
committed by GitHub
parent 74304ed1d0
commit 39d76709d3
13 changed files with 95 additions and 88 deletions
+7 -7
View File
@@ -11,7 +11,7 @@
},
"sideEffects": false,
"type": "module",
"version": "2.9.13-1-x",
"version": "2.9.13",
"versions": {
"git": "2.9.13-1-x",
"npm": "2.9.12"
@@ -32,11 +32,11 @@
"test:one": "polkadot-dev-run-test"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/runtime": "^7.20.0",
"@polkadot/dev": "^0.67.156",
"@babel/core": "^7.20.2",
"@babel/runtime": "^7.20.1",
"@polkadot/dev": "^0.67.157",
"@polkadot/x-bundle": "^10.1.12",
"@types/jest": "^29.2.1",
"@types/jest": "^29.2.2",
"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.70.4",
"react-native": "^0.70.5",
"stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.7.13"
"vue-template-compiler": "^2.7.14"
},
"resolutions": {
"typescript": "^4.8.4"