Bumps the production-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [playwright](https://github.com/microsoft/playwright) | `1.56.1` | `1.61.1` | | [pixelmatch](https://github.com/mapbox/pixelmatch) | `5.3.0` | `7.2.0` | | [@hono/node-server](https://github.com/honojs/node-server) | `1.19.14` | `2.0.8` | | [hono](https://github.com/honojs/hono) | `4.12.26` | `4.12.28` | | [zod](https://github.com/colinhacks/zod) | `3.25.76` | `4.4.3` | | [pg-boss](https://github.com/timgit/pg-boss) | `10.4.2` | `12.25.1` | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.1074.0` | `3.1079.0` | | [@aws-sdk/s3-request-presigner](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/s3-request-presigner) | `3.1074.0` | `3.1079.0` | Updates `playwright` from 1.56.1 to 1.61.1 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.56.1...v1.61.1) Updates `pixelmatch` from 5.3.0 to 7.2.0 - [Release notes](https://github.com/mapbox/pixelmatch/releases) - [Commits](https://github.com/mapbox/pixelmatch/compare/v5.3.0...v7.2.0) Updates `@hono/node-server` from 1.19.14 to 2.0.8 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/compare/v1.19.14...v2.0.8) Updates `hono` from 4.12.26 to 4.12.28 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.26...v4.12.28) Updates `zod` from 3.25.76 to 4.4.3 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.4.3) Updates `pg-boss` from 10.4.2 to 12.25.1 - [Release notes](https://github.com/timgit/pg-boss/releases) - [Commits](https://github.com/timgit/pg-boss/commits/12.25.1) Updates `@aws-sdk/client-s3` from 3.1074.0 to 3.1079.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1079.0/clients/client-s3) Updates `@aws-sdk/s3-request-presigner` from 3.1074.0 to 3.1079.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/s3-request-presigner/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1079.0/packages/s3-request-presigner) --- updated-dependencies: - dependency-name: "@aws-sdk/client-s3" dependency-version: 3.1076.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@aws-sdk/s3-request-presigner" dependency-version: 3.1076.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@hono/node-server" dependency-version: 2.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: hono dependency-version: 4.12.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pg-boss dependency-version: 12.23.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: pixelmatch dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: playwright dependency-version: 1.61.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "clone-static",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Deterministic website compiler CLI and library for ditto.site.",
|
|
"license": "MIT",
|
|
"author": "ion-design",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ion-design/ditto.site.git",
|
|
"directory": "compiler"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ion-design/ditto.site/issues"
|
|
},
|
|
"homepage": "https://github.com/ion-design/ditto.site#readme",
|
|
"type": "module",
|
|
"bin": {
|
|
"clone-static": "./src/cli.ts"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"scripts": {
|
|
"clone": "tsx src/cli.ts",
|
|
"clone-site": "tsx src/site/cloneSite.ts",
|
|
"validate-site": "tsx src/site/validateSite.ts",
|
|
"bench": "tsx src/runner/benchmark.ts",
|
|
"bench-site": "tsx src/runner/siteBenchmark.ts",
|
|
"validate-one": "tsx src/runner/validateOne.ts",
|
|
"quality": "tsx src/runner/qualityScore.ts",
|
|
"audit": "tsx src/runner/codeAudit.ts",
|
|
"regen": "tsx src/runner/regen.ts",
|
|
"test": "node --import tsx --test test/*.test.ts",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"playwright": "1.61.1",
|
|
"pixelmatch": "7.2.0",
|
|
"pngjs": "7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "4.22.4",
|
|
"typescript": "5.7.3",
|
|
"@types/node": "22.10.5",
|
|
"@types/pixelmatch": "5.2.6",
|
|
"@types/pngjs": "6.0.5"
|
|
}
|
|
}
|