Skip to content

chore(deps-dev): bump @eslint/js from 9.29.0 to 9.31.0 in /docs-site #5736

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion docs-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@eslint/js": "^9.31.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
Expand Down
11 changes: 9 additions & 2 deletions docs-site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -830,13 +830,20 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.29.0, @eslint/js@npm:^9.29.0":
"@eslint/js@npm:9.29.0":
version: 9.29.0
resolution: "@eslint/js@npm:9.29.0"
checksum: 10c0/d0ccf37063fa27a3fae9347cb044f84ca10b5a2fa19ffb2b3fedf3b96843ac1ff359ea9f0ab0e80f2f16fda4cb0dc61ea0fed0375090f050fe0a029e7d6de3a3
languageName: node
linkType: hard

"@eslint/js@npm:^9.31.0":
version: 9.31.0
resolution: "@eslint/js@npm:9.31.0"
checksum: 10c0/f9d4c73d0fafe70679a418cbb25ab7ebcc8f1dba6c32456d6f8ba5a137d583ecff233cfe10f61f41d7d4d2220e94cff1f39fc7ed1fa3819d1888dee1cad678ea
languageName: node
linkType: hard

"@eslint/object-schema@npm:^2.1.6":
version: 2.1.6
resolution: "@eslint/object-schema@npm:2.1.6"
Expand Down Expand Up @@ -4464,7 +4471,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "react-datepicker-docs@workspace:."
dependencies:
"@eslint/js": "npm:^9.29.0"
"@eslint/js": "npm:^9.31.0"
"@types/react": "npm:^19.1.8"
"@types/react-dom": "npm:^19.1.6"
"@vitejs/plugin-react": "npm:^4.6.0"
Expand Down
Loading