Skip to content

Commit

Permalink
chore: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Apr 25, 2022
1 parent 3b51555 commit 8a90329
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,26 @@
},
"dependencies": {
"@element-plus/icons-vue": "^1.1.4",
"@logicflow/core": "^1.1.11",
"@logicflow/extension": "^1.1.11",
"@logicflow/core": "^1.1.14",
"@logicflow/extension": "^1.1.14",
"axios": "^0.26.1",
"echarts": "^5.3.2",
"element-plus": "^2.1.8",
"element-plus": "^2.1.10",
"es6-promise": "^4.2.8",
"i18next": "^21.6.14",
"i18next": "^21.6.16",
"image-conversion": "^2.1.1",
"intro.js": "^5.0.0",
"intro.js": "^5.1.0",
"lodash-es": "^4.17.21",
"marked": "^4.0.12",
"marked": "^4.0.14",
"mockjs": "^1.1.0",
"pinia": "^2.0.13",
"sortablejs": "^1.15.0",
"vue": "^3.2.31",
"vue": "^3.2.33",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.14",
"vue-types": "^4.1.1",
"vuex": "^4.0.2",
"wangeditor": "^4.7.12"
"wangeditor": "^4.7.15"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
Expand All @@ -55,49 +55,49 @@
"@types/intro.js": "^3.0.2",
"@types/lodash-es": "^4.17.6",
"@types/marked": "^4.0.3",
"@types/node": "^17.0.23",
"@types/node": "^17.0.26",
"@types/sortablejs": "^1.10.7",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.9",
"@vue/compiler-sfc": "^3.2.31",
"@zougt/vite-plugin-theme-preprocessor": "^1.4.4",
"autoprefixer": "^10.4.4",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/compiler-sfc": "^3.2.33",
"@zougt/vite-plugin-theme-preprocessor": "^1.4.5",
"autoprefixer": "^10.4.5",
"babel-eslint": "^10.1.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^8.12.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.5.0",
"eslint-plugin-vue": "^8.7.1",
"http-server": "^14.1.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"postcss-html": "^1.3.0",
"lint-staged": "^12.4.0",
"postcss-html": "^1.4.1",
"postcss-import": "^14.1.0",
"prettier": "2.6.2",
"pretty-quick": "^3.1.3",
"sass": "^1.49.11",
"stylelint": "^14.6.1",
"sass": "^1.50.1",
"stylelint": "^14.7.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.2.0",
"typescript": "^4.6.3",
"unplugin-element-plus": "^0.3.4",
"vite": "^2.9.1",
"unplugin-element-plus": "^0.4.0",
"vite": "^2.9.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-linter": "^1.2.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^0.33.9"
"vue-tsc": "^0.34.10"
},
"license": "MIT",
"config": {
Expand Down

0 comments on commit 8a90329

Please sign in to comment.