Skip to content

chore(deps-dev): bump @eslint/js from 9.22.0 to 9.23.0 in /docs-site #5511

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

Merged
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
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.22.0",
"@eslint/js": "^9.23.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
Expand Down
11 changes: 9 additions & 2 deletions docs-site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -515,13 +515,20 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.22.0, @eslint/js@npm:^9.22.0":
"@eslint/js@npm:9.22.0":
version: 9.22.0
resolution: "@eslint/js@npm:9.22.0"
checksum: 10c0/5bcd009bb579dc6c6ed760703bdd741e08a48cd9decd677aa2cf67fe66236658cb09a00185a0369f3904e5cffba9e6e0f2ff4d9ba4fdf598fcd81d34c49213a5
languageName: node
linkType: hard

"@eslint/js@npm:^9.23.0":
version: 9.23.0
resolution: "@eslint/js@npm:9.23.0"
checksum: 10c0/4e70869372b6325389e0ab51cac6d3062689807d1cef2c3434857571422ce11dde3c62777af85c382b9f94d937127598d605d2086787f08611351bf99faded81
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 @@ -4019,7 +4026,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "react-datepicker-docs@workspace:."
dependencies:
"@eslint/js": "npm:^9.22.0"
"@eslint/js": "npm:^9.23.0"
"@types/react": "npm:^19.0.10"
"@types/react-dom": "npm:^19.0.4"
"@vitejs/plugin-react": "npm:^4.3.4"
Expand Down
Loading