Skip to content

Commit

Permalink
chore(projects): update deps & update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jun 11, 2023
1 parent 2ca2b76 commit 0b2f68a
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 161 deletions.
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint . --fix",
"format": "soy prettier-format",
"format": "soy prettier-write",
"commit": "soy git-commit",
"cleanup": "soy cleanup",
"update-pkg": "soy update-pkg",
"update-pkg": "soy ncu",
"release": "soy release",
"tsx": "tsx",
"logo": "tsx ./scripts/logo.ts",
"prepare": "soy init-git-hooks"
"prepare": "soy init-simple-git-hooks"
},
"dependencies": {
"@antv/data-set": "0.11.8",
Expand Down Expand Up @@ -84,13 +84,13 @@
},
"devDependencies": {
"@amap/amap-jsapi-types": "0.0.13",
"@iconify/json": "2.2.75",
"@iconify/json": "2.2.76",
"@iconify/vue": "4.1.1",
"@soybeanjs/cli": "0.5.4",
"@soybeanjs/cli": "0.6.1",
"@soybeanjs/vite-plugin-vue-page-route": "0.0.6",
"@types/bmapgl": "0.0.7",
"@types/crypto-js": "4.1.1",
"@types/node": "20.2.5",
"@types/node": "20.3.0",
"@types/qs": "6.9.7",
"@types/ua-parser-js": "0.7.36",
"@unocss/preset-uno": "0.53.1",
Expand All @@ -100,10 +100,10 @@
"@vitejs/plugin-vue-jsx": "3.0.1",
"cross-env": "7.0.3",
"eslint": "8.42.0",
"eslint-config-soybeanjs": "0.4.8",
"eslint-config-soybeanjs": "0.4.9",
"mockjs": "1.1.0",
"rollup-plugin-visualizer": "5.9.0",
"sass": "1.63.2",
"rollup-plugin-visualizer": "5.9.2",
"sass": "1.63.3",
"simple-git-hooks": "2.8.1",
"tsx": "3.12.7",
"typescript": "5.1.3",
Expand All @@ -113,7 +113,7 @@
"vite-plugin-compression": "0.5.1",
"vite-plugin-mock": "2.9.8",
"vite-plugin-progress": "0.0.7",
"vite-plugin-pwa": "0.16.3",
"vite-plugin-pwa": "0.16.4",
"vite-plugin-svg-icons": "2.0.1",
"vue-tsc": "1.6.5"
},
Expand All @@ -126,5 +126,7 @@
"commit-msg": "pnpm soy git-commit-verify",
"pre-commit": "pnpm typecheck && pnpm soy lint-staged"
},
"github-token": "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"
"soybean": {
"useSoybeanToken": true
}
}
Loading

1 comment on commit 0b2f68a

@vercel
Copy link

@vercel vercel bot commented on 0b2f68a Jun 11, 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.