@unocss/nuxt 65.4.0 → 65.4.3

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/dist/index.mjs +1 -1
  2. package/package.json +18 -18
package/dist/index.mjs CHANGED
@@ -5,6 +5,7 @@ import { defineNuxtModule, addPluginTemplate, isNuxt2, addComponentsDir, addTemp
5
5
  import { createRecoveryConfigLoader } from '@unocss/config';
6
6
  import VitePlugin from '@unocss/vite';
7
7
  import WebpackPlugin from '@unocss/webpack';
8
+ import { cssIdRE } from '@unocss/core';
8
9
  import presetAttributify from '@unocss/preset-attributify';
9
10
  import presetIcons from '@unocss/preset-icons';
10
11
  import presetTagify from '@unocss/preset-tagify';
@@ -12,7 +13,6 @@ import presetTypography from '@unocss/preset-typography';
12
13
  import presetUno from '@unocss/preset-uno';
13
14
  import presetWebFonts from '@unocss/preset-web-fonts';
14
15
  import presetWind from '@unocss/preset-wind';
15
- import { cssIdRE } from '@unocss/core';
16
16
 
17
17
  const defaultPipelineExclude = [cssIdRE];
18
18
 
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@unocss/nuxt",
3
3
  "type": "module",
4
- "version": "65.4.0",
4
+ "version": "65.4.3",
5
5
  "description": "Nuxt module for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
8
8
  "funding": "https://github.com/sponsors/antfu",
9
- "homepage": "https://github.com/unocss/unocss#readme",
9
+ "homepage": "https://unocss.dev",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "https://github.com/unocss/unocss",
13
- "directory": "packages/nuxt"
13
+ "directory": "packages-integrations/nuxt"
14
14
  },
15
15
  "bugs": {
16
16
  "url": "https://github.com/unocss/unocss/issues"
@@ -38,23 +38,23 @@
38
38
  "runtime"
39
39
  ],
40
40
  "dependencies": {
41
- "@nuxt/kit": "^3.15.0",
42
- "@unocss/config": "65.4.0",
43
- "@unocss/core": "65.4.0",
44
- "@unocss/preset-attributify": "65.4.0",
45
- "@unocss/preset-tagify": "65.4.0",
46
- "@unocss/preset-typography": "65.4.0",
47
- "@unocss/preset-icons": "65.4.0",
48
- "@unocss/preset-web-fonts": "65.4.0",
49
- "@unocss/preset-wind": "65.4.0",
50
- "@unocss/preset-uno": "65.4.0",
51
- "@unocss/vite": "65.4.0",
52
- "@unocss/webpack": "65.4.0",
53
- "@unocss/reset": "65.4.0",
54
- "unocss": "65.4.0"
41
+ "@nuxt/kit": "^3.15.2",
42
+ "@unocss/preset-attributify": "65.4.3",
43
+ "@unocss/core": "65.4.3",
44
+ "@unocss/preset-icons": "65.4.3",
45
+ "@unocss/config": "65.4.3",
46
+ "@unocss/preset-typography": "65.4.3",
47
+ "@unocss/preset-tagify": "65.4.3",
48
+ "@unocss/preset-uno": "65.4.3",
49
+ "@unocss/reset": "65.4.3",
50
+ "@unocss/vite": "65.4.3",
51
+ "@unocss/webpack": "65.4.3",
52
+ "@unocss/preset-wind": "65.4.3",
53
+ "unocss": "65.4.3",
54
+ "@unocss/preset-web-fonts": "65.4.3"
55
55
  },
56
56
  "devDependencies": {
57
- "@nuxt/schema": "^3.15.0"
57
+ "@nuxt/schema": "^3.15.2"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "unbuild",