Skip to content

Commit bd47027

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.29.1
1 parent 29984cb commit bd47027

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint": "6.8.0",
5454
"eslint-config-algolia": "14.0.1",
5555
"eslint-config-prettier": "6.15.0",
56-
"eslint-plugin-import": "2.29.0",
56+
"eslint-plugin-import": "2.29.1",
5757
"eslint-plugin-jest": "22.21.0",
5858
"eslint-plugin-prettier": "3.4.1",
5959
"eslint-plugin-react": "7.31.1",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -4504,10 +4504,10 @@ eslint-module-utils@^2.8.0:
45044504
dependencies:
45054505
debug "^3.2.7"
45064506

4507-
4508-
version "2.29.0"
4509-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155"
4510-
integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
4507+
4508+
version "2.29.1"
4509+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
4510+
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
45114511
dependencies:
45124512
array-includes "^3.1.7"
45134513
array.prototype.findlastindex "^1.2.3"
@@ -4525,7 +4525,7 @@ [email protected]:
45254525
object.groupby "^1.0.1"
45264526
object.values "^1.1.7"
45274527
semver "^6.3.1"
4528-
tsconfig-paths "^3.14.2"
4528+
tsconfig-paths "^3.15.0"
45294529

45304530
45314531
version "22.21.0"
@@ -9720,10 +9720,10 @@ trough@^1.0.0:
97209720
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
97219721
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
97229722

9723-
tsconfig-paths@^3.14.2:
9724-
version "3.14.2"
9725-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
9726-
integrity sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==
9723+
tsconfig-paths@^3.15.0:
9724+
version "3.15.0"
9725+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
9726+
integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==
97279727
dependencies:
97289728
"@types/json5" "^0.0.29"
97299729
json5 "^1.0.2"

0 commit comments

Comments
 (0)