chore: update dependencies

This commit is contained in:
Lykin 2024-12-16 18:43:01 +08:00
parent f458a1a0e4
commit 23fc32e92f
2 changed files with 126 additions and 57 deletions

View File

@ -26,8 +26,8 @@
"naive-ui": "^2.40.3", "naive-ui": "^2.40.3",
"prettier": "^3.4.2", "prettier": "^3.4.2",
"unplugin-auto-import": "^0.19.0", "unplugin-auto-import": "^0.19.0",
"unplugin-icons": "^0.21.0", "unplugin-icons": "^0.22.0",
"unplugin-vue-components": "^0.27.5", "unplugin-vue-components": "^0.28.0",
"vite": "^6.0.3" "vite": "^6.0.3"
} }
}, },
@ -519,18 +519,19 @@
"dev": true "dev": true
}, },
"node_modules/@iconify/utils": { "node_modules/@iconify/utils": {
"version": "2.1.33", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.1.33.tgz", "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.2.0.tgz",
"integrity": "sha512-jP9h6v/g0BIZx0p7XGJJVtkVnydtbgTgt9mVNcGDYwaa7UhdHdI9dvoq+gKj9sijMSJKxUPEG2JyjsgXjxL7Kw==", "integrity": "sha512-9A5eZQV9eKlNCXlI/SgYsGRS7YmGmB1oAsRpNVIYBmIzGJRgH+hfG+lo4069s+GFWFNnBAtDg10c53vQZBLfnA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@antfu/install-pkg": "^0.4.0", "@antfu/install-pkg": "^0.4.1",
"@antfu/utils": "^0.7.10", "@antfu/utils": "^0.7.10",
"@iconify/types": "^2.0.0", "@iconify/types": "^2.0.0",
"debug": "^4.3.6", "debug": "^4.4.0",
"globals": "^15.13.0",
"kolorist": "^1.8.0", "kolorist": "^1.8.0",
"local-pkg": "^0.5.0", "local-pkg": "^0.5.1",
"mlly": "^1.7.1" "mlly": "^1.7.3"
} }
}, },
"node_modules/@iconify/utils/node_modules/@antfu/install-pkg": { "node_modules/@iconify/utils/node_modules/@antfu/install-pkg": {
@ -915,11 +916,10 @@
} }
}, },
"node_modules/@rollup/pluginutils": { "node_modules/@rollup/pluginutils": {
"version": "5.1.3", "version": "5.1.4",
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.3.tgz", "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz",
"integrity": "sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==", "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==",
"dev": true, "dev": true,
"license": "MIT",
"dependencies": { "dependencies": {
"@types/estree": "^1.0.0", "@types/estree": "^1.0.0",
"estree-walker": "^2.0.2", "estree-walker": "^2.0.2",
@ -1505,9 +1505,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/debug": { "node_modules/debug": {
"version": "4.3.7", "version": "4.4.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"ms": "^2.1.3" "ms": "^2.1.3"
@ -1673,6 +1673,18 @@
"node": ">= 6" "node": ">= 6"
} }
}, },
"node_modules/globals": {
"version": "15.13.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz",
"integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==",
"dev": true,
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/highlight.js": { "node_modules/highlight.js": {
"version": "11.9.0", "version": "11.9.0",
"resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.9.0.tgz", "resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.9.0.tgz",
@ -2345,18 +2357,18 @@
} }
}, },
"node_modules/unplugin-icons": { "node_modules/unplugin-icons": {
"version": "0.21.0", "version": "0.22.0",
"resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.21.0.tgz", "resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.22.0.tgz",
"integrity": "sha512-sRic+yj7cCbpDFwrRj+m55ogOZi6PQRDc/WUEmjHLAnc90v0g5UVxE0cVAZgBOsAPCieizZJui/sgrCYrVx8mQ==", "integrity": "sha512-CP+iZq5U7doOifer5bcM0jQ9t3Is7EGybIYt3myVxceI8Zuk8EZEpe1NPtJvh7iqMs1VdbK0L41t9+um9VuuLw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@antfu/install-pkg": "^0.5.0", "@antfu/install-pkg": "^0.5.0",
"@antfu/utils": "^0.7.10", "@antfu/utils": "^0.7.10",
"@iconify/utils": "^2.1.33", "@iconify/utils": "^2.2.0",
"debug": "^4.3.7", "debug": "^4.4.0",
"kolorist": "^1.8.0", "kolorist": "^1.8.0",
"local-pkg": "^0.5.1", "local-pkg": "^0.5.1",
"unplugin": "^1.16.0" "unplugin": "^2.1.0"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/antfu" "url": "https://github.com/sponsors/antfu"
@ -2390,22 +2402,35 @@
} }
} }
}, },
"node_modules/unplugin-icons/node_modules/unplugin": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.1.0.tgz",
"integrity": "sha512-us4j03/499KhbGP8BU7Hrzrgseo+KdfJYWcbcajCOqsAyb8Gk0Yn2kiUIcZISYCb1JFaZfIuG3b42HmguVOKCQ==",
"dev": true,
"dependencies": {
"acorn": "^8.14.0",
"webpack-virtual-modules": "^0.6.2"
},
"engines": {
"node": ">=18.12.0"
}
},
"node_modules/unplugin-vue-components": { "node_modules/unplugin-vue-components": {
"version": "0.27.5", "version": "0.28.0",
"resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-0.27.5.tgz", "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-0.28.0.tgz",
"integrity": "sha512-m9j4goBeNwXyNN8oZHHxvIIYiG8FQ9UfmKWeNllpDvhU7btKNNELGPt+o3mckQKuPwrE7e0PvCsx+IWuDSD9Vg==", "integrity": "sha512-jiTGtJ3JsRFBjgvyilfrX7yUoGKScFgbdNw+6p6kEXU+Spf/rhxzgvdfuMcvhCcLmflB/dY3pGQshYBVGOUx7Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@antfu/utils": "^0.7.10", "@antfu/utils": "^0.7.10",
"@rollup/pluginutils": "^5.1.3", "@rollup/pluginutils": "^5.1.4",
"chokidar": "^3.6.0", "chokidar": "^3.6.0",
"debug": "^4.3.7", "debug": "^4.4.0",
"fast-glob": "^3.3.2", "fast-glob": "^3.3.2",
"local-pkg": "^0.5.1", "local-pkg": "^0.5.1",
"magic-string": "^0.30.14", "magic-string": "^0.30.15",
"minimatch": "^9.0.5", "minimatch": "^9.0.5",
"mlly": "^1.7.3", "mlly": "^1.7.3",
"unplugin": "^1.16.0" "unplugin": "^2.1.0"
}, },
"engines": { "engines": {
"node": ">=14" "node": ">=14"
@ -2427,6 +2452,19 @@
} }
} }
}, },
"node_modules/unplugin-vue-components/node_modules/unplugin": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.1.0.tgz",
"integrity": "sha512-us4j03/499KhbGP8BU7Hrzrgseo+KdfJYWcbcajCOqsAyb8Gk0Yn2kiUIcZISYCb1JFaZfIuG3b42HmguVOKCQ==",
"dev": true,
"dependencies": {
"acorn": "^8.14.0",
"webpack-virtual-modules": "^0.6.2"
},
"engines": {
"node": ">=18.12.0"
}
},
"node_modules/vdirs": { "node_modules/vdirs": {
"version": "0.1.8", "version": "0.1.8",
"resolved": "https://registry.npmjs.org/vdirs/-/vdirs-0.1.8.tgz", "resolved": "https://registry.npmjs.org/vdirs/-/vdirs-0.1.8.tgz",
@ -2854,18 +2892,19 @@
"dev": true "dev": true
}, },
"@iconify/utils": { "@iconify/utils": {
"version": "2.1.33", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.1.33.tgz", "resolved": "https://registry.npmjs.org/@iconify/utils/-/utils-2.2.0.tgz",
"integrity": "sha512-jP9h6v/g0BIZx0p7XGJJVtkVnydtbgTgt9mVNcGDYwaa7UhdHdI9dvoq+gKj9sijMSJKxUPEG2JyjsgXjxL7Kw==", "integrity": "sha512-9A5eZQV9eKlNCXlI/SgYsGRS7YmGmB1oAsRpNVIYBmIzGJRgH+hfG+lo4069s+GFWFNnBAtDg10c53vQZBLfnA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@antfu/install-pkg": "^0.4.0", "@antfu/install-pkg": "^0.4.1",
"@antfu/utils": "^0.7.10", "@antfu/utils": "^0.7.10",
"@iconify/types": "^2.0.0", "@iconify/types": "^2.0.0",
"debug": "^4.3.6", "debug": "^4.4.0",
"globals": "^15.13.0",
"kolorist": "^1.8.0", "kolorist": "^1.8.0",
"local-pkg": "^0.5.0", "local-pkg": "^0.5.1",
"mlly": "^1.7.1" "mlly": "^1.7.3"
}, },
"dependencies": { "dependencies": {
"@antfu/install-pkg": { "@antfu/install-pkg": {
@ -3042,9 +3081,9 @@
"optional": true "optional": true
}, },
"@rollup/pluginutils": { "@rollup/pluginutils": {
"version": "5.1.3", "version": "5.1.4",
"resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.3.tgz", "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.4.tgz",
"integrity": "sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==", "integrity": "sha512-USm05zrsFxYLPdWWq+K3STlWiT/3ELn3RcV5hJMghpeAIhxfsUIg6mt12CBJBInWMV4VneoV7SfGv8xIwo2qNQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/estree": "^1.0.0", "@types/estree": "^1.0.0",
@ -3442,9 +3481,9 @@
"integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==" "integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg=="
}, },
"debug": { "debug": {
"version": "4.3.7", "version": "4.4.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
"dev": true, "dev": true,
"requires": { "requires": {
"ms": "^2.1.3" "ms": "^2.1.3"
@ -3557,6 +3596,12 @@
"is-glob": "^4.0.1" "is-glob": "^4.0.1"
} }
}, },
"globals": {
"version": "15.13.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.13.0.tgz",
"integrity": "sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==",
"dev": true
},
"highlight.js": { "highlight.js": {
"version": "11.9.0", "version": "11.9.0",
"resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.9.0.tgz", "resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-11.9.0.tgz",
@ -4031,36 +4076,60 @@
} }
}, },
"unplugin-icons": { "unplugin-icons": {
"version": "0.21.0", "version": "0.22.0",
"resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.21.0.tgz", "resolved": "https://registry.npmjs.org/unplugin-icons/-/unplugin-icons-0.22.0.tgz",
"integrity": "sha512-sRic+yj7cCbpDFwrRj+m55ogOZi6PQRDc/WUEmjHLAnc90v0g5UVxE0cVAZgBOsAPCieizZJui/sgrCYrVx8mQ==", "integrity": "sha512-CP+iZq5U7doOifer5bcM0jQ9t3Is7EGybIYt3myVxceI8Zuk8EZEpe1NPtJvh7iqMs1VdbK0L41t9+um9VuuLw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@antfu/install-pkg": "^0.5.0", "@antfu/install-pkg": "^0.5.0",
"@antfu/utils": "^0.7.10", "@antfu/utils": "^0.7.10",
"@iconify/utils": "^2.1.33", "@iconify/utils": "^2.2.0",
"debug": "^4.3.7", "debug": "^4.4.0",
"kolorist": "^1.8.0", "kolorist": "^1.8.0",
"local-pkg": "^0.5.1", "local-pkg": "^0.5.1",
"unplugin": "^1.16.0" "unplugin": "^2.1.0"
},
"dependencies": {
"unplugin": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.1.0.tgz",
"integrity": "sha512-us4j03/499KhbGP8BU7Hrzrgseo+KdfJYWcbcajCOqsAyb8Gk0Yn2kiUIcZISYCb1JFaZfIuG3b42HmguVOKCQ==",
"dev": true,
"requires": {
"acorn": "^8.14.0",
"webpack-virtual-modules": "^0.6.2"
}
}
} }
}, },
"unplugin-vue-components": { "unplugin-vue-components": {
"version": "0.27.5", "version": "0.28.0",
"resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-0.27.5.tgz", "resolved": "https://registry.npmjs.org/unplugin-vue-components/-/unplugin-vue-components-0.28.0.tgz",
"integrity": "sha512-m9j4goBeNwXyNN8oZHHxvIIYiG8FQ9UfmKWeNllpDvhU7btKNNELGPt+o3mckQKuPwrE7e0PvCsx+IWuDSD9Vg==", "integrity": "sha512-jiTGtJ3JsRFBjgvyilfrX7yUoGKScFgbdNw+6p6kEXU+Spf/rhxzgvdfuMcvhCcLmflB/dY3pGQshYBVGOUx7Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@antfu/utils": "^0.7.10", "@antfu/utils": "^0.7.10",
"@rollup/pluginutils": "^5.1.3", "@rollup/pluginutils": "^5.1.4",
"chokidar": "^3.6.0", "chokidar": "^3.6.0",
"debug": "^4.3.7", "debug": "^4.4.0",
"fast-glob": "^3.3.2", "fast-glob": "^3.3.2",
"local-pkg": "^0.5.1", "local-pkg": "^0.5.1",
"magic-string": "^0.30.14", "magic-string": "^0.30.15",
"minimatch": "^9.0.5", "minimatch": "^9.0.5",
"mlly": "^1.7.3", "mlly": "^1.7.3",
"unplugin": "^1.16.0" "unplugin": "^2.1.0"
},
"dependencies": {
"unplugin": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/unplugin/-/unplugin-2.1.0.tgz",
"integrity": "sha512-us4j03/499KhbGP8BU7Hrzrgseo+KdfJYWcbcajCOqsAyb8Gk0Yn2kiUIcZISYCb1JFaZfIuG3b42HmguVOKCQ==",
"dev": true,
"requires": {
"acorn": "^8.14.0",
"webpack-virtual-modules": "^0.6.2"
}
}
} }
}, },
"vdirs": { "vdirs": {

View File

@ -27,8 +27,8 @@
"naive-ui": "^2.40.3", "naive-ui": "^2.40.3",
"prettier": "^3.4.2", "prettier": "^3.4.2",
"unplugin-auto-import": "^0.19.0", "unplugin-auto-import": "^0.19.0",
"unplugin-icons": "^0.21.0", "unplugin-icons": "^0.22.0",
"unplugin-vue-components": "^0.27.5", "unplugin-vue-components": "^0.28.0",
"vite": "^6.0.3" "vite": "^6.0.3"
} }
} }