Skip to content

Commit

Permalink
build(projects): update deps and update config
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jan 11, 2023
1 parent 91bc151 commit b08c389
Show file tree
Hide file tree
Showing 2 changed files with 697 additions and 607 deletions.
25 changes: 12 additions & 13 deletions package.json
Expand Up @@ -45,13 +45,12 @@
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint . --fix",
"commit": "soybean git-commit",
"commit": "soy git-commit",
"cleanup": "soy cleanup",
"update-pkg": "soy update-pkg",
"esno": "esno",
"logo": "esno ./scripts/logo.ts",
"cleanup": "esno ./scripts/cleanup.ts",
"compress": "esno ./scripts/compress.ts",
"git-hooks": "esno ./scripts/git-hooks.ts",
"update-pkg": "ncu --deep -u",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "standard-version"
},
Expand Down Expand Up @@ -86,24 +85,24 @@
},
"devDependencies": {
"@amap/amap-jsapi-types": "^0.0.10",
"@iconify/json": "^2.2.1",
"@iconify/json": "^2.2.5",
"@iconify/vue": "^4.0.2",
"@soybeanjs/cli": "^0.1.4",
"@soybeanjs/cli": "^0.1.6",
"@soybeanjs/router-page": "1.0.3",
"@types/bmapgl": "^0.0.5",
"@types/crypto-js": "^4.1.1",
"@types/node": "18.11.18",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@unocss/preset-uno": "^0.48.0",
"@unocss/vite": "^0.48.0",
"@unocss/preset-uno": "^0.48.3",
"@unocss/vite": "^0.48.3",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"compressing": "^1.6.3",
"conventional-changelog": "^3.1.25",
"cross-env": "^7.0.3",
"eslint": "^8.31.0",
"eslint-config-soybeanjs-vue": "^0.2.1",
"eslint-config-soybeanjs-vue": "^0.2.2",
"esno": "^0.16.3",
"lint-staged": "^13.1.0",
"mockjs": "^1.1.0",
Expand All @@ -115,9 +114,9 @@
"simple-git-hooks": "^2.8.1",
"standard-version": "^9.5.0",
"typescript": "4.9.4",
"unplugin-icons": "^0.14.15",
"unplugin-icons": "^0.15.1",
"unplugin-vue-components": "0.22.12",
"unplugin-vue-macros": "^1.2.2",
"unplugin-vue-macros": "^1.3.2",
"utility-types": "^3.10.0",
"vite": "^4.0.4",
"vite-plugin-compression": "^0.5.1",
Expand All @@ -126,7 +125,7 @@
"vite-plugin-progress": "^0.0.6",
"vite-plugin-pwa": "^0.14.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.0.19",
"vue-tsc": "^1.0.24",
"zx": "^7.1.1"
},
"pnpm": {
Expand All @@ -135,7 +134,7 @@
}
},
"simple-git-hooks": {
"commit-msg": "pnpm soybean git-commit-verify",
"commit-msg": "pnpm soy git-commit-verify",
"pre-commit": "pnpm exec lint-staged --concurrent false"
},
"lint-staged": {
Expand Down

1 comment on commit b08c389

@vercel
Copy link

@vercel vercel bot commented on b08c389 Jan 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.