blog/package.json
dependabot[bot] 153e4524af
chore(deps-dev): bump the patch-updates group with 5 updates
Bumps the patch-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.24` | `22.15.28` |
| [@unocss/eslint-plugin](https://github.com/unocss/unocss/tree/HEAD/packages-integrations/eslint-plugin) | `66.1.2` | `66.1.3` |
| [@unocss/preset-attributify](https://github.com/unocss/unocss/tree/HEAD/packages-presets/preset-attributify) | `66.1.2` | `66.1.3` |
| [@unocss/reset](https://github.com/unocss/unocss/tree/HEAD/packages-presets/reset) | `66.1.2` | `66.1.3` |
| [unocss](https://github.com/unocss/unocss/tree/HEAD/packages-presets/unocss) | `66.1.2` | `66.1.3` |


Updates `@types/node` from 22.15.24 to 22.15.28
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@unocss/eslint-plugin` from 66.1.2 to 66.1.3
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.1.3/packages-integrations/eslint-plugin)

Updates `@unocss/preset-attributify` from 66.1.2 to 66.1.3
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.1.3/packages-presets/preset-attributify)

Updates `@unocss/reset` from 66.1.2 to 66.1.3
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.1.3/packages-presets/reset)

Updates `unocss` from 66.1.2 to 66.1.3
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.1.3/packages-presets/unocss)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 22.15.28
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@unocss/eslint-plugin"
  dependency-version: 66.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@unocss/preset-attributify"
  dependency-version: 66.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: "@unocss/reset"
  dependency-version: 66.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: unocss
  dependency-version: 66.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-30 15:50:20 +00:00

67 lines
2.1 KiB
JSON

{
"name": "astro-theme-retypeset",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.11.0",
"repository": "https://github.com/radishzzz/astro-theme-retypeset",
"scripts": {
"dev": "astro check && astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"new-post": "esno scripts/new-post.ts",
"update-theme": "esno scripts/update-theme.ts",
"update-vendors": "curl -L https://unpkg.com/@waline/client@latest/dist/waline.css -o public/vendors/waline/waline.css && curl -L https://unpkg.com/@waline/client@latest/dist/waline.js -o public/vendors/waline/waline.js"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@astrojs/partytown": "^2.1.4",
"@astrojs/sitemap": "^3.4.0",
"astro": "^5.8.1",
"astro-compress": "^2.3.8",
"astro-og-canvas": "^0.7.0",
"astro-robots-txt": "^1.0.0",
"canvaskit-wasm": "^0.40.0",
"feed": "^5.1.0",
"gsap": "^3.13.0",
"katex": "^0.16.22",
"markdown-it": "^14.1.0",
"mdast-util-to-string": "^4.0.0",
"node-html-parser": "^7.0.1",
"photoswipe": "^5.4.4",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"remark-directive": "^4.0.0",
"remark-math": "^6.0.0",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.2",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.2",
"@astrojs/check": "^0.9.4",
"@types/hast": "^3.0.4",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.15.28",
"@types/sanitize-html": "^2.16.0",
"@unocss/eslint-plugin": "66.1.3",
"@unocss/preset-attributify": "66.1.3",
"@unocss/reset": "66.1.3",
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.27.0",
"eslint-plugin-astro": "^1.3.1",
"esno": "^4.8.0",
"lint-staged": "^16.1.0",
"typescript": "~5.8.3",
"unocss": "66.1.3",
"unocss-preset-theme": "^0.14.1"
},
"lint-staged": {
"*.{js,ts,astro}": "eslint --fix"
}
}