Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Aug 3, 2023
1 parent 809fa85 commit 9296e69
Show file tree
Hide file tree
Showing 4 changed files with 844 additions and 778 deletions.
3 changes: 1 addition & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
!.env-config.ts
components.d.ts
router-page.d.ts
*.svg

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ stats.html
/src/typings/components.d.ts
package-lock.json
yarn.lock
pnpm-lock.yaml
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@antv/g2": "4.2.10",
"@better-scroll/core": "2.5.1",
"@soybeanjs/vue-materials": "0.2.0",
"@vueuse/core": "10.2.1",
"@vueuse/core": "10.3.0",
"axios": "1.4.0",
"clipboard": "2.0.11",
"colord": "2.9.3",
Expand All @@ -69,55 +69,55 @@
"form-data": "4.0.0",
"lodash-es": "4.17.21",
"naive-ui": "2.34.4",
"pinia": "2.1.4",
"pinia": "2.1.6",
"print-js": "1.6.0",
"qs": "6.11.2",
"socket.io-client": "4.7.1",
"swiper": "10.0.4",
"socket.io-client": "4.7.2",
"swiper": "10.1.0",
"ua-parser-js": "1.0.35",
"vditor": "3.9.4",
"vue": "3.3.4",
"vue-i18n": "9.2.2",
"vue-router": "4.2.4",
"vuedraggable": "4.1.0",
"wangeditor": "4.7.15",
"xgplayer": "3.0.5"
"xgplayer": "3.0.7"
},
"devDependencies": {
"@amap/amap-jsapi-types": "0.0.13",
"@iconify/json": "2.2.92",
"@iconify/json": "2.2.97",
"@iconify/vue": "4.1.1",
"@soybeanjs/cli": "0.6.2",
"@soybeanjs/cli": "0.6.6",
"@soybeanjs/vite-plugin-vue-page-route": "0.0.7",
"@types/bmapgl": "0.0.7",
"@types/crypto-js": "4.1.1",
"@types/node": "20.4.2",
"@types/node": "20.4.6",
"@types/qs": "6.9.7",
"@types/ua-parser-js": "0.7.36",
"@unocss/preset-uno": "0.53.5",
"@unocss/transformer-directives": "0.53.5",
"@unocss/vite": "0.53.5",
"@unocss/preset-uno": "0.54.1",
"@unocss/transformer-directives": "0.54.1",
"@unocss/vite": "0.54.1",
"@vitejs/plugin-vue": "4.2.3",
"@vitejs/plugin-vue-jsx": "3.0.1",
"cross-env": "7.0.3",
"eslint": "8.45.0",
"eslint-config-soybeanjs": "0.5.1",
"eslint": "8.46.0",
"eslint-config-soybeanjs": "0.5.4",
"mockjs": "1.1.0",
"rollup-plugin-visualizer": "5.9.2",
"sass": "1.63.6",
"simple-git-hooks": "2.8.1",
"sass": "1.64.2",
"simple-git-hooks": "2.9.0",
"tsx": "3.12.7",
"typescript": "5.1.6",
"unplugin-icons": "0.16.5",
"unplugin-vue-components": "0.25.1",
"vite": "4.4.4",
"vite": "4.4.8",
"vite-plugin-compression": "0.5.1",
"vite-plugin-mock": "2.9.8",
"vite-plugin-progress": "0.0.7",
"vite-plugin-pwa": "0.16.4",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "0.5.1",
"vue-tsc": "1.8.5"
"vue-tsc": "1.8.8"
},
"pnpm": {
"patchedDependencies": {
Expand Down
Loading

0 comments on commit 9296e69

Please sign in to comment.