diff --git a/Cargo.lock b/Cargo.lock index f2eca2436..aba98d37e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2372,7 +2372,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#2ac7ca58ac5ff68612d0161a7720926051e9029d" +source = "git+https://github.com/paritytech/js-precompiled.git#d50539dac1257bd29c507d5545b06aa61dee22c9" dependencies = [ "parity-dapps-glue 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package-lock.json b/js/package-lock.json index 034a3e66c..2d3ffc25e 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.8.32", + "version": "1.8.33", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index 083fb384d..ab561983b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.8.32", + "version": "1.8.33", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",