Skip to content

Commit 7ef47b9

Browse files
committed
Meta tweaks
1 parent 89a52f4 commit 7ef47b9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

browser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* eslint-env browser */
2+
/* eslint-disable n/no-unsupported-features/node-builtins */
23

34
const level = (() => {
45
if (!('navigator' in globalThis)) {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"16m"
5353
],
5454
"devDependencies": {
55-
"@types/node": "^20.11.17",
56-
"ava": "^6.1.1",
57-
"tsd": "^0.30.4",
58-
"xo": "^0.57.0"
55+
"@types/node": "^22.10.2",
56+
"ava": "^6.2.0",
57+
"tsd": "^0.31.2",
58+
"xo": "^0.60.0"
5959
},
6060
"ava": {
6161
"serial": true,

0 commit comments

Comments
 (0)