Skip to content

Commit

Permalink
Merge pull request #207 from suyuan32/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
suyuan32 committed May 16, 2024
2 parents 8aeb2aa + e2fb12b commit dc93c67
Show file tree
Hide file tree
Showing 9 changed files with 956 additions and 984 deletions.
4 changes: 2 additions & 2 deletions apps/test-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa-router": "^7.4.8",
"@types/node": "^20.12.7",
"@types/node": "^20.12.12",
"nodemon": "^2.0.22",
"pm2": "^5.3.1",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tsup": "^7.2.0",
Expand Down
6 changes: 3 additions & 3 deletions internal/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"stub": "pnpm unbuild --stub"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-vue": "^9.26.0",
"vue-eslint-parser": "^9.4.2"
}
}
4 changes: 2 additions & 2 deletions internal/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
},
"devDependencies": {
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"postcss-html": "^1.7.0",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"stylelint": "^16.4.0",
"stylelint": "^16.5.0",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
Expand Down
4 changes: 2 additions & 2 deletions internal/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"node-server.json"
],
"dependencies": {
"@types/node": "^20.12.7",
"vite": "^5.2.10"
"@types/node": "^20.12.12",
"vite": "^5.2.11"
}
}
10 changes: 5 additions & 5 deletions internal/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@ant-design/colors": "^7.0.2",
"vite": "^5.2.10"
"vite": "^5.2.11"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
Expand All @@ -44,13 +44,13 @@
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"less": "^4.2.0",
"picocolors": "^1.0.0",
"pkg-types": "^1.1.0",
"picocolors": "^1.0.1",
"pkg-types": "^1.1.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.75.0",
"sass": "^1.77.1",
"unocss": "0.58.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^3.9.0",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mock": "^2.9.8",
"vite-plugin-purge-icons": "^0.10.0",
Expand Down
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-admin",
"version": "1.4.1",
"version": "1.4.3",
"homepage": "https://github.com/suyuan32/simple-admin-backend-ui",
"bugs": {
"url": "https://github.com/suyuan32/simple-admin-backend-ui/issues"
Expand Down Expand Up @@ -74,12 +74,12 @@
"@codemirror/language": "^6.10.1",
"@codemirror/legacy-modes": "^6.4.0",
"@iconify/iconify": "^3.1.1",
"@logicflow/core": "^1.2.26",
"@logicflow/extension": "^1.2.26",
"@uiw/codemirror-theme-github": "^4.21.25",
"@logicflow/core": "^1.2.27",
"@logicflow/extension": "^1.2.27",
"@uiw/codemirror-theme-github": "^4.22.0",
"@uponu/vuedraggable": "^4.1.3",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.4.25",
"@vue/shared": "^3.4.27",
"@vueuse/core": "^10.9.0",
"@vueuse/shared": "^10.9.0",
"@zxcvbn-ts/core": "^3.0.4",
Expand All @@ -106,23 +106,23 @@
"tinymce": "^6.8.3",
"unocss": "^0.58.9",
"vditor": "^3.10.4",
"vue": "^3.4.25",
"vue": "^3.4.27",
"vue-clipboard3": "^2.0.0",
"vue-codemirror": "^6.1.1",
"vue-i18n": "^9.13.1",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.3.2",
"vue-types": "^5.1.1",
"vue-types": "^5.1.2",
"vuedraggable": "^4.1.0",
"vxe-table": "^4.6.6",
"vxe-table": "^4.6.12",
"vxe-table-plugin-export-xlsx": "^4.0.1",
"xe-utils": "^3.5.25",
"xe-utils": "^3.5.26",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@iconify/json": "^2.2.204",
"@iconify/json": "^2.2.210",
"@purge-icons/generated": "^0.10.0",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.2",
Expand All @@ -137,26 +137,25 @@
"@vben/ts-config": "workspace:*",
"@vben/types": "workspace:*",
"@vben/vite-config": "workspace:*",
"@vue/compiler-sfc": "^3.4.25",
"@vue/test-utils": "^2.4.5",
"@vue/compiler-sfc": "^3.4.27",
"@vue/test-utils": "^2.4.6",
"cross-env": "^7.0.3",
"cz-git": "^1.9.1",
"czg": "^1.9.1",
"husky": "^9.0.11",
"lint-staged": "15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.5.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vite": "^5.2.11",
"vite-plugin-mock": "^3.0.2",
"vue-tsc": "^1.8.27"
},
"packageManager": "pnpm@9.0.6",
"engines": {
"node": ">=18.12.0",
"pnpm": ">=8.10.0"
"pnpm": ">=9.0.6"
}
}
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@vueuse/core": "^10.9.0",
"lodash-es": "^4.17.21",
"vue": "^3.4.25"
"vue": "^3.4.27"
},
"devDependencies": {
"@vben/types": "workspace:*"
Expand Down
Loading

0 comments on commit dc93c67

Please sign in to comment.