Skip to content

Commit 818be7e

Browse files
committed
chore(deps): update dependency eslint-plugin-import to v2.29.1
1 parent 492d6ea commit 818be7e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"change-case": "^5.1.2",
4646
"eslint": "8.54.0",
4747
"eslint-config-prettier": "8.10.0",
48-
"eslint-plugin-import": "2.29.0",
48+
"eslint-plugin-import": "2.29.1",
4949
"husky": "8.0.3",
5050
"prettier": "2.8.8",
5151
"rimraf": "3.0.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2542,10 +2542,10 @@ eslint-module-utils@^2.8.0:
25422542
dependencies:
25432543
debug "^3.2.7"
25442544

2545-
2546-
version "2.29.0"
2547-
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155"
2548-
integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
2545+
2546+
version "2.29.1"
2547+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
2548+
integrity sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==
25492549
dependencies:
25502550
array-includes "^3.1.7"
25512551
array.prototype.findlastindex "^1.2.3"
@@ -2563,7 +2563,7 @@ [email protected]:
25632563
object.groupby "^1.0.1"
25642564
object.values "^1.1.7"
25652565
semver "^6.3.1"
2566-
tsconfig-paths "^3.14.2"
2566+
tsconfig-paths "^3.15.0"
25672567

25682568
eslint-scope@^5.1.1:
25692569
version "5.1.1"
@@ -6498,10 +6498,10 @@ [email protected], ts-node@^10.8.1:
64986498
v8-compile-cache-lib "^3.0.1"
64996499
yn "3.1.1"
65006500

6501-
tsconfig-paths@^3.14.2:
6502-
version "3.14.2"
6503-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
6504-
integrity sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==
6501+
tsconfig-paths@^3.15.0:
6502+
version "3.15.0"
6503+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
6504+
integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==
65056505
dependencies:
65066506
"@types/json5" "^0.0.29"
65076507
json5 "^1.0.2"

0 commit comments

Comments
 (0)