Skip to content

Commit

Permalink
chore(deps): update eslint packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent 8c63a37 commit 7da5845
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
Expand Down
47 changes: 37 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5712,7 +5712,34 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-import@npm:2.29.0, eslint-plugin-import@npm:^2.25.3":
"eslint-plugin-import@npm:2.29.1":
version: 2.29.1
resolution: "eslint-plugin-import@npm:2.29.1"
dependencies:
array-includes: "npm:^3.1.7"
array.prototype.findlastindex: "npm:^1.2.3"
array.prototype.flat: "npm:^1.3.2"
array.prototype.flatmap: "npm:^1.3.2"
debug: "npm:^3.2.7"
doctrine: "npm:^2.1.0"
eslint-import-resolver-node: "npm:^0.3.9"
eslint-module-utils: "npm:^2.8.0"
hasown: "npm:^2.0.0"
is-core-module: "npm:^2.13.1"
is-glob: "npm:^4.0.3"
minimatch: "npm:^3.1.2"
object.fromentries: "npm:^2.0.7"
object.groupby: "npm:^1.0.1"
object.values: "npm:^1.1.7"
semver: "npm:^6.3.1"
tsconfig-paths: "npm:^3.15.0"
peerDependencies:
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
checksum: 5865f05c38552145423c535326ec9a7113ab2305c7614c8b896ff905cfabc859c8805cac21e979c9f6f742afa333e6f62f812eabf891a7e8f5f0b853a32593c1
languageName: node
linkType: hard

"eslint-plugin-import@npm:^2.25.3":
version: 2.29.0
resolution: "eslint-plugin-import@npm:2.29.0"
dependencies:
Expand Down Expand Up @@ -5782,12 +5809,12 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-prettier@npm:5.1.1":
version: 5.1.1
resolution: "eslint-plugin-prettier@npm:5.1.1"
"eslint-plugin-prettier@npm:5.1.3":
version: 5.1.3
resolution: "eslint-plugin-prettier@npm:5.1.3"
dependencies:
prettier-linter-helpers: "npm:^1.0.0"
synckit: "npm:^0.8.5"
synckit: "npm:^0.8.6"
peerDependencies:
"@types/eslint": ">=8.0.0"
eslint: ">=8.0.0"
Expand All @@ -5798,7 +5825,7 @@ __metadata:
optional: true
eslint-config-prettier:
optional: true
checksum: 58ed63a1d937519fef5d0656df74a98163f3bdad978e20040a1fdfaa773a61fe8ca362ca19a316856446b226a64a227dd03f2ffe8fe7397f067d4442355b35fa
checksum: 4f26a30444adc61ed692cdb5a9f7e8d9f5794f0917151051e66755ce032a08c3cc72c8b5d56101412e90f6d77035bd8194ea8731e9c16aacdd5ae345a8dae188
languageName: node
linkType: hard

Expand Down Expand Up @@ -6700,9 +6727,9 @@ __metadata:
eslint-config-react-app: "npm:7.0.1"
eslint-import-resolver-typescript: "npm:3.6.1"
eslint-plugin-cypress: "npm:2.15.1"
eslint-plugin-import: "npm:2.29.0"
eslint-plugin-import: "npm:2.29.1"
eslint-plugin-jsx-a11y: "npm:6.8.0"
eslint-plugin-prettier: "npm:5.1.1"
eslint-plugin-prettier: "npm:5.1.3"
eslint-plugin-react: "npm:7.33.2"
eslint-plugin-react-hooks: "npm:4.6.0"
husky: "npm:8.0.3"
Expand Down Expand Up @@ -10349,7 +10376,7 @@ __metadata:
languageName: node
linkType: hard

"synckit@npm:^0.8.5":
"synckit@npm:^0.8.6":
version: 0.8.8
resolution: "synckit@npm:0.8.8"
dependencies:
Expand Down Expand Up @@ -10520,7 +10547,7 @@ __metadata:
languageName: node
linkType: hard

"tsconfig-paths@npm:^3.14.2":
"tsconfig-paths@npm:^3.14.2, tsconfig-paths@npm:^3.15.0":
version: 3.15.0
resolution: "tsconfig-paths@npm:3.15.0"
dependencies:
Expand Down

0 comments on commit 7da5845

Please sign in to comment.