Skip to content

Commit

Permalink
build(projects): update deps and fix type error [升级依赖并修复类型问题]
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed May 4, 2023
1 parent 5a4f842 commit 34f023c
Show file tree
Hide file tree
Showing 7 changed files with 239 additions and 187 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@antv/g2": "^4.2.10",
"@better-scroll/core": "^2.5.1",
"@soybeanjs/vue-materials": "^0.1.9",
"@vueuse/core": "^10.1.0",
"axios": "0.27.2",
"@vueuse/core": "^10.1.2",
"axios": "1.4.0",
"clipboard": "^2.0.11",
"colord": "^2.9.3",
"crypto-js": "^4.1.1",
Expand All @@ -85,42 +85,42 @@
},
"devDependencies": {
"@amap/amap-jsapi-types": "^0.0.13",
"@iconify/json": "^2.2.55",
"@iconify/json": "^2.2.60",
"@iconify/vue": "^4.1.1",
"@soybeanjs/cli": "^0.1.8",
"@soybeanjs/cli": "^0.1.9",
"@soybeanjs/vite-plugin-vue-page-route": "^0.0.5",
"@types/bmapgl": "^0.0.7",
"@types/crypto-js": "^4.1.1",
"@types/node": "18.16.1",
"@types/node": "18.16.3",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@unocss/preset-uno": "^0.51.8",
"@unocss/transformer-directives": "^0.51.8",
"@unocss/vite": "^0.51.8",
"@vitejs/plugin-vue": "^4.2.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"conventional-changelog": "^3.1.25",
"cross-env": "^7.0.3",
"eslint": "^8.39.0",
"eslint-config-soybeanjs": "^0.3.3",
"lint-staged": "12.5.0",
"lint-staged": "13.2.2",
"mockjs": "^1.1.0",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.62.1",
"simple-git-hooks": "^2.8.1",
"standard-version": "^9.5.0",
"tsx": "^3.12.6",
"tsx": "^3.12.7",
"typescript": "5.0.4",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "0.24.1",
"unplugin-vue-define-options": "^1.3.3",
"vite": "^4.3.2",
"unplugin-vue-define-options": "^1.3.4",
"vite": "^4.3.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mock": "2.9.8",
"vite-plugin-progress": "^0.0.7",
"vite-plugin-pwa": "^0.14.7",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.4.4"
"vue-tsc": "1.6.4"
},
"pnpm": {
"patchedDependencies": {
Expand Down
Loading

1 comment on commit 34f023c

@vercel
Copy link

@vercel vercel bot commented on 34f023c May 4, 2023

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.