Skip to content
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 @@ -25,7 +25,7 @@
"@types/react": "^19.1.1",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.23.0",
"eslint": "^9.24.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
Expand Down
31 changes: 12 additions & 19 deletions docs-site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -471,14 +471,14 @@ __metadata:
languageName: node
linkType: hard

"@eslint/config-array@npm:^0.19.2":
version: 0.19.2
resolution: "@eslint/config-array@npm:0.19.2"
"@eslint/config-array@npm:^0.20.0":
version: 0.20.0
resolution: "@eslint/config-array@npm:0.20.0"
dependencies:
"@eslint/object-schema": "npm:^2.1.6"
debug: "npm:^4.3.1"
minimatch: "npm:^3.1.2"
checksum: 10c0/dd68da9abb32d336233ac4fe0db1e15a0a8d794b6e69abb9e57545d746a97f6f542496ff9db0d7e27fab1438546250d810d90b1904ac67677215b8d8e7573f3d
checksum: 10c0/94bc5d0abb96dc5295ff559925242ff75a54eacfb3576677e95917e42f7175e1c4b87bf039aa2a872f949b4852ad9724bf2f7529aaea6b98f28bb3fca7f1d659
languageName: node
linkType: hard

Expand Down Expand Up @@ -515,14 +515,7 @@ __metadata:
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/js@npm:^9.24.0":
"@eslint/js@npm:9.24.0, @eslint/js@npm:^9.24.0":
version: 9.24.0
resolution: "@eslint/js@npm:9.24.0"
checksum: 10c0/efe22e29469e4140ac3e2916be8143b1bcfd1084a6edf692b7a58a3e54949d53c67f7f979bc0a811db134d9cc1e7bff8aa71ef1376b47eecd7e226b71206bb36
Expand Down Expand Up @@ -2205,17 +2198,17 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:^9.23.0":
version: 9.23.0
resolution: "eslint@npm:9.23.0"
"eslint@npm:^9.24.0":
version: 9.24.0
resolution: "eslint@npm:9.24.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.12.1"
"@eslint/config-array": "npm:^0.19.2"
"@eslint/config-array": "npm:^0.20.0"
"@eslint/config-helpers": "npm:^0.2.0"
"@eslint/core": "npm:^0.12.0"
"@eslint/eslintrc": "npm:^3.3.1"
"@eslint/js": "npm:9.23.0"
"@eslint/js": "npm:9.24.0"
"@eslint/plugin-kit": "npm:^0.2.7"
"@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1"
Expand Down Expand Up @@ -2251,7 +2244,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10c0/9616c308dfa8d09db8ae51019c87d5d05933742214531b077bd6ab618baab3bec7938256c14dcad4dc47f5ba93feb0bc5e089f68799f076374ddea21b6a9be45
checksum: 10c0/f758ff1b9d2f2af5335f562f3f40aa8f71607b3edca33f7616840a222ed224555aeb3ac6943cc86e4f9ac5dc124a60bbfde624d054fb235631a8c04447e39ecc
languageName: node
linkType: hard

Expand Down Expand Up @@ -4070,7 +4063,7 @@ __metadata:
"@types/react-dom": "npm:^19.1.2"
"@vitejs/plugin-react": "npm:^4.3.4"
date-fns: "npm:^4.1.0"
eslint: "npm:^9.23.0"
eslint: "npm:^9.24.0"
eslint-plugin-react: "npm:^7.37.5"
eslint-plugin-react-hooks: "npm:^5.2.0"
eslint-plugin-react-refresh: "npm:^0.4.19"
Expand Down
Loading