Skip to content

Commit 39edff4

Browse files
authored
Merge pull request #9 from niikkiin/dependabot/npm_and_yarn/eslint-plugin-no-relative-import-paths-1.5.2
chore(deps-dev): bump eslint-plugin-no-relative-import-paths from 1.5.0 to 1.5.2
2 parents aab0325 + 262baa4 commit 39edff4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-plugin-import": "^2.26.0",
4242
"eslint-plugin-jest": "^26.8.7",
4343
"eslint-plugin-jsx-a11y": "^6.6.1",
44-
"eslint-plugin-no-relative-import-paths": "^1.5.0",
44+
"eslint-plugin-no-relative-import-paths": "^1.5.2",
4545
"husky": "^8.0.3",
4646
"jest": "^29.3.1",
4747
"jest-environment-jsdom": "^29.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4495,10 +4495,10 @@ eslint-plugin-jsx-a11y@^6.5.1, eslint-plugin-jsx-a11y@^6.6.1:
44954495
minimatch "^3.1.2"
44964496
semver "^6.3.0"
44974497

4498-
eslint-plugin-no-relative-import-paths@^1.5.0:
4499-
version "1.5.0"
4500-
resolved "https://registry.yarnpkg.com/eslint-plugin-no-relative-import-paths/-/eslint-plugin-no-relative-import-paths-1.5.0.tgz#d277fd4d9644e2405cea32541af3bfbde00f02e9"
4501-
integrity sha512-4if/PGGzpSP+DfOscGZ2nYd8XObc5rN9Ux5lhDzAVqLEaz8XD3ikzApSogXBdf+lnpTsTE5LJSqXFmFpNkZ3LQ==
4498+
eslint-plugin-no-relative-import-paths@^1.5.2:
4499+
version "1.5.2"
4500+
resolved "https://registry.yarnpkg.com/eslint-plugin-no-relative-import-paths/-/eslint-plugin-no-relative-import-paths-1.5.2.tgz#c35f2fd0bf2a6a57b268193ed7df63ff7000134e"
4501+
integrity sha512-wMlL+TVuDhKk1plP+w3L4Hc7+u89vUkrOYq6/0ARjcYqwc9/YaS9uEXNzaqAk+WLoEgakzNL5JgJJw6m4qd5zw==
45024502

45034503
eslint-plugin-react-hooks@^4.5.0:
45044504
version "4.6.0"

0 commit comments

Comments
 (0)