Skip to content

Commit

Permalink
chore: update static dependencies (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: Tierney Cyren <[email protected]>
  • Loading branch information
bnb authored Nov 3, 2024
1 parent d2e4065 commit 6f4b7af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:security": "node build/security.js",
"build:support": "node build/support.js",
"lint": "biome check ./",
"lint:apply": "biome check ./ --apply",
"lint:write": "biome check ./ --write",
"prepublish": "npm run build",
"test": "node--test",
"coverage": "nyc node--test",
Expand All @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/cutenode/nodevu#readme",
"devDependencies": {
"@biomejs/biome": "1.6.1",
"nyc": "^15.1.0",
"@biomejs/biome": "1.9.4",
"nyc": "^17.1.0",
"test": "^3.3.0"
}
}

0 comments on commit 6f4b7af

Please sign in to comment.