Files
asepharyana-hub/package.json
T
dependabot[bot]dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Asep Hariyana
1f490cf9c2 chore(deps-dev): bump @biomejs/biome from 2.5.3 to 2.5.10 in the development group across 1 directory (#12)
* chore(deps-dev): bump @biomejs/biome

Bumps the development group with 1 update in the / directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome).


Updates `@biomejs/biome` from 2.5.3 to 2.5.10
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.10/packages/@biomejs/biome)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.5.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: sync lockfile for dependabot update

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asep Hariyana <asepharyana.id@gmail.com>
2026-08-26 09:12:28 +07:00

15 lines
318 B
JSON

{
"name": "asepharyana-hub",
"private": true,
"scripts": {
"lint": "biome lint .",
"format": "biome format --write .",
"check": "biome check --write .",
"ci": "biome ci .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@biomejs/biome": "2.5.10"
}
}