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.35.0",
"@eslint/js": "9.36.0",
"@types/react": "19.1.13",
"@types/react-dom": "19.1.9",
"@vitejs/plugin-react-swc": "3.11.0",
"eslint": "9.35.0",
"eslint": "9.36.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 @@ -961,10 +961,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.35.0":
version: 9.35.0
resolution: "@eslint/js@npm:9.35.0"
checksum: 10/a8764d0592ebe9a4804f8c0dafa7f49dbcdb38cabf30dd50587a3cfa51d898b90a3a0b93975d549f47debdd96b3e21da95081935f74213e45ec8c25f11f2ba1e
"@eslint/js@npm:9.36.0":
version: 9.36.0
resolution: "@eslint/js@npm:9.36.0"
checksum: 10/a0542f529f87b9ad69ef85c47b0c070b763591a61773b131a9d1d53934a587f0708c05a1a8f48a6805486004a4922c91d696c1e4835ff61f8750ffbded2f0c30
languageName: node
linkType: hard

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

"eslint@npm:9.35.0":
version: 9.35.0
resolution: "eslint@npm:9.35.0"
"eslint@npm:9.36.0":
version: 9.36.0
resolution: "eslint@npm:9.36.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.8.0"
"@eslint-community/regexpp": "npm:^4.12.1"
"@eslint/config-array": "npm:^0.21.0"
"@eslint/config-helpers": "npm:^0.3.1"
"@eslint/core": "npm:^0.15.2"
"@eslint/eslintrc": "npm:^3.3.1"
"@eslint/js": "npm:9.35.0"
"@eslint/js": "npm:9.36.0"
"@eslint/plugin-kit": "npm:^0.3.5"
"@humanfs/node": "npm:^0.16.6"
"@humanwhocodes/module-importer": "npm:^1.0.1"
Expand Down Expand Up @@ -4539,7 +4539,7 @@ __metadata:
optional: true
bin:
eslint: bin/eslint.js
checksum: 10/238155639343d53bac639319ba92895083cbd15826081ac51204b29d64fbb52cebf0d355f11f57f146d2b15c4f2e1d85e3df0b0ac7ec0e2ef5e759c99dcab75e
checksum: 10/6e512a82e680e6cdc554e97c7e232b83171f24a52fb46f89c2df74bcb80fe59b6e0a989485c9fe7e9ca81556b1953dd8604ace4ed37f651eded9a37816c06b7c
languageName: node
linkType: hard

Expand Down Expand Up @@ -5808,12 +5808,12 @@ __metadata:
version: 0.0.0-use.local
resolution: "javascript-playground-browser@workspace:playground/javascript/browser"
dependencies:
"@eslint/js": "npm:9.35.0"
"@eslint/js": "npm:9.36.0"
"@types/react": "npm:19.1.13"
"@types/react-dom": "npm:19.1.9"
"@vitejs/plugin-react-swc": "npm:3.11.0"
algoliasearch: "link:../../../clients/algoliasearch-client-javascript/packages/algoliasearch"
eslint: "npm:9.35.0"
eslint: "npm:9.36.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