Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer-companion
Commits
e2a3e7d8
Unverified
Commit
e2a3e7d8
authored
Apr 20, 2022
by
Andrei Eres
Committed by
GitHub
Apr 20, 2022
Browse files
Update deps (#104)
* Update deps * Allow scripts * Add resolutions
parent
6ef1c4a2
Pipeline
#189335
passed with stages
in 1 minute and 30 seconds
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
e2a3e7d8
...
...
@@ -17,62 +17,68 @@
"fix"
:
"prettier ./src -w"
},
"dependencies"
:
{
"
@babel/runtime
"
:
"
^7.1
6.5
"
,
"
@nanostores/react
"
:
"
^0.
1.5
"
,
"
@babel/runtime
"
:
"
^7.1
7.9
"
,
"
@nanostores/react
"
:
"
^0.
2.0
"
,
"
@polkadot/extension-base
"
:
"
^0.41.1
"
,
"
@polkadot/extension-chains
"
:
"
0.41.1
"
,
"
@polkadot/extension-inject
"
:
"
^0.41.1
"
,
"
@polkadot/react-identicon
"
:
"
^0.86.5
"
,
"
@polkadot/react-qr
"
:
"
^0.86.5
"
,
"
nanostores
"
:
"
^0.5.
8
"
,
"
nanostores
"
:
"
^0.5.
12
"
,
"
react
"
:
"
^17.0.2
"
,
"
react-dom
"
:
"
^17.0.2
"
,
"
react-error-boundary
"
:
"
^3.1.4
"
,
"
styled-components
"
:
"
^5.3.3
"
},
"devDependencies"
:
{
"
@babel/plugin-transform-runtime
"
:
"
^7.1
6.5
"
,
"
@babel/preset-env
"
:
"
^7.16.
5
"
,
"
@babel/preset-react
"
:
"
^7.16.
5
"
,
"
@babel/preset-typescript
"
:
"
^7.16.
5
"
,
"
@lavamoat/allow-scripts
"
:
"
^
1
.0.
6
"
,
"
@babel/plugin-transform-runtime
"
:
"
^7.1
7.0
"
,
"
@babel/preset-env
"
:
"
^7.16.
11
"
,
"
@babel/preset-react
"
:
"
^7.16.
7
"
,
"
@babel/preset-typescript
"
:
"
^7.16.
7
"
,
"
@lavamoat/allow-scripts
"
:
"
^
2
.0.
2
"
,
"
@lavamoat/preinstall-always-fail
"
:
"
^1.0.0
"
,
"
@stylelint/postcss-css-in-js
"
:
"
^0.37.2
"
,
"
@types/chrome
"
:
"
^0.0.1
73
"
,
"
@types/firefox-webext-browser
"
:
"
^94.0.
0
"
,
"
@types/chrome
"
:
"
^0.0.1
81
"
,
"
@types/firefox-webext-browser
"
:
"
^94.0.
1
"
,
"
@types/react
"
:
"
^17.0.38
"
,
"
@types/react-dom
"
:
"
^17.0.11
"
,
"
@types/styled-components
"
:
"
^5.1.19
"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^5.
8
.0
"
,
"
@typescript-eslint/parser
"
:
"
^5.
8
.0
"
,
"
babel-loader
"
:
"
^8.2.
3
"
,
"
babel-plugin-styled-components
"
:
"
^2.0.
2
"
,
"
@typescript-eslint/eslint-plugin
"
:
"
^5.
20
.0
"
,
"
@typescript-eslint/parser
"
:
"
^5.
20
.0
"
,
"
babel-loader
"
:
"
^8.2.
5
"
,
"
babel-plugin-styled-components
"
:
"
^2.0.
7
"
,
"
buffer
"
:
"
^6.0.3
"
,
"
copy-webpack-plugin
"
:
"
^10.2.
0
"
,
"
copy-webpack-plugin
"
:
"
^10.2.
4
"
,
"
crypto-browserify
"
:
"
^3.12.0
"
,
"
eslint
"
:
"
^8.
5
.0
"
,
"
eslint-config-prettier
"
:
"
^8.
3
.0
"
,
"
eslint
"
:
"
^8.
13
.0
"
,
"
eslint-config-prettier
"
:
"
^8.
5
.0
"
,
"
eslint-plugin-prettier
"
:
"
^4.0.0
"
,
"
eslint-plugin-react
"
:
"
^7.2
8.0
"
,
"
eslint-plugin-react
"
:
"
^7.2
9.4
"
,
"
path-browserify
"
:
"
^1.0.1
"
,
"
postcss-syntax
"
:
"
^0.36.2
"
,
"
prettier
"
:
"
^2.
5.1
"
,
"
prettier
"
:
"
^2.
6.2
"
,
"
process
"
:
"
^0.11.10
"
,
"
stream-browserify
"
:
"
^3.0.0
"
,
"
stylelint
"
:
"
^14.
2.0
"
,
"
stylelint
"
:
"
^14.
7.1
"
,
"
stylelint-config-prettier
"
:
"
^9.0.3
"
,
"
stylelint-config-recommended
"
:
"
^
6
.0.0
"
,
"
typescript
"
:
"
^4.
5.4
"
,
"
stylelint-config-recommended
"
:
"
^
7
.0.0
"
,
"
typescript
"
:
"
^4.
6.3
"
,
"
url-loader
"
:
"
^4.1.1
"
,
"
web-ext
"
:
"
^6.
6
.0
"
,
"
webpack
"
:
"
^5.
65
.0
"
,
"
webpack-cli
"
:
"
^4.9.
1
"
,
"
web-ext
"
:
"
^6.
8
.0
"
,
"
webpack
"
:
"
^5.
72
.0
"
,
"
webpack-cli
"
:
"
^4.9.
2
"
,
"
webpack-extension-manifest-plugin
"
:
"
^0.8.0
"
},
"resolutions"
:
{
"ansi-regex"
:
"^5.0.1"
,
"set-value"
:
"^4.0.1"
,
"json-schema"
:
"^0.4.0"
"json-schema"
:
"^0.4.0"
,
"async"
:
"^3.2.2"
,
"minimist"
:
"^1.2.6"
,
"moment"
:
"^2.29.2"
,
"node-fetch"
:
"^2.6.7"
,
"node-forge"
:
"^1.3.0 "
,
"simple-get"
:
"^3.1.1"
},
"lavamoat"
:
{
"allowScripts"
:
{
...
...
@@ -84,7 +90,16 @@
"tiny-secp256k1"
:
false
,
"@lavamoat/preinstall-always-fail"
:
false
,
"dtrace-provider"
:
false
,
"spawn-sync"
:
false
"spawn-sync"
:
false
,
"@polkadot/extension-base>@polkadot/ui-keyring>@polkadot/hw-ledger>@polkadot/hw-ledger-transports>@ledgerhq/hw-transport-node-hid-singleton>node-hid"
:
false
,
"@polkadot/extension-base>@polkadot/ui-keyring>@polkadot/hw-ledger>@polkadot/hw-ledger-transports>@ledgerhq/hw-transport-node-hid-singleton>usb-detection"
:
false
,
"@polkadot/extension-base>@polkadot/ui-keyring>@polkadot/hw-ledger>@zondax/ledger-substrate>bip32>tiny-secp256k1"
:
false
,
"web-ext>bunyan>dtrace-provider"
:
false
,
"web-ext>fx-runner>spawn-sync"
:
false
,
"web-ext>sign-addon>core-js"
:
false
,
"web-ext>ws>bufferutil"
:
false
,
"web-ext>ws>utf-8-validate"
:
false
,
"webpack-extension-manifest-plugin>core-js"
:
false
}
}
}
yarn.lock
View file @
e2a3e7d8
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment