Skip to content

Commit

Permalink
fix: 🐛 类型报错
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Aug 5, 2023
1 parent 430fc45 commit 004bedd
Show file tree
Hide file tree
Showing 8 changed files with 147 additions and 167 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"@jsxiaosi/utils": "^0.0.16",
"@logicflow/core": "^1.2.10",
"@logicflow/extension": "^1.2.10",
"@vueuse/core": "^10.2.1",
"@vueuse/core": "^10.3.0",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"docx-preview": "^0.1.18",
"echarts": "^5.4.3",
"element-plus": "^2.3.7",
"element-plus": "^2.3.9",
"es6-promise": "^4.2.8",
"i18next": "^23.4.0",
"i18next": "^23.4.1",
"intro.js": "^7.0.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
Expand Down Expand Up @@ -104,24 +104,24 @@
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.64.1",
"sass": "^1.64.2",
"stylelint": "^15.10.2",
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.0.1",
"typescript": "^5.1.6",
"unplugin-element-plus": "^0.7.2",
"vite": "^4.4.7",
"unplugin-element-plus": "^0.8.0",
"vite": "^4.4.8",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-inspect": "^0.7.33",
"vite-plugin-inspect": "^0.7.35",
"vite-plugin-linter": "^2.0.2",
"vite-plugin-mock": "2.9.1",
"vite-plugin-mock": "3.0.0",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vitest": "^0.33.0",
"vitest": "^0.34.1",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.8",
"xlsx": "^0.18.5"
Expand Down
Loading

0 comments on commit 004bedd

Please sign in to comment.