astro-pure 1.4.3 → 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.ts +1 -1
  2. package/package.json +5 -5
package/index.ts CHANGED
@@ -7,7 +7,7 @@ import type { AstroIntegration, RehypePlugins, RemarkPlugins } from 'astro'
7
7
  import mdx from '@astrojs/mdx'
8
8
  import sitemap from '@astrojs/sitemap'
9
9
  import { AstroError } from 'astro/errors'
10
- import UnoCSS from 'unocss/astro'
10
+ import UnoCSS from '@unocss/astro'
11
11
 
12
12
  import rehypeExternalLinks from './plugins/rehype-external-links'
13
13
  import rehypeImageCaption from './plugins/rehype-image-caption'
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "astro-pure",
3
3
  "type": "module",
4
4
  "description": "A simple, clean but powerful blog theme build by astro.",
5
- "version": "1.4.3",
5
+ "version": "1.4.4",
6
6
  "homepage": "https://astro-pure.js.org/",
7
7
  "author": "CWorld",
8
8
  "license": "Apache-2.0",
@@ -40,14 +40,14 @@
40
40
  "@astrojs/mdx": "5.0.3",
41
41
  "@astrojs/sitemap": "3.7.2",
42
42
  "@pagefind/default-ui": "^1.5.0",
43
+ "@unocss/astro": "^66.6.8",
44
+ "@unocss/reset": "^66.6.7",
43
45
  "astro": "6.1.3",
44
46
  "hast-util-select": "^6.0.4",
45
47
  "node-html-parser": "^7.1.0",
46
- "pagefind": "^1.5.0"
48
+ "pagefind": "^1.5.0",
49
+ "unocss": "^66.6.8"
47
50
  },
48
51
  "devDependencies": {
49
- "@unocss/astro": "^66.6.8",
50
- "@unocss/reset": "^66.6.7",
51
- "unocss": "^66.6.8"
52
52
  }
53
53
  }