diff --git a/browser.js b/browser.js index db2580a..f9008d8 100644 --- a/browser.js +++ b/browser.js @@ -1,4 +1,5 @@ /* eslint-env browser */ +/* eslint-disable n/no-unsupported-features/node-builtins */ const level = (() => { if (!('navigator' in globalThis)) { diff --git a/package.json b/package.json index d13e654..838474f 100644 --- a/package.json +++ b/package.json @@ -52,10 +52,10 @@ "16m" ], "devDependencies": { - "@types/node": "^20.11.17", - "ava": "^6.1.1", - "tsd": "^0.30.4", - "xo": "^0.57.0" + "@types/node": "^22.10.2", + "ava": "^6.2.0", + "tsd": "^0.31.2", + "xo": "^0.60.0" }, "ava": { "serial": true,