update deps

This commit is contained in:
2025-08-04 14:01:52 +00:00
parent 81b2b225a3
commit 2b246502f5
4 changed files with 5199 additions and 2691 deletions

View File

@@ -32,23 +32,22 @@
}, },
"homepage": "https://code.foss.global/push.rocks/smartgit", "homepage": "https://code.foss.global/push.rocks/smartgit",
"dependencies": { "dependencies": {
"@push.rocks/smartenv": "^5.0.12", "@push.rocks/smartenv": "^5.0.13",
"@push.rocks/smartfile": "^11.0.20", "@push.rocks/smartfile": "^11.2.5",
"@push.rocks/smartpath": "^5.0.18", "@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartpromise": "^4.0.2", "@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smartshell": "^3.0.5", "@push.rocks/smartshell": "^3.2.3",
"@push.rocks/smartstring": "^4.0.15", "@push.rocks/smartstring": "^4.0.15",
"@push.rocks/smarttime": "^4.0.6", "@push.rocks/smarttime": "^4.1.1",
"@types/diff": "^5.2.1", "@types/diff": "^8.0.0",
"@types/minimatch": "^5.1.2", "@types/minimatch": "^6.0.0",
"diff": "^5.2.0", "diff": "^8.0.2",
"isomorphic-git": "^1.25.10" "isomorphic-git": "^1.32.2"
}, },
"devDependencies": { "devDependencies": {
"@git.zone/tsbuild": "^2.1.80", "@git.zone/tsbuild": "^2.6.4",
"@git.zone/tsrun": "^1.2.44", "@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^1.0.90", "@git.zone/tstest": "^2.3.2"
"@push.rocks/tapbundle": "^5.0.23"
}, },
"private": false, "private": false,
"files": [ "files": [
@@ -65,5 +64,6 @@
], ],
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ],
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
} }

7854
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

4
pnpm-workspace.yaml Normal file
View File

@@ -0,0 +1,4 @@
onlyBuiltDependencies:
- esbuild
- mongodb-memory-server
- puppeteer

View File

@@ -1,4 +1,4 @@
import { tap, expect } from '@push.rocks/tapbundle'; import { tap, expect } from '@git.zone/tstest/tapbundle';
import * as smartgit from '../ts/index.js'; import * as smartgit from '../ts/index.js';
import * as smartpath from '@push.rocks/smartpath'; import * as smartpath from '@push.rocks/smartpath';