Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2024
1 parent 41c123d commit 23ba0b7
Show file tree
Hide file tree
Showing 4 changed files with 2,279 additions and 2,136 deletions.
12 changes: 5 additions & 7 deletions example-app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1433,7 +1433,7 @@
"@types/istanbul-lib-report" "*"

"@types/jest@^29.5.2":
version "29.5.11"
version "29.5.13"
dependencies:
expect "^29.0.0"
pretty-format "^29.0.0"
Expand All @@ -1459,7 +1459,7 @@
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==

"@types/react@^18.2.14":
version "18.2.47"
version "18.3.8"
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down Expand Up @@ -2508,7 +2508,7 @@ eslint-plugin-jest-formatting@^3.1.0:
integrity sha512-XyysraZ1JSgGbLSDxjj5HzKKh0glgWf+7CkqxbTqb7zEhW7X2WHo5SBQ8cGhnszKN+2Lj3/oevBlHNbHezoc/A==

eslint-plugin-jest@^27.2.2:
version "27.6.1"
version "27.9.0"
dependencies:
"@typescript-eslint/utils" "^5.10.0"

Expand All @@ -2520,9 +2520,7 @@ eslint-plugin-prettier@^4.2.1:
prettier-linter-helpers "^1.0.0"

eslint-plugin-react-hooks@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
version "4.6.2"

eslint-plugin-react-native-globals@^0.1.1:
version "0.1.2"
Expand All @@ -2536,7 +2534,7 @@ eslint-plugin-react-native@^4.0.0:
eslint-plugin-react-native-globals "^0.1.1"

eslint-plugin-react@^7.31.11:
version "7.33.2"
version "7.36.1"
dependencies:
array-includes "^3.1.6"
array.prototype.flatmap "^1.3.1"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"lerna": "^8.0.0",
"markdownlint": "^0.32.0",
"markdownlint-cli": "^0.38.0",
"markdownlint-rule-helpers": "^0.23.0",
"markdownlint": "^0.35.0",
"markdownlint-cli": "^0.41.0",
"markdownlint-rule-helpers": "^0.26.0",
"prettier": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"eslint-plugin-testing-library": "6.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit 23ba0b7

Please sign in to comment.