Files
archived-tauri-docs/packages/i18n-tracker/package.json
dependabot[bot] cc74818f92 chore(deps-dev): bump simple-git from 3.21.0 to 3.22.0 (#1783)
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.21.0 to 3.22.0.
- [Release notes](https://github.com/steveukx/git-js/releases)
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md)
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.22.0/simple-git)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 14:08:11 +01:00

21 lines
502 B
JSON

{
"name": "docs-i18n-tracker",
"private": true,
"version": "1.0.0",
"description": "A single-page dashboard that tracks translation status across Starlight docs pages",
"scripts": {
"build": "tsm ./build.ts"
},
"devDependencies": {
"@types/html-escaper": "^3.0.2",
"dedent-js": "^1.0.1",
"fast-glob": "^3.3.2",
"html-escaper": "^3.0.3",
"kleur": "^4.1.5",
"node-fetch": "^3.3.2",
"p-retry": "^6.2.0",
"simple-git": "^3.22.0",
"tsm": "^2.3.0"
}
}