Skip to content

Commit c00842d

Browse files
1 parent 20fb75f commit c00842d

File tree

2 files changed

+8
-43
lines changed

2 files changed

+8
-43
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@rollup/plugin-replace": "^2.3.1",
6969
"@types/jest": "^26.0.14",
7070
"@typescript-eslint/eslint-plugin": "^4.4.0",
71-
"@typescript-eslint/parser": "^4.3.0",
71+
"@typescript-eslint/parser": "^4.4.0",
7272
"arrify": "^2.0.1",
7373
"babel-jest": "^26.3.0",
7474
"babel-plugin-macros": "^2.8.0",

yarn.lock

+7-42
Original file line numberDiff line numberDiff line change
@@ -1682,24 +1682,16 @@
16821682
eslint-scope "^5.0.0"
16831683
eslint-utils "^2.0.0"
16841684

1685-
"@typescript-eslint/parser@^4.2.0", "@typescript-eslint/parser@^4.3.0":
1686-
version "4.3.0"
1687-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.3.0.tgz#684fc0be6551a2bfcb253991eec3c786a8c063a3"
1688-
integrity sha512-JyfRnd72qRuUwItDZ00JNowsSlpQGeKfl9jxwO0FHK1qQ7FbYdoy5S7P+5wh1ISkT2QyAvr2pc9dAemDxzt75g==
1685+
"@typescript-eslint/parser@^4.2.0", "@typescript-eslint/parser@^4.4.0":
1686+
version "4.4.0"
1687+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.0.tgz#65974db9a75f23b036f17b37e959b5f99b659ec0"
1688+
integrity sha512-yc14iEItCxoGb7W4Nx30FlTyGpU9r+j+n1LUK/exlq2eJeFxczrz/xFRZUk2f6yzWfK+pr1DOTyQnmDkcC4TnA==
16891689
dependencies:
1690-
"@typescript-eslint/scope-manager" "4.3.0"
1691-
"@typescript-eslint/types" "4.3.0"
1692-
"@typescript-eslint/typescript-estree" "4.3.0"
1690+
"@typescript-eslint/scope-manager" "4.4.0"
1691+
"@typescript-eslint/types" "4.4.0"
1692+
"@typescript-eslint/typescript-estree" "4.4.0"
16931693
debug "^4.1.1"
16941694

1695-
"@typescript-eslint/[email protected]":
1696-
version "4.3.0"
1697-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.3.0.tgz#c743227e087545968080d2362cfb1273842cb6a7"
1698-
integrity sha512-cTeyP5SCNE8QBRfc+Lgh4Xpzje46kNUhXYfc3pQWmJif92sjrFuHT9hH4rtOkDTo/si9Klw53yIr+djqGZS1ig==
1699-
dependencies:
1700-
"@typescript-eslint/types" "4.3.0"
1701-
"@typescript-eslint/visitor-keys" "4.3.0"
1702-
17031695
"@typescript-eslint/[email protected]":
17041696
version "4.4.0"
17051697
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.0.tgz#2f3dd27692a12cc9a046a90ba6a9d8cb7731190a"
@@ -1713,11 +1705,6 @@
17131705
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
17141706
integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
17151707

1716-
"@typescript-eslint/[email protected]":
1717-
version "4.3.0"
1718-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.3.0.tgz#1f0b2d5e140543e2614f06d48fb3ae95193c6ddf"
1719-
integrity sha512-Cx9TpRvlRjOppGsU6Y6KcJnUDOelja2NNCX6AZwtVHRzaJkdytJWMuYiqi8mS35MRNA3cJSwDzXePfmhU6TANw==
1720-
17211708
"@typescript-eslint/[email protected]":
17221709
version "4.4.0"
17231710
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.0.tgz#63440ef87a54da7399a13bdd4b82060776e9e621"
@@ -1750,20 +1737,6 @@
17501737
semver "^7.3.2"
17511738
tsutils "^3.17.1"
17521739

1753-
"@typescript-eslint/[email protected]":
1754-
version "4.3.0"
1755-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.3.0.tgz#0edc1068e6b2e4c7fdc54d61e329fce76241cee8"
1756-
integrity sha512-ZAI7xjkl+oFdLV/COEz2tAbQbR3XfgqHEGy0rlUXzfGQic6EBCR4s2+WS3cmTPG69aaZckEucBoTxW9PhzHxxw==
1757-
dependencies:
1758-
"@typescript-eslint/types" "4.3.0"
1759-
"@typescript-eslint/visitor-keys" "4.3.0"
1760-
debug "^4.1.1"
1761-
globby "^11.0.1"
1762-
is-glob "^4.0.1"
1763-
lodash "^4.17.15"
1764-
semver "^7.3.2"
1765-
tsutils "^3.17.1"
1766-
17671740
"@typescript-eslint/[email protected]":
17681741
version "4.4.0"
17691742
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.0.tgz#16a2df7c16710ddd5406b32b86b9c1124b1ca526"
@@ -1785,14 +1758,6 @@
17851758
dependencies:
17861759
eslint-visitor-keys "^1.1.0"
17871760

1788-
"@typescript-eslint/[email protected]":
1789-
version "4.3.0"
1790-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.3.0.tgz#0e5ab0a09552903edeae205982e8521e17635ae0"
1791-
integrity sha512-xZxkuR7XLM6RhvLkgv9yYlTcBHnTULzfnw4i6+z2TGBLy9yljAypQaZl9c3zFvy7PNI7fYWyvKYtohyF8au3cw==
1792-
dependencies:
1793-
"@typescript-eslint/types" "4.3.0"
1794-
eslint-visitor-keys "^2.0.0"
1795-
17961761
"@typescript-eslint/[email protected]":
17971762
version "4.4.0"
17981763
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.0.tgz#0a9118344082f14c0f051342a74b42dfdb012640"

0 commit comments

Comments
 (0)