Skip to content

Commit

Permalink
Merge pull request #154 from suyuan32/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
suyuan32 authored Dec 28, 2023
2 parents d13903d + 88b0974 commit 3ecd29a
Show file tree
Hide file tree
Showing 6 changed files with 507 additions and 596 deletions.
2 changes: 1 addition & 1 deletion internal/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
10 changes: 5 additions & 5 deletions internal/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue": "^4.6.0",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"ant-design-vue": "^4.0.7",
"ant-design-vue": "^4.0.8",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"fs-extra": "^11.2.0",
"less": "^4.2.0",
"picocolors": "^1.0.0",
"pkg-types": "^1.0.3",
"rollup-plugin-visualizer": "^5.11.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.69.5",
"unocss": "^0.55.7",
"unplugin-config": "^0.1.3",
"unplugin-config": "^0.1.4",
"unplugin-vue-define-options": "^1.4.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-html": "^3.2.1",
"vite-plugin-mock": "^3.0.0",
"vite-plugin-purge-icons": "^0.9.2",
"vite-plugin-svg-icons": "^2.0.1"
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-admin",
"version": "1.2.8",
"version": "1.3.0",
"homepage": "https://github.com/suyuan32/simple-admin-backend-ui",
"bugs": {
"url": "https://github.com/suyuan32/simple-admin-backend-ui/issues"
Expand Down Expand Up @@ -77,12 +77,12 @@
"@uiw/codemirror-theme-github": "^4.21.21",
"@uponu/vuedraggable": "^4.1.3",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.3.11",
"@vueuse/core": "^10.7.0",
"@vueuse/shared": "^10.7.0",
"@vue/shared": "^3.3.13",
"@vueuse/core": "^10.7.1",
"@vueuse/shared": "^10.7.1",
"@zxcvbn-ts/core": "^2.2.1",
"ant-design-vue": "^4.0.7",
"axios": "^1.6.2",
"ant-design-vue": "^4.0.8",
"axios": "^1.6.3",
"codemirror": "^6.0.1",
"cropperjs": "^1.6.1",
"crypto-js": "^4.2.0",
Expand All @@ -95,60 +95,60 @@
"nprogress": "^0.2.0",
"path-to-regexp": "^6.2.1",
"pinia": "2.0.35",
"pinia-plugin-persistedstate": "^3.2.0",
"pinia-plugin-persistedstate": "^3.2.1",
"print-js": "^1.6.0",
"qs": "^6.11.2",
"resize-observer-polyfill": "^1.5.1",
"showdown": "^2.1.0",
"sortablejs": "^1.15.1",
"tinymce": "^6.8.2",
"vditor": "^3.9.7",
"vue": "^3.3.11",
"vditor": "^3.9.8",
"vue": "^3.3.13",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.8.0",
"vue-json-pretty": "^2.3.0",
"vue-router": "^4.2.5",
"vue-types": "^5.1.1",
"vxe-table": "^4.5.14",
"vxe-table": "^4.5.17",
"vxe-table-plugin-export-xlsx": "^3.1.0",
"xe-utils": "^3.5.14",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@iconify/json": "^2.2.157",
"@iconify/json": "^2.2.162",
"@purge-icons/generated": "^0.9.0",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.1",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.10",
"@types/qs": "^6.9.11",
"@types/showdown": "^2.0.6",
"@types/sortablejs": "^1.15.7",
"@vben/eslint-config": "workspace:*",
"@vben/stylelint-config": "workspace:*",
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.3.11",
"@vue/compiler-sfc": "^3.3.13",
"@vue/test-utils": "^2.4.3",
"cross-env": "^7.0.3",
"cz-git": "^1.8.0",
"czg": "^1.8.0",
"husky": "^8.0.3",
"lint-staged": "13.2.2",
"prettier-plugin-packagejson": "^2.4.7",
"prettier-plugin-packagejson": "^2.4.8",
"rimraf": "^5.0.5",
"turbo": "^1.11.2",
"typescript": "^5.3.3",
"unbuild": "^1.2.1",
"unplugin-vue-define-options": "^1.4.1",
"vite": "^4.5.1",
"vite-plugin-mock": "^3.0.0",
"vue-tsc": "^1.8.25"
"vue-tsc": "^1.8.27"
},
"packageManager": "pnpm@8.1.0",
"engines": {
Expand Down
Loading

0 comments on commit 3ecd29a

Please sign in to comment.