Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Feb 22, 2024
1 parent 0e1c46b commit e114cf8
Show file tree
Hide file tree
Showing 7 changed files with 1,415 additions and 281 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@ant-design/icons-vue": "~7.0.1",
"@iconify/vue": "^4.1.1",
"@tinymce/tinymce-vue": "^5.1.1",
"@vueuse/core": "~10.7.2",
"@vueuse/core": "~10.8.0",
"ant-design-vue": "~4.1.2",
"axios": "~1.6.7",
"dayjs": "~1.11.10",
Expand All @@ -56,9 +56,9 @@
"sortablejs": "~1.15.2",
"tinymce": "^6.8.3",
"vue": "~3.4.19",
"vue-echarts": "^6.6.8",
"vue-echarts": "^6.6.9",
"vue-i18n": "9.9.1",
"vue-router": "~4.2.5",
"vue-router": "~4.3.0",
"vue-types": "~5.1.1",
"vue-virtual-scroller": "2.0.0-beta.8",
"xlsx": "~0.18.5"
Expand All @@ -75,7 +75,7 @@
"@typescript-eslint/eslint-plugin": "~7.0.2",
"@typescript-eslint/parser": "~7.0.2",
"@umijs/openapi": "^1.10.1",
"@vitejs/plugin-legacy": "~5.3.0",
"@vitejs/plugin-legacy": "~5.3.1",
"@vitejs/plugin-vue": "~5.0.4",
"@vitejs/plugin-vue-jsx": "~3.1.0",
"@vue/tsconfig": "^0.5.1",
Expand All @@ -93,7 +93,7 @@
"lightningcss": "^1.23.0",
"lint-staged": "~15.2.2",
"mockjs": "~1.1.0",
"msw": "^2.2.0",
"msw": "^2.2.1",
"postcss": "~8.4.34",
"postcss-html": "~1.6.0",
"postcss-less": "~6.0.0",
Expand All @@ -109,10 +109,10 @@
"stylelint-prettier": "^5.0.0",
"terser": "~5.27.2",
"ts-node": "^10.9.2",
"typescript": "~5.2.2",
"typescript": "~5.3.3",
"unocss": "^0.58.5",
"unplugin-vue-components": "~0.26.0",
"vite": "~5.0.12",
"vite": "~5.1.4",
"vite-plugin-checker": "~0.6.4",
"vite-plugin-mkcert": "^1.17.3",
"vite-plugin-svg-icons": "~2.0.1",
Expand Down
64 changes: 0 additions & 64 deletions packages/components/build.ts

This file was deleted.

4 changes: 4 additions & 0 deletions packages/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import 'uno.css';

/**
* 此包供 playground 在线测试使用,不建议在生产环境中使用
*/

export * from '@/components/core/dynamic-table/';
export * from '@/components/core/schema-form/';

Expand Down
Loading

0 comments on commit e114cf8

Please sign in to comment.