Skip to content

Commit

Permalink
build(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 7, 2022
1 parent 2d64a2e commit 906aed5
Show file tree
Hide file tree
Showing 2 changed files with 523 additions and 476 deletions.
34 changes: 23 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "soybean-admin",
"version": "0.9.5",
"license": "MIT",
"author": {
"name": "Soybean",
"email": "honghuangdc@gmail.com",
"url": "https://github.com/honghuangdc"
},
"scripts": {
"dev": "cross-env VITE_ENV_TYPE=dev vite",
"dev:test": "cross-env VITE_ENV_TYPE=test vite",
Expand Down Expand Up @@ -41,14 +45,14 @@
"echarts": "^5.3.2",
"form-data": "^4.0.0",
"lodash-es": "^4.17.21",
"naive-ui": "^2.30.0",
"naive-ui": "^2.30.2",
"pinia": "^2.0.14",
"print-js": "^1.6.0",
"qs": "^6.10.3",
"qs": "^6.10.5",
"swiper": "^8.2.2",
"ua-parser-js": "^1.0.2",
"vditor": "^3.8.15",
"vue": "3.2.36",
"vue": "3.2.37",
"vue-router": "^4.0.15",
"wangeditor": "^4.7.15",
"xgplayer": "^2.31.6"
Expand All @@ -57,15 +61,15 @@
"@amap/amap-jsapi-types": "^0.0.8",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@iconify/json": "^2.1.56",
"@iconify/json": "^2.1.57",
"@iconify/vue": "^3.2.1",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.1",
"@types/node": "^17.0.40",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/eslint-config-prettier": "^7.0.0",
Expand All @@ -91,15 +95,23 @@
"sass": "^1.52.2",
"standard-version": "^9.5.0",
"typescript": "^4.7.3",
"unocss": "^0.37.4",
"unocss": "^0.38.0",
"unplugin-icons": "^0.14.3",
"unplugin-vue-components": "0.19.6",
"unplugin-vue-define-options": "^0.6.1",
"vite": "^2.9.9",
"vite": "^2.9.10",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-mock": "^2.9.6",
"vue-eslint-parser": "^9.0.2",
"vue-tsc": "^0.36.1"
}
"vue-tsc": "^0.37.2"
},
"homepage": "https://github.com/honghuangdc/soybean-admin",
"repository": {
"url": "https://github.com/honghuangdc/soybean-admin.git"
},
"bugs": {
"url": "https://github.com/honghuangdc/soybean-admin/issues"
},
"license": "MIT"
}
Loading

1 comment on commit 906aed5

@vercel
Copy link

@vercel vercel bot commented on 906aed5 Jun 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.