Skip to content

Commit

Permalink
chore: 更新依赖,正式版本elementPush
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Feb 10, 2022
1 parent 7386e4c commit 5d6d36d
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"build:push": "npm run build && npm run push"
},
"dependencies": {
"@element-plus/icons-vue": "^0.2.6",
"@logicflow/core": "^1.0.7",
"@logicflow/extension": "^1.0.7",
"@element-plus/icons-vue": "^0.2.7",
"@logicflow/core": "^1.1.2",
"@logicflow/extension": "^1.1.2",
"axios": "^0.25.0",
"echarts": "^5.3.0",
"element-plus": "^1.3.0-beta.10",
"element-plus": "^2.0.1",
"es6-promise": "^4.2.8",
"i18next": "^21.6.10",
"intro.js": "^4.3.0",
"i18next": "^21.6.11",
"intro.js": "^5.0.0",
"lodash-es": "^4.17.21",
"marked": "^4.0.12",
"mockjs": "^1.1.0",
"pinia": "^2.0.11",
"sortablejs": "^1.14.0",
"vue": "^3.2.22",
"vue": "^3.2.30",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.12",
"vue-types": "^4.1.1",
Expand All @@ -51,15 +51,15 @@
"@ehutch79/vite-eslint": "^0.0.1",
"@types/core-js": "^2.5.5",
"@types/intro.js": "^3.0.2",
"@types/lodash-es": "^4.17.5",
"@types/lodash-es": "^4.17.6",
"@types/marked": "^4.0.2",
"@types/node": "^17.0.14",
"@types/node": "^17.0.16",
"@types/sortablejs": "^1.10.7",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vitejs/plugin-vue": "^2.1.0",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vue/compiler-sfc": "^3.2.29",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@vitejs/plugin-vue": "^2.2.0",
"@vitejs/plugin-vue-jsx": "^1.3.4",
"@vue/compiler-sfc": "^3.2.30",
"@zougt/vite-plugin-theme-preprocessor": "^1.4.4",
"autoprefixer": "^10.4.2",
"babel-eslint": "^10.1.0",
Expand All @@ -72,7 +72,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^8.4.0",
"eslint-plugin-vue": "^8.4.1",
"http-server": "^14.1.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.3",
Expand All @@ -81,21 +81,21 @@
"prettier": "2.5.1",
"pretty-quick": "^3.1.3",
"sass": "^1.49.7",
"stylelint": "^14.3.0",
"stylelint": "^14.4.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.1.0",
"typescript": "^4.5.5",
"unplugin-element-plus": "^0.2.0",
"vite": "^2.7.13",
"vite": "^2.8.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-linter": "^1.1.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^0.31.1"
"vue-tsc": "^0.31.2"
},
"license": "MIT",
"config": {
Expand Down

0 comments on commit 5d6d36d

Please sign in to comment.