Skip to content

Commit

Permalink
build: update plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong502431556 committed Mar 2, 2022
1 parent 0f5cd29 commit de34bb1
Show file tree
Hide file tree
Showing 4 changed files with 303 additions and 1,265 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Expand Up @@ -6,4 +6,4 @@
/vite.config.ts
/src/types/env.d.ts
/docs/**/*
.versionrc
CHANGELOG
7 changes: 3 additions & 4 deletions CHANGELOG.md
Expand Up @@ -2,13 +2,12 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.1.4](https://github.com/kailong321200875/vue-element-plus-admin/compare/v1.1.3...v1.1.4) (2022-03-01)

## [1.1.4](https://github.com/kailong321200875/vue-element-plus-admin/compare/v1.1.3...v1.1.4) (2022-03-01)

### CI

* update workflow ([0490d18](https://github.com/kailong321200875/vue-element-plus-admin/commit/0490d18145cb0d9c4b066ab01a2c10cb527e38ba))
* update workflow ([51f7bca](https://github.com/kailong321200875/vue-element-plus-admin/commit/51f7bca6034902b251d081ee383b0d796782d434))
- update workflow ([0490d18](https://github.com/kailong321200875/vue-element-plus-admin/commit/0490d18145cb0d9c4b066ab01a2c10cb527e38ba))
- update workflow ([51f7bca](https://github.com/kailong321200875/vue-element-plus-admin/commit/51f7bca6034902b251d081ee383b0d796782d434))

## [1.1.3](https://github.com/kailong321200875/vue-element-plus-admin/compare/v1.1.2...v1.1.3) (2022-03-01)

Expand Down
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -35,7 +35,7 @@
"axios": "^0.26.0",
"echarts": "^5.3.0",
"echarts-wordcloud": "^2.0.0",
"element-plus": "2.0.3",
"element-plus": "2.0.4",
"intro.js": "^5.0.0",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
Expand All @@ -47,26 +47,26 @@
"qs": "^6.10.3",
"vue": "3.2.31",
"vue-i18n": "9.1.9",
"vue-router": "^4.0.12",
"vue-router": "^4.0.13",
"vue-types": "^4.1.1",
"web-storage-cache": "^1.1.1"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@iconify/json": "^2.1.7",
"@iconify/json": "^2.1.8",
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
"@purge-icons/generated": "^0.8.0",
"@purge-icons/generated": "^0.8.1",
"@types/intro.js": "^3.0.2",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.21",
"@types/nprogress": "^0.2.0",
"@types/qrcode": "^1.4.2",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vitejs/plugin-vue": "^2.2.2",
"@vitejs/plugin-vue-jsx": "^1.3.7",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@vitejs/plugin-vue": "^2.2.4",
"@vitejs/plugin-vue-jsx": "^1.3.8",
"autoprefixer": "^10.4.2",
"commitizen": "^4.2.4",
"eslint": "^8.10.0",
Expand All @@ -88,17 +88,17 @@
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"typescript": "4.5.5",
"typescript": "4.6.2",
"unplugin-vue-define-options": "^0.4.0",
"vite": "2.8.4",
"vite": "2.8.6",
"vite-plugin-eslint": "^1.3.0",
"vite-plugin-html": "^3.0.6",
"vite-plugin-html": "^3.1.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-purge-icons": "^0.8.0",
"vite-plugin-purge-icons": "^0.8.1",
"vite-plugin-style-import": "^1.4.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-windicss": "^1.8.1",
"vue-tsc": "^0.32.0",
"vue-tsc": "^0.32.1",
"windicss": "^3.5.0",
"windicss-analysis": "^0.3.5"
},
Expand Down

0 comments on commit de34bb1

Please sign in to comment.