chore: update deps

This commit is contained in:
vben 2024-06-22 00:01:15 +08:00
parent fe6dabf991
commit a06c8f039f
17 changed files with 547 additions and 512 deletions

View File

@ -43,7 +43,7 @@
"dayjs": "^1.11.11",
"pinia": "2.1.7",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
"vue-router": "^4.4.0"
},
"devDependencies": {
"vite-plugin-mock": "^3.0.2"

View File

@ -30,7 +30,7 @@
"dependencies": {
"@stylistic/stylelint-plugin": "^2.1.2",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-scss": "^6.3.1"
"stylelint-scss": "^6.3.2"
},
"devDependencies": {
"postcss": "^8.4.38",
@ -38,10 +38,10 @@
"postcss-scss": "^4.0.9",
"prettier": "^3.3.2",
"stylelint": "^16.6.1",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0"
}

View File

@ -45,13 +45,13 @@
"tailwindcss": "^3.4.3"
},
"dependencies": {
"@iconify/json": "^2.2.220",
"@iconify/json": "^2.2.221",
"@iconify/tailwind": "^1.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.2",
"cssnano": "^7.0.3",
"postcss": "^8.4.38",
"postcss-antd-fixes": "^0.2.0",
"postcss-import": "^16.1.0",

View File

@ -34,7 +34,7 @@
"resolve.exports": "^2.0.2",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-vue-devtools": "^7.3.1"
"vite-plugin-vue-devtools": "^7.3.2"
},
"devDependencies": {
"@types/html-minifier-terser": "^7.0.2",

View File

@ -51,7 +51,7 @@
"@changesets/cli": "^2.27.5",
"@ls-lint/ls-lint": "^2.2.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.4",
"@types/node": "^20.14.7",
"@vben/commitlint-config": "workspace:*",
"@vben/eslint-config": "workspace:*",
"@vben/lint-staged-config": "workspace:*",
@ -63,14 +63,14 @@
"@vben/vsh": "workspace:*",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"cspell": "^8.8.4",
"cspell": "^8.9.1",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"jsdom": "^24.1.0",
"rimraf": "^5.0.7",
"taze": "^0.13.8",
"turbo": "^2.0.4",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"unbuild": "^2.0.0",
"vite": "^5.3.1",
"vitest": "^2.0.0-beta.10",

View File

@ -38,6 +38,6 @@
"dependencies": {
"@vben-core/toolkit": "workspace:*",
"@vben-core/typings": "workspace:*",
"vue-router": "^4.3.3"
"vue-router": "^4.4.0"
}
}

View File

@ -43,6 +43,6 @@
"pinia": "2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
"vue-router": "^4.4.0"
}
}

View File

@ -40,6 +40,6 @@
},
"dependencies": {
"vue": "^3.4.29",
"vue-router": "^4.3.3"
"vue-router": "^4.4.0"
}
}

View File

@ -50,6 +50,6 @@
"class-variance-authority": "^0.7.0",
"radix-vue": "^1.8.4",
"vue": "^3.4.29",
"vue-sonner": "^1.1.2"
"vue-sonner": "^1.1.3"
}
}

View File

@ -49,7 +49,7 @@
"@vben/locales": "workspace:*",
"@vben/universal-ui": "workspace:*",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
"vue-router": "^4.4.0"
},
"devDependencies": {
"@vben-core/typings": "workspace:*"

View File

@ -50,7 +50,7 @@
"@vueuse/integrations": "^10.11.0",
"qrcode": "^1.5.3",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
"vue-router": "^4.4.0"
},
"devDependencies": {
"@types/qrcode": "^1.5.5",

View File

@ -41,6 +41,6 @@
"dependencies": {
"@vben-core/typings": "workspace:*",
"vue": "^3.4.29",
"vue-router": "^4.3.3"
"vue-router": "^4.4.0"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,10 @@
import { defineConfig } from 'vitepress';
import { defineConfigWithTheme } from 'vitepress';
// https://vitepress.dev/reference/site-config
export default defineConfig({
description: 'A VitePress Site',
export default defineConfigWithTheme({
description: 'Vben Admin Pro Doc',
lang: 'zh-CN',
srcDir: 'src',
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
{ link: '/', text: 'Home' },
{ link: '/markdown-examples', text: 'Examples' },
@ -24,8 +24,24 @@ export default defineConfig({
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' },
],
},
title: 'My Awesome Project',
title: 'Vben Admin Pro',
vite: {
server: { port: 6173 },
build: {
chunkSizeWarningLimit: Infinity,
minify: 'terser',
},
json: {
stringify: true,
},
server: {
fs: {
allow: ['../..'],
},
host: true,
port: 6173,
},
ssr: {
external: ['@vue/repl'],
},
},
});