Bump @polkadot/dev (#630)

This commit is contained in:
Jaco
2022-04-05 08:31:31 +02:00
committed by GitHub
parent d57a700d40
commit cc17aa3fc3
11 changed files with 645 additions and 701 deletions
+2
View File
@@ -1,4 +1,6 @@
build/ build/
build-cjs/
build-esm/
build-docs/ build-docs/
coverage/ coverage/
node_modules/ node_modules/
+7 -7
View File
@@ -29,20 +29,20 @@
"devDependencies": { "devDependencies": {
"@babel/core": "^7.17.8", "@babel/core": "^7.17.8",
"@babel/runtime": "^7.17.8", "@babel/runtime": "^7.17.8",
"@polkadot/dev": "^0.65.101", "@polkadot/dev": "^0.65.106",
"@polkadot/x-bundle": "^8.7.1", "@polkadot/x-bundle": "^8.7.2-1",
"@types/jest": "^27.4.1", "@types/jest": "^27.4.1",
"babel-loader": "^8.2.4", "babel-loader": "^8.2.4",
"babel-plugin-transform-vue-template": "^0.4.2", "babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1", "empty": "^0.10.1",
"process": "^0.11.10", "process": "^0.11.10",
"react": "^17.0.2", "react": "^18.0.0",
"react-dom": "^17.0.2", "react-dom": "^18.0.0",
"react-is": "^17.0.2", "react-is": "^18.0.0",
"react-native": "^0.67.4", "react-native": "^0.68.0",
"stream-browserify": "^3.0.0", "stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.6.14", "vue-template-compiler": "^2.6.14",
"webpack": "^5.70.0", "webpack": "^5.71.0",
"webpack-cli": "^4.9.2", "webpack-cli": "^4.9.2",
"webpack-serve": "^4.0.0" "webpack-serve": "^4.0.0"
}, },
+3 -3
View File
@@ -21,11 +21,11 @@
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.17.8", "@babel/runtime": "^7.17.8",
"@polkadot/keyring": "^8.7.1", "@polkadot/keyring": "^8.7.2-1",
"@polkadot/ui-settings": "1.4.1", "@polkadot/ui-settings": "1.4.1",
"@polkadot/ui-shared": "1.4.1", "@polkadot/ui-shared": "1.4.1",
"@polkadot/util": "^8.7.1", "@polkadot/util": "^8.7.2-1",
"@polkadot/util-crypto": "^8.7.1", "@polkadot/util-crypto": "^8.7.2-1",
"color": "^3.2.1", "color": "^3.2.1",
"ethereum-blockies-base64": "^1.0.2", "ethereum-blockies-base64": "^1.0.2",
"jdenticon": "3.1.1", "jdenticon": "3.1.1",
+2 -2
View File
@@ -22,8 +22,8 @@
"dependencies": { "dependencies": {
"@babel/runtime": "^7.17.8", "@babel/runtime": "^7.17.8",
"@polkadot/ui-settings": "1.4.1", "@polkadot/ui-settings": "1.4.1",
"@polkadot/util": "^8.7.1", "@polkadot/util": "^8.7.2-1",
"@polkadot/util-crypto": "^8.7.1", "@polkadot/util-crypto": "^8.7.2-1",
"qrcode-generator": "^1.4.4", "qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1", "react-qr-reader": "^2.2.1",
"styled-components": "^5.3.5" "styled-components": "^5.3.5"
+2 -2
View File
@@ -22,8 +22,8 @@
"dependencies": { "dependencies": {
"@babel/runtime": "^7.17.8", "@babel/runtime": "^7.17.8",
"@polkadot/ui-shared": "1.4.1", "@polkadot/ui-shared": "1.4.1",
"@polkadot/util": "^8.7.1", "@polkadot/util": "^8.7.2-1",
"@polkadot/util-crypto": "^8.7.1", "@polkadot/util-crypto": "^8.7.2-1",
"react-native-svg": "^12.3.0" "react-native-svg": "^12.3.0"
}, },
"devDependencies": { "devDependencies": {
+1 -1
View File
@@ -17,6 +17,6 @@
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.17.8", "@babel/runtime": "^7.17.8",
"@polkadot/util": "^8.7.1" "@polkadot/util": "^8.7.2-1"
} }
} }
+3 -3
View File
@@ -20,10 +20,10 @@
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.17.8", "@babel/runtime": "^7.17.8",
"@polkadot/keyring": "^8.7.1", "@polkadot/keyring": "^8.7.2-1",
"@polkadot/ui-settings": "1.4.1", "@polkadot/ui-settings": "1.4.1",
"@polkadot/util": "^8.7.1", "@polkadot/util": "^8.7.2-1",
"@polkadot/util-crypto": "^8.7.1", "@polkadot/util-crypto": "^8.7.2-1",
"mkdirp": "^1.0.4", "mkdirp": "^1.0.4",
"rxjs": "^7.5.5", "rxjs": "^7.5.5",
"store": "^2.0.12" "store": "^2.0.12"
+2 -2
View File
@@ -21,8 +21,8 @@
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.17.8", "@babel/runtime": "^7.17.8",
"@polkadot/networks": "^8.7.1", "@polkadot/networks": "^8.7.2-1",
"@polkadot/util": "^8.7.1", "@polkadot/util": "^8.7.2-1",
"eventemitter3": "^4.0.7", "eventemitter3": "^4.0.7",
"store": "^2.0.12" "store": "^2.0.12"
}, },
+2 -2
View File
@@ -24,8 +24,8 @@
"color": "^3.2.1" "color": "^3.2.1"
}, },
"devDependencies": { "devDependencies": {
"@polkadot/util": "^8.7.1", "@polkadot/util": "^8.7.2-1",
"@polkadot/util-crypto": "^8.7.1", "@polkadot/util-crypto": "^8.7.2-1",
"@types/color": "^3.0.3", "@types/color": "^3.0.3",
"@types/xmlserializer": "^0.6.2", "@types/xmlserializer": "^0.6.2",
"xmlserializer": "^0.6.1" "xmlserializer": "^0.6.1"
+2 -2
View File
@@ -22,8 +22,8 @@
"dependencies": { "dependencies": {
"@babel/runtime": "^7.17.8", "@babel/runtime": "^7.17.8",
"@polkadot/ui-shared": "1.4.1", "@polkadot/ui-shared": "1.4.1",
"@polkadot/util": "^8.7.1", "@polkadot/util": "^8.7.2-1",
"@polkadot/util-crypto": "^8.7.1", "@polkadot/util-crypto": "^8.7.2-1",
"jdenticon": "3.1.1" "jdenticon": "3.1.1"
}, },
"devDependencies": { "devDependencies": {
+619 -677
View File
File diff suppressed because it is too large Load Diff