Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update devdependencies (non-major) (minor) #298

Merged
merged 1 commit into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"eslint-config-prettier": "9.1.0",
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-cypress": "3.6.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "^7.33.2",
Expand Down
45 changes: 37 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5867,7 +5867,7 @@ __metadata:
languageName: node
linkType: hard

"eslint-module-utils@npm:^2.8.1, eslint-module-utils@npm:^2.9.0":
"eslint-module-utils@npm:^2.12.0, eslint-module-utils@npm:^2.8.1, eslint-module-utils@npm:^2.9.0":
version: 2.12.0
resolution: "eslint-module-utils@npm:2.12.0"
dependencies:
Expand All @@ -5879,14 +5879,14 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-cypress@npm:3.5.0":
version: 3.5.0
resolution: "eslint-plugin-cypress@npm:3.5.0"
"eslint-plugin-cypress@npm:3.6.0":
version: 3.6.0
resolution: "eslint-plugin-cypress@npm:3.6.0"
dependencies:
globals: "npm:^13.20.0"
peerDependencies:
eslint: ">=7"
checksum: 10/c7797902d76331e4b243f8c97c8ecde451e6959af6ec54c07faf54e095ad64e64a588dc3bb466cb172f63219ea07fd6efb2bcb6ae63a64dd9c067edbd222327e
checksum: 10/0dc30c097b95ab679cb24348e6252e3cb690b87e68342228ed7e3f758f38c64fa3c05c58dccc9670c13f0318e22f9f446f92d0d729c00d0151ef98a5193b98ba
languageName: node
linkType: hard

Expand All @@ -5904,7 +5904,36 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-import@npm:2.30.0, eslint-plugin-import@npm:^2.25.3":
"eslint-plugin-import@npm:2.31.0":
version: 2.31.0
resolution: "eslint-plugin-import@npm:2.31.0"
dependencies:
"@rtsao/scc": "npm:^1.1.0"
array-includes: "npm:^3.1.8"
array.prototype.findlastindex: "npm:^1.2.5"
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.12.0"
hasown: "npm:^2.0.2"
is-core-module: "npm:^2.15.1"
is-glob: "npm:^4.0.3"
minimatch: "npm:^3.1.2"
object.fromentries: "npm:^2.0.8"
object.groupby: "npm:^1.0.3"
object.values: "npm:^1.2.0"
semver: "npm:^6.3.1"
string.prototype.trimend: "npm:^1.0.8"
tsconfig-paths: "npm:^3.15.0"
peerDependencies:
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9
checksum: 10/6b76bd009ac2db0615d9019699d18e2a51a86cb8c1d0855a35fb1b418be23b40239e6debdc6e8c92c59f1468ed0ea8d7b85c817117a113d5cc225be8a02ad31c
languageName: node
linkType: hard

"eslint-plugin-import@npm:^2.25.3":
version: 2.30.0
resolution: "eslint-plugin-import@npm:2.30.0"
dependencies:
Expand Down Expand Up @@ -6892,8 +6921,8 @@ __metadata:
eslint-config-prettier: "npm:9.1.0"
eslint-config-react-app: "npm:7.0.1"
eslint-import-resolver-typescript: "npm:^3.6.1"
eslint-plugin-cypress: "npm:3.5.0"
eslint-plugin-import: "npm:2.30.0"
eslint-plugin-cypress: "npm:3.6.0"
eslint-plugin-import: "npm:2.31.0"
eslint-plugin-jsx-a11y: "npm:6.10.0"
eslint-plugin-prettier: "npm:5.2.1"
eslint-plugin-react: "npm:^7.33.2"
Expand Down