build(projects): update deps and update config
This commit is contained in:
parent
91bc1519f1
commit
b08c389e4a
25
package.json
25
package.json
@ -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"
|
||||
},
|
||||
@ -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",
|
||||
@ -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",
|
||||
@ -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": {
|
||||
@ -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": {
|
||||
|
1279
pnpm-lock.yaml
1279
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user