Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
- vite@4 installed instead of vite@5 by virtue of requirements relations
- vitepress@latest is installed
- other updates are safe update

Related Issue: DevCloudFE#1879
  • Loading branch information
fu050409 committed Jun 21, 2024
1 parent 5ecc4f2 commit 88f6e3f
Show file tree
Hide file tree
Showing 2 changed files with 3,847 additions and 1,222 deletions.
91 changes: 46 additions & 45 deletions packages/devui-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"module": "vue-devui.es.js",
"style": "style.css",
"scripts": {
"dev": "pnpm generate:theme && vitepress dev docs",
"dev": "pnpm run register:components && pnpm generate:theme && vitepress dev docs",
"dev:site": "vite --port 3010",
"build": "pnpm generate:theme && node --max-old-space-size=8192 node_modules/vitepress/bin/vitepress.js build docs && cp public/* docs/.vitepress/dist/assets && cp docs/assets/* docs/.vitepress/dist/assets",
"build": "pnpm run register:components && pnpm generate:theme && node --max-old-space-size=8192 node_modules/vitepress/bin/vitepress.js build docs && cp public/* docs/.vitepress/dist/assets && cp docs/assets/* docs/.vitepress/dist/assets",
"build:lib": "pnpm predev -- -e prod && pnpm build:components && pnpm release",
"test": "jest --config jest.config.js",
"coverage": "jest --config jest.config.js --coverage",
Expand All @@ -40,89 +40,90 @@
"predev": "node ./devui-cli/index.js create -t vue-devui --ignore-parse-error",
"prebuild": "node ./devui-cli/index.js create -t vue-devui --ignore-parse-error",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"devui-cli": "devui"
"devui-cli": "devui",
"register:components": "vitepress-rc"
},
"peerDependencies": {
"vue": "^3.3"
},
"dependencies": {
"@babel/helper-hoist-variables": "^7.22.5",
"@devui-design/icons": "^1.3.0",
"@babel/helper-hoist-variables": "^7.24.7",
"@devui-design/icons": "^1.4.0",
"@floating-ui/dom": "1.2.5",
"@iktakahiro/markdown-it-katex": "^4.0.1",
"@types/codemirror": "0.0.97",
"@types/lodash-es": "^4.17.4",
"@vue/shared": "^3.2.33",
"@types/lodash-es": "^4.17.12",
"@vue/shared": "^3.4.29",
"@vueuse/core": "8.9.4",
"async-validator": "^4.0.7",
"async-validator": "^4.2.5",
"clipboard": "^2.0.11",
"clipboard-copy": "^4.0.1",
"codemirror": "5.63.3",
"dayjs": "^1.11.3",
"devui-theme": "workspace:^0.0.1",
"diff2html": "^3.4.35",
"dayjs": "^1.11.11",
"devui-theme": "workspace:^",
"diff2html": "^3.4.48",
"echarts": "5.3.3",
"fs-extra": "^10.0.0",
"highlight.js": "^11.6.0",
"fs-extra": "^10.1.0",
"highlight.js": "^11.9.0",
"katex": "^0.12.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.20",
"lodash-es": "^4.17.21",
"markdown-it": "12.2.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-plantuml": "^1.4.1",
"mermaid": "9.1.1",
"mitt": "^3.0.0",
"mitt": "^3.0.1",
"monaco-editor": "0.34.0",
"rxjs": "^7.8.1",
"uuid": "^9.0.1",
"vue": "^3.3.4",
"vue-router": "^4.0.3",
"xss": "^1.0.14"
"vue": "^3.4.29",
"vue-router": "^4.3.3",
"xss": "^1.0.15"
},
"devDependencies": {
"@babel/parser": "^7.15.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/traverse": "^7.15.4",
"@babel/parser": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@babel/traverse": "^7.24.7",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@docsearch/css": "^3.3.0",
"@docsearch/js": "^3.3.0",
"@docsearch/css": "^3.6.0",
"@docsearch/js": "^3.6.0",
"@types/jest": "^26.0.24",
"@types/markdown-it": "^12.2.3",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@vitejs/plugin-vue": "^1.3.0",
"@vitejs/plugin-vue-jsx": "^1.1.0",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "^3.0.5",
"@vue/test-utils": "^2.0.0-rc.9",
"@types/node": "^20.14.7",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/babel-plugin-jsx": "^1.2.2",
"@vue/compiler-sfc": "^3.4.29",
"@vue/test-utils": "^2.4.6",
"@vuedx/typecheck": "^0.4.1",
"@vuedx/typescript-plugin-vue": "^0.4.1",
"babel-jest": "^27.0.2",
"babel-jest": "^27.5.1",
"chalk": "^4.1.2",
"commander": "^8.1.0",
"commander": "^8.3.0",
"conventional-changelog-cli": "^2.2.2",
"devui-cli": "workspace:^0.0.2",
"devui-cli": "workspace:^",
"escape-html": "^1.0.3",
"fflate": "^0.7.4",
"inquirer": "^8.1.2",
"jest": "^27.0.4",
"inquirer": "^8.2.6",
"jest": "^27.5.1",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"ora": "^5.4.1",
"patch-vue-directive-ssr": "^0.0.1",
"path-exists": "^5.0.0",
"prismjs": "^1.29.0",
"sass": "^1.32.2",
"shelljs": "^0.8.4",
"typescript": "^4.3.2",
"vite": "^2.4.4",
"vite-plugin-md": "^0.6.0",
"sass": "^1.77.6",
"shelljs": "^0.8.5",
"typescript": "^4.9.5",
"vite": "^4.5.3",
"vite-plugin-md": "^0.21.5",
"vite-svg-loader": "^2.2.0",
"vitepress": "0.20.1",
"vitepress-theme-demoblock": "1.3.2",
"vue-tsc": "0.38.8"
"vitepress": "1.2.3",
"vitepress-theme-demoblock": "3.0.7",
"vue-tsc": "2.0.21"
}
}
Loading

0 comments on commit 88f6e3f

Please sign in to comment.