Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Feb 2, 2024
1 parent 3ca84f5 commit 8b25956
Show file tree
Hide file tree
Showing 9 changed files with 181 additions and 123 deletions.
70 changes: 35 additions & 35 deletions apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@iconify/iconify": "^3.1.1",
"@logicflow/core": "^1.2.17",
"@logicflow/extension": "^1.2.18",
"@logicflow/core": "^1.2.18",
"@logicflow/extension": "^1.2.19",
"@vben/hooks": "workspace:*",
"@vue/shared": "^3.3.8",
"@vueuse/core": "^10.5.0",
"@vueuse/shared": "^10.5.0",
"@vue/shared": "^3.4.15",
"@vueuse/core": "^10.7.2",
"@vueuse/shared": "^10.7.2",
"@zxcvbn-ts/core": "^3.0.4",
"ant-design-vue": "^4.0.6",
"axios": "^1.6.1",
"codemirror": "^5.65.15",
"ant-design-vue": "^4.1.2",
"axios": "^1.6.7",
"codemirror": "^5.65.16",
"cropperjs": "^1.6.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
Expand All @@ -42,55 +42,55 @@
"nprogress": "^0.2.0",
"path-to-regexp": "^6.2.1",
"pinia": "2.1.7",
"pinia-plugin-persistedstate": "^3.2.0",
"pinia-plugin-persistedstate": "^3.2.1",
"print-js": "^1.6.0",
"qrcode": "^1.5.3",
"qs": "^6.11.2",
"resize-observer-polyfill": "^1.5.1",
"showdown": "^2.1.0",
"socket.io-client": "^4.7.2",
"sortablejs": "^1.15.0",
"tinymce": "^5.10.7",
"vditor": "^3.9.6",
"vue": "^3.3.8",
"vue-i18n": "^9.6.5",
"vue-json-pretty": "^2.2.4",
"socket.io-client": "^4.7.4",
"sortablejs": "^1.15.2",
"tinymce": "^5.10.9",
"vditor": "^3.9.9",
"vue": "^3.4.15",
"vue-i18n": "^9.9.1",
"vue-json-pretty": "^2.3.0",
"vue-router": "^4.2.5",
"vue-types": "^5.1.1",
"vuedraggable": "^4.1.0",
"vxe-table": "^4.5.13",
"vxe-table-plugin-export-xlsx": "^3.1.0",
"xe-utils": "^3.5.14",
"vxe-table": "^4.5.18",
"vxe-table-plugin-export-xlsx": "^3.3.0",
"xe-utils": "^3.5.20",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@iconify/json": "^2.2.139",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@iconify/json": "^2.2.177",
"@purge-icons/generated": "^0.9.0",
"@types/codemirror": "^5.60.13",
"@types/crypto-js": "^4.2.1",
"@types/intro.js": "^5.1.4",
"@types/lodash-es": "^4.17.11",
"@types/codemirror": "^5.60.15",
"@types/crypto-js": "^4.2.2",
"@types/intro.js": "^5.1.5",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/nprogress": "^0.2.3",
"@types/qrcode": "^1.5.5",
"@types/qs": "^6.9.10",
"@types/showdown": "^2.0.4",
"@types/sortablejs": "^1.15.5",
"@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.8",
"@vue/test-utils": "^2.4.1",
"@vue/compiler-sfc": "^3.4.15",
"@vue/test-utils": "^2.4.4",
"unbuild": "^2.0.0",
"unplugin-vue-define-options": "^1.3.18",
"vite": "^4.5.0",
"vue-tsc": "^1.8.22"
"unplugin-vue-define-options": "^1.4.2",
"vite": "^4.5.2",
"vue-tsc": "^1.8.27"
},
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.15.1",
"engines": {
"node": ">=18",
"pnpm": ">=8.1.0"
Expand Down
88 changes: 44 additions & 44 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "api",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.15.1",
"license": "MIT",
"engines": {
"node": ">=18",
Expand Down Expand Up @@ -33,92 +33,92 @@
"migration:revert": "typeorm -- migration:revert"
},
"dependencies": {
"@fastify/cookie": "^9.1.0",
"@fastify/multipart": "^8.0.0",
"@fastify/cookie": "^9.3.1",
"@fastify/multipart": "^8.1.0",
"@fastify/static": "^6.12.0",
"@liaoliaots/nestjs-redis": "^9.0.5",
"@nestjs-modules/mailer": "^1.9.1",
"@nestjs-modules/mailer": "^1.10.3",
"@nestjs/axios": "^3.0.1",
"@nestjs/bull": "^10.0.1",
"@nestjs/cache-manager": "^2.1.1",
"@nestjs/common": "^10.2.8",
"@nestjs/cache-manager": "^2.2.0",
"@nestjs/common": "^10.3.1",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.8",
"@nestjs/core": "^10.3.1",
"@nestjs/event-emitter": "^2.0.3",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-fastify": "^10.2.8",
"@nestjs/platform-socket.io": "^10.2.8",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-fastify": "^10.3.1",
"@nestjs/platform-socket.io": "^10.3.1",
"@nestjs/schedule": "^4.0.0",
"@nestjs/swagger": "^7.1.15",
"@nestjs/terminus": "^10.1.1",
"@nestjs/throttler": "^5.0.1",
"@nestjs/typeorm": "^10.0.0",
"@nestjs/websockets": "^10.2.8",
"@nestjs/swagger": "^7.2.0",
"@nestjs/terminus": "^10.2.1",
"@nestjs/throttler": "^5.1.1",
"@nestjs/typeorm": "^10.0.1",
"@nestjs/websockets": "^10.3.1",
"@socket.io/redis-adapter": "^8.2.1",
"@socket.io/redis-emitter": "^5.1.0",
"@types/lodash": "^4.14.201",
"axios": "^1.6.1",
"bull": "^4.11.4",
"cache-manager": "^5.2.4",
"@types/lodash": "^4.14.202",
"axios": "^1.6.7",
"bull": "^4.12.2",
"cache-manager": "^5.4.0",
"cache-manager-ioredis-yet": "^1.2.2",
"chalk": "^5.3.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"class-validator": "^0.14.1",
"cron": "^3.1.6",
"cron-parser": "^4.9.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"dotenv": "16.3.1",
"fastify": "^4.24.3",
"fastify": "^4.26.0",
"fastify-multer": "^2.0.3",
"handlebars": "^4.7.8",
"helmet": "^7.1.0",
"ioredis": "^5.3.2",
"lodash": "^4.17.21",
"mysql": "^2.18.1",
"nanoid": "^3.3.6",
"nodemailer": "^6.9.7",
"mysql2": "^3.9.1",
"nanoid": "^3.3.7",
"nodemailer": "^6.9.9",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.1.14",
"rimraf": "^5.0.5",
"rxjs": "^7.8.1",
"socket.io": "^4.7.2",
"socket.io": "^4.7.4",
"stacktrace-js": "^2.0.2",
"svg-captcha": "^1.4.0",
"systeminformation": "^5.21.16",
"typeorm": "^0.3.17",
"systeminformation": "^5.21.24",
"typeorm": "^0.3.20",
"ua-parser-js": "^1.0.37",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.1.0",
"@compodoc/compodoc": "^1.1.22",
"@nestjs/cli": "^10.2.1",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.2.8",
"@types/cache-manager": "^4.0.5",
"@antfu/eslint-config": "^2.6.3",
"@compodoc/compodoc": "^1.1.23",
"@nestjs/cli": "^10.3.0",
"@nestjs/schematics": "^10.1.0",
"@nestjs/testing": "^10.3.1",
"@types/cache-manager": "^4.0.6",
"@types/jest": "29.5.8",
"@types/multer": "^1.4.10",
"@types/node": "^20.9.0",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.15",
"@types/supertest": "^2.0.16",
"@types/ua-parser-js": "^0.7.39",
"cross-env": "^7.0.3",
"eslint": "^8.53.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"lint-staged": "^15.1.0",
"lint-staged": "^15.2.1",
"simple-git-hooks": "^2.9.0",
"source-map-support": "^0.5.21",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"supertest": "^6.3.4",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"overrides": {
"@liaoliaots/nestjs-redis": {
Expand Down Expand Up @@ -152,4 +152,4 @@
"lint-staged": {
"*": "eslint --fix"
}
}
}
16 changes: 8 additions & 8 deletions internal/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"stub": "pnpm unbuild --stub"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.17.0",
"vue-eslint-parser": "^9.3.1"
"eslint-plugin-vue": "^9.21.1",
"vue-eslint-parser": "^9.4.2"
}
}
12 changes: 6 additions & 6 deletions internal/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
"stub": "pnpm unbuild --stub"
},
"devDependencies": {
"postcss": "^8.4.24",
"postcss-html": "^1.5.0",
"postcss": "^8.4.33",
"postcss-html": "^1.6.0",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.6",
"postcss-scss": "^4.0.9",
"prettier": "^2.8.8",
"stylelint": "^15.10.1",
"stylelint": "^15.11.0",
"stylelint-config-property-sort-order-smacss": "^9.1.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-recommended-scss": "^12.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0",
"stylelint-order": "^6.0.3",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions internal/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"node-server.json"
],
"dependencies": {
"@types/node": "^20.4.0",
"vite": "^4.4.0"
"@types/node": "^20.11.15",
"vite": "^4.5.2"
}
}
32 changes: 16 additions & 16 deletions internal/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@
"stub": "pnpm unbuild --stub"
},
"dependencies": {
"@ant-design/colors": "^7.0.0",
"vite": "^4.4.0"
"@ant-design/colors": "^7.0.2",
"vite": "^4.5.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"ant-design-vue": "^4.0.3",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"fs-extra": "^11.1.1",
"less": "^4.1.3",
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"ant-design-vue": "^4.1.2",
"dayjs": "^1.11.10",
"dotenv": "^16.4.1",
"fs-extra": "^11.2.0",
"less": "^4.2.0",
"picocolors": "^1.0.0",
"pkg-types": "^1.0.3",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.63.6",
"unocss": "^0.53.4",
"unplugin-config": "^0.1.3",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.70.0",
"unocss": "^0.53.6",
"unplugin-config": "^0.1.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "^3.1.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-dts": "^3.7.2",
"vite-plugin-html": "^3.2.2",
"vite-plugin-purge-icons": "^0.9.2",
"vite-plugin-svg-icons": "^2.0.1"
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "nest-vben-admin",
"version": "0.1.0",
"packageManager": "pnpm@8.10.2",
"description": "基于NestJs + Vben Admin编写的一款前后端分离的权限管理系统",
"packageManager": "pnpm@8.15.1",
"description": "基于 NestJs + Vben Admin 编写的一款前后端分离的权限管理系统",
"author": {
"name": "kuizuo",
"email": "hi@kuizuo.cn",
Expand Down Expand Up @@ -40,10 +40,10 @@
},
"devDependencies": {
"cross-env": "7.0.3",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"rimraf": "^5.0.5",
"turbo": "^1.10.16",
"typescript": "^5.2.2",
"turbo": "^1.12.2",
"typescript": "^5.3.3",
"unbuild": "^2.0.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"lint": "pnpm eslint ."
},
"dependencies": {
"@vueuse/core": "^10.5.0",
"vue": "^3.3.8"
"@vueuse/core": "^10.7.2",
"vue": "^3.4.15"
},
"devDependencies": {
"@vben/types": "workspace:*"
Expand Down
Loading

0 comments on commit 8b25956

Please sign in to comment.