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 Apr 7, 2024
1 parent d43043d commit e6c7889
Show file tree
Hide file tree
Showing 4 changed files with 1,079 additions and 1,006 deletions.
56 changes: 28 additions & 28 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@8.15.6",
"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.9.0",
"@vueuse/head": "^2.0.0",
"@vueuse/math": "^10.7.0",
"@vueuse/math": "^10.9.0",
"highlight.js": "^11.9.0",
"lodash": "^4.17.21",
"mixte": "^1.7.0",
"naive-ui": "^2.35.0",
"mixte": "^1.10.0",
"naive-ui": "^2.38.1",
"pinia": "^2.1.7",
"vite-ssg": "^0.23.5",
"vue": "^3.3.11",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
"vite-ssg": "^0.23.6",
"vue": "^3.4.21",
"vue-i18n": "^9.11.0",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@css-render/vue3-ssr": "^0.15.12",
"@iconify/json": "^2.2.157",
"@iconify/json": "^2.2.197",
"@intlify/unplugin-vue-i18n": "^1.6.0",
"@moomfe/eslint-config": "^2.7.2",
"@rollup/pluginutils": "^5.1.0",
"@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/lodash": "^4.17.0",
"@types/node": "^20.12.5",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/compiler-sfc": "^3.3.11",
"critters": "^0.0.20",
"@vue/compiler-sfc": "^3.4.21",
"critters": "^0.0.22",
"cross-env": "^7.0.3",
"eslint": "^8.55.0",
"eslint": "^8.57.0",
"fs-extra": "^11.2.0",
"jsdom": "^23.0.1",
"pnpm": "^8.12.1",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"unocss": "^0.58.0",
"jsdom": "^23.2.0",
"pnpm": "^8.15.6",
"sass": "^1.74.1",
"typescript": "^5.4.4",
"unocss": "^0.59.0",
"unocss-preset-extra": "^0.5.3",
"unocss-preset-scrollbar": "^0.3.0",
"unplugin-auto-import": "^0.17.2",
"unplugin-icons": "^0.18.1",
"unocss-preset-scrollbar": "^0.3.1",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"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": "^5.2.8",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-ssg-sitemap": "^0.6.1"
}
}
Loading

0 comments on commit e6c7889

Please sign in to comment.