Skip to content

Commit

Permalink
build(projects): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jan 15, 2023
1 parent 0c12665 commit f71812d
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 348 deletions.
21 changes: 8 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@
"commit": "soy git-commit",
"cleanup": "soy cleanup",
"update-pkg": "soy update-pkg",
"esno": "esno",
"logo": "esno ./scripts/logo.ts",
"compress": "esno ./scripts/compress.ts",
"tsx": "tsx",
"logo": "tsx ./scripts/logo.ts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "standard-version",
"prepare": "simple-git-hooks"
Expand Down Expand Up @@ -86,7 +85,7 @@
},
"devDependencies": {
"@amap/amap-jsapi-types": "^0.0.10",
"@iconify/json": "^2.2.5",
"@iconify/json": "^2.2.6",
"@iconify/vue": "^4.0.2",
"@soybeanjs/cli": "^0.1.6",
"@soybeanjs/router-page": "1.0.3",
Expand All @@ -95,29 +94,26 @@
"@types/node": "18.11.18",
"@types/qs": "^6.9.7",
"@types/ua-parser-js": "^0.7.36",
"@unocss/preset-uno": "^0.48.3",
"@unocss/vite": "^0.48.3",
"@unocss/preset-uno": "^0.48.4",
"@unocss/vite": "^0.48.4",
"@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.2",
"esno": "^0.16.3",
"lint-staged": "12.5.0",
"mockjs": "^1.1.0",
"node-html-to-image": "^3.2.4",
"npm-check-updates": "^16.6.2",
"rimraf": "^3.0.2",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.57.1",
"simple-git-hooks": "^2.8.1",
"standard-version": "^9.5.0",
"tsx": "^3.12.2",
"typescript": "4.9.4",
"unplugin-icons": "^0.15.1",
"unplugin-vue-components": "0.22.12",
"unplugin-vue-macros": "^1.3.2",
"unplugin-vue-macros": "^1.3.3",
"utility-types": "^3.10.0",
"vite": "^4.0.4",
"vite-plugin-compression": "^0.5.1",
Expand All @@ -126,8 +122,7 @@
"vite-plugin-progress": "^0.0.6",
"vite-plugin-pwa": "^0.14.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.0.24",
"zx": "^7.1.1"
"vue-tsc": "^1.0.24"
},
"pnpm": {
"patchedDependencies": {
Expand Down
Loading

0 comments on commit f71812d

Please sign in to comment.