Skip to content

Commit

Permalink
deps: pin @types/anymatch<3 which conflicts with @types/webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevmatos committed May 19, 2021
1 parent 53129e4 commit d12aa7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"raiden-cli"
],
"devDependencies": {
"@types/anymatch": "^1.3",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.26.0",
Expand Down
6 changes: 5 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2371,6 +2371,11 @@
dependencies:
anymatch "*"

"@types/anymatch@^1.3":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@types/anymatch/-/anymatch-1.3.1.tgz#336badc1beecb9dacc38bea2cf32adf627a8421a"
integrity sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA==

"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.0", "@types/babel__core@^7.1.7":
version "7.1.14"
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.14.tgz#faaeefc4185ec71c389f4501ee5ec84b170cc402"
Expand Down Expand Up @@ -8330,7 +8335,6 @@ ethereum-cryptography@^0.1.3:

"ethereumjs-abi@git+https://github.com/ethereumjs/ethereumjs-abi.git":
version "0.6.8"
uid "1a27c59c15ab1e95ee8e5c4ed6ad814c49cc439e"
resolved "git+https://github.com/ethereumjs/ethereumjs-abi.git#1a27c59c15ab1e95ee8e5c4ed6ad814c49cc439e"
dependencies:
bn.js "^4.11.8"
Expand Down

0 comments on commit d12aa7d

Please sign in to comment.