@movk/nuxt-docs 1.3.0 → 1.3.2
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.
- package/nuxt.config.ts +0 -1
- package/package.json +7 -7
package/nuxt.config.ts
CHANGED
|
@@ -61,7 +61,6 @@ export default defineNuxtConfig({
|
|
|
61
61
|
// See: https://cn.vite.dev/config/dep-optimization-options.html
|
|
62
62
|
include: [
|
|
63
63
|
'@nuxt/content > slugify',
|
|
64
|
-
'@movk/nuxt-docs > @nuxt/content > ',
|
|
65
64
|
'extend', // unified 所需(用于 @nuxt/content 的 markdown 处理)
|
|
66
65
|
'debug', // Babel 和开发工具所需
|
|
67
66
|
'tailwind-variants',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@movk/nuxt-docs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "An elegant documentation theme for Nuxt, powered by Nuxt UI and Nuxt Content.",
|
|
7
7
|
"author": "YiXuan <mhaibaraai@gmail.com>",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
"README.md"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@iconify-json/lucide": "^1.2.
|
|
31
|
-
"@iconify-json/simple-icons": "^1.2.
|
|
30
|
+
"@iconify-json/lucide": "^1.2.73",
|
|
31
|
+
"@iconify-json/simple-icons": "^1.2.58",
|
|
32
32
|
"@iconify-json/vscode-icons": "^1.2.33",
|
|
33
33
|
"@movk/core": "^0.0.5",
|
|
34
34
|
"@nuxt/content": "^3.8.0",
|
|
35
|
-
"@nuxt/image": "^
|
|
36
|
-
"@nuxt/kit": "^4.2.
|
|
35
|
+
"@nuxt/image": "^2.0.0",
|
|
36
|
+
"@nuxt/kit": "^4.2.1",
|
|
37
37
|
"@nuxt/ui": "^4.1.0",
|
|
38
38
|
"@nuxtjs/seo": "^3.2.2",
|
|
39
39
|
"@vueuse/core": "^14.0.0",
|
|
40
40
|
"@vueuse/nuxt": "^14.0.0",
|
|
41
41
|
"defu": "^6.1.4",
|
|
42
|
-
"exsolve": "^1.0.
|
|
42
|
+
"exsolve": "^1.0.8",
|
|
43
43
|
"git-url-parse": "^16.1.0",
|
|
44
44
|
"motion-v": "^1.7.4",
|
|
45
45
|
"nuxt-component-meta": "^0.14.1",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"pkg-types": "^2.3.0",
|
|
50
50
|
"prettier": "^3.6.2",
|
|
51
51
|
"scule": "^1.3.0",
|
|
52
|
-
"tailwindcss": "^4.1.
|
|
52
|
+
"tailwindcss": "^4.1.17",
|
|
53
53
|
"ufo": "^1.6.1"
|
|
54
54
|
}
|
|
55
55
|
}
|