mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
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>
21 lines
502 B
JSON
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"
|
|
}
|
|
}
|