Skip to content
Closed
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"docs:serve": "typedoc && npx http-server ./docs -p 8080 -o"
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@eslint/js": "10.0.0",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"@playwright/test": "1.58.1",
"@swc/core": "1.15.11",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,13 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:10.0.0":
version: 10.0.0
resolution: "@eslint/js@npm:10.0.0"
checksum: 10c0/4e209a56b9813d5a198f48bbf012e8f9c5103b0e2abd09a47a8915f06954921be6aad2ed0e1d0940b81aa750c3d5f141fc81581b022a74318c08d37c3db79a1e
languageName: node
linkType: hard

"@eslint/js@npm:9.39.2":
version: 9.39.2
resolution: "@eslint/js@npm:9.39.2"
Expand Down Expand Up @@ -4447,7 +4454,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "browser-sdk@workspace:."
dependencies:
"@eslint/js": "npm:9.39.2"
"@eslint/js": "npm:10.0.0"
"@jsdevtools/coverage-istanbul-loader": "npm:3.0.5"
"@playwright/test": "npm:1.58.1"
"@swc/core": "npm:1.15.11"
Expand Down
Loading