Skip to content

Commit

Permalink
Merge pull request #144 from AnsGoo/dev-1.0.x
Browse files Browse the repository at this point in the history
feature: 升级了依赖
  • Loading branch information
AnsGoo authored Aug 4, 2024
2 parents bfdf812 + 0a7ee55 commit 2ae5fb2
Show file tree
Hide file tree
Showing 3 changed files with 1,348 additions and 354 deletions.
9 changes: 8 additions & 1 deletion examples/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,14 @@ export default ({ mode, command }: ConfigEnv): UserConfigExport => {
extensions: ['.ts', '.tsx', '.js', '.m.js']
},
optimizeDeps: {
holdUntilCrawlEnd: false
include: [
'../packages/ui/src/index.ts',
'../packages/data/src/index.ts',
'../packages/base/src/index.ts',
'../packages/designer/src/index.ts',
'../packages/scripts/src/index.ts'
],
force: true
},
server: {
// 是否开启 https
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
},
"license": "Apache-2.0",
"dependencies": {
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.35",
"vue-router": "^4.4.2"
},
"devDependencies": {
"@types/node": "^16.18.93",
"@types/node": "^16.18.104",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.10.0",
Expand All @@ -33,22 +33,22 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-spellcheck": "^0.0.20",
"eslint-plugin-vue": "^9.24.0",
"eslint-plugin-vue": "^9.27.0",
"husky": "^7.0.4",
"less": "^4.2.0",
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"postcss": "^8.4.40",
"postcss-html": "^1.7.0",
"postcss-less": "^6.0.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"stylelint": "^15.11.0",
"stylelint-config-recommended-vue": "^1.5.0",
"tailwindcss": "^3.4.3",
"terser": "^5.30.0",
"tailwindcss": "^3.4.7",
"terser": "^5.31.3",
"typescript": "^4.9.5",
"vite": "^5.1.6",
"vite-plugin-dts": "^3.8.1",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-mock": "^2.9.8",
"vite-plugin-vue-markdown": "^0.22.6",
"vue-eslint-parser": "^7.11.0",
Expand Down
Loading

0 comments on commit 2ae5fb2

Please sign in to comment.