biome/package.json
renovate[bot] 68ae4f6d8a
chore(deps): update pnpm to v10.26.1 (#7957)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Naoki Ikeguchi <me@s6n.jp>
2025-12-22 13:35:07 +09:00

28 lines
954 B
JSON

{
"name": "@biomejs/monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"check:write": "cargo biome-cli-dev check --write --unsafe",
"check": "cargo biome-cli-dev check",
"ci": "cargo biome-cli-dev ci",
"format": "tombi format",
"//": "when we create the release PR, we need to update the lock file with the new versions",
"version": "changeset version && pnpm i --lockfile-only && (git stash list | grep -q '__automated-changes' && git -c advice.skippedCherryPicks=false stash pop || echo 'No stash to pop')"
},
"keywords": [],
"author": "Biome Developers and Contributors",
"license": "MIT OR Apache-2.0",
"packageManager": "pnpm@10.26.1",
"engines": {
"pnpm": "10.26.1"
},
"type": "module",
"devDependencies": {
"@biomejs/plugin-api": "workspace:",
"@changesets/changelog-github": "0.5.2",
"@changesets/cli": "2.29.8",
"@types/node": "24.10.4",
"tombi": "0.7.4"
}
}