Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 5ac1286 commit 27921e5
Show file tree
Hide file tree
Showing 4 changed files with 2,527 additions and 2,909 deletions.
58 changes: 29 additions & 29 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.11.0",
"author": "Wei Zhang <https://github.com/Zhang-Wei-666>",
"homepage": "https://github.com/MoomFE/unocss-preset-extra",
"scripts": {
Expand All @@ -11,50 +11,50 @@
"lint": "eslint . --fix"
},
"dependencies": {
"@vueuse/core": "^10.7.0",
"@vueuse/core": "^10.11.1",
"@vueuse/head": "^2.0.0",
"@vueuse/math": "^10.7.0",
"highlight.js": "^11.9.0",
"@vueuse/math": "^10.11.1",
"highlight.js": "^11.10.0",
"lodash": "^4.17.21",
"mixte": "^2.4.0",
"naive-ui": "^2.35.0",
"pinia": "^2.1.7",
"vite-ssg": "^0.23.5",
"naive-ui": "^2.40.1",
"pinia": "^2.2.4",
"vite-ssg": "^0.23.8",
"vue": "^3.5.10",
"vue-i18n": "^9.14.1",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@css-render/vue3-ssr": "^0.15.12",
"@iconify/json": "^2.2.157",
"@css-render/vue3-ssr": "^0.15.14",
"@iconify/json": "^2.2.255",
"@intlify/unplugin-vue-i18n": "^1.6.0",
"@moomfe/eslint-config": "^2.7.2",
"@rollup/pluginutils": "^5.1.0",
"@rollup/pluginutils": "^5.1.2",
"@types/fs-extra": "^11.0.4",
"@types/jsdom": "^21.1.6",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.4",
"@vitejs/plugin-vue": "^4.5.2",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.9",
"@types/node": "^20.16.10",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.5.10",
"critters": "^0.0.20",
"critters": "^0.0.24",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"fs-extra": "^11.2.0",
"jsdom": "^24.0.0",
"pnpm": "^9.1.4",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"unocss": "^0.60.0",
"jsdom": "^24.1.3",
"pnpm": "^9.11.0",
"sass": "^1.79.4",
"typescript": "^5.6.2",
"unocss": "^0.63.1",
"unocss-preset-extra": "^0.5.3",
"unocss-preset-scrollbar": "^0.3.0",
"unplugin-auto-import": "^0.17.2",
"unplugin-icons": "^0.18.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.9",
"vite-plugin-inspect": "^0.8.1",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-vue-layouts": "^0.9.1",
"vite-ssg-sitemap": "^0.6.1"
"unocss-preset-scrollbar": "^0.3.1",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-ssg-sitemap": "^0.8.1"
}
}
Loading

0 comments on commit 27921e5

Please sign in to comment.