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
4 changes: 2 additions & 2 deletions playground/javascript/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"react-instantsearch": "^7.15.3"
},
"devDependencies": {
"@eslint/js": "9.27.0",
"@eslint/js": "9.28.0",
"@types/react": "19.1.6",
"@types/react-dom": "19.1.5",
"@vitejs/plugin-react-swc": "3.10.0",
"eslint": "9.27.0",
"eslint": "9.28.0",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"globals": "16.1.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -900,10 +900,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.27.0":
version: 9.27.0
resolution: "@eslint/js@npm:9.27.0"
checksum: 10/cdbe380fd31bb325b9ec65ae310fb92a57efb796d3cc5d8bc9dafef447d634c64e497bedade6a49e0cf44a5b14560ab6ac9ed9da5a38e2415b31ae01ae5b758e
"@eslint/js@npm:9.28.0":
version: 9.28.0
resolution: "@eslint/js@npm:9.28.0"
checksum: 10/c2ab0416aef01f28f189525c9a86253f531852a1ed45db94a97f01bcc51d15720f38a8c201af7a7331eb1e80c991a7ef54c4be193b17540e48044672dba69bd8
languageName: node
linkType: hard

Expand Down Expand Up @@ -4462,17 +4462,17 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:9.27.0":
version: 9.27.0
resolution: "eslint@npm:9.27.0"
"eslint@npm:9.28.0":
version: 9.28.0
resolution: "eslint@npm:9.28.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.2.0"
"@eslint-community/regexpp": "npm:^4.12.1"
"@eslint/config-array": "npm:^0.20.0"
"@eslint/config-helpers": "npm:^0.2.1"
"@eslint/core": "npm:^0.14.0"
"@eslint/eslintrc": "npm:^3.3.1"
"@eslint/js": "npm:9.27.0"
"@eslint/js": "npm:9.28.0"
"@eslint/plugin-kit": "npm:^0.3.1"
"@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1"
Expand Down Expand Up @@ -4508,7 +4508,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10/75f02b851c6f8534d1289de1bd957637a56725754bea03a0a710d6740a036aca81d5e600557633fca7ab774275aa94044ca05772f88c4f464cd42834eff37145
checksum: 10/0cce6dd3a53724d849253992477fd9b05bf6de3dd6bb761605e07beb14f63b6d2eb38f83aeb4a026ff2e3eeb687ac84c1d4a23a9f3186bc15564f5e75fed908c
languageName: node
linkType: hard

Expand Down Expand Up @@ -5771,12 +5771,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "javascript-playground-browser@workspace:playground/javascript/browser"
dependencies:
"@eslint/js": "npm:9.27.0"
"@eslint/js": "npm:9.28.0"
"@types/react": "npm:19.1.6"
"@types/react-dom": "npm:19.1.5"
"@vitejs/plugin-react-swc": "npm:3.10.0"
algoliasearch: "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch"
eslint: "npm:9.27.0"
eslint: "npm:9.28.0"
eslint-plugin-react-hooks: "npm:5.2.0"
eslint-plugin-react-refresh: "npm:0.4.20"
globals: "npm:16.1.0"
Expand Down
Loading