Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Mar 26, 2024
1 parent 271f63f commit ded54f8
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 306 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "node ./scripts/postinstall.js || pnpm nx:build",
"postinstall": "node ./scripts/postinstall.js || pnpm nx:build || pnpm build:pkg",
"bootstrap": "pnpm install",
"serve": "npm run dev",
"dev": "vite dev",
"build": "rimraf dist && cross-env NODE_ENV=production vite build",
"build:watch": "rimraf dist && cross-env NODE_ENV=production vite build --watch",
"build:pkg": "pnpm -r --paralle --filter='./packages/*' run build",
"build:pkg": "pnpm -r --paralle --filter=\"./packages/*\" run build",
"nx:build": "nx run-many -t build --exclude @admin-pkg/components",
"nx:build:watch": "nx watch --all -- nx run \\$NX_PROJECT_NAME:build",
"preview": "npm run build --watch && vite preview",
Expand All @@ -35,7 +35,7 @@
"prepare": "husky",
"release": "git push && git push origin --tags",
"gen:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && pnpm clean:lib && npm run bootstrap",
"test:gzip": "npx http-server dist --cors --gzip -c-1",
"test:br": "npx http-server dist --cors --brotli -c-1"
},
Expand Down Expand Up @@ -81,8 +81,8 @@
"@types/lodash-es": "~4.17.12",
"@types/node": "~20.11.16",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "~7.3.1",
"@typescript-eslint/parser": "~7.3.1",
"@typescript-eslint/eslint-plugin": "~7.4.0",
"@typescript-eslint/parser": "~7.4.0",
"@umijs/openapi": "^1.11.1",
"@vitejs/plugin-vue": "~5.0.4",
"@vitejs/plugin-vue-jsx": "~3.1.0",
Expand All @@ -97,12 +97,12 @@
"eslint-plugin-import": "~2.29.1",
"eslint-plugin-prettier": "~5.1.3",
"eslint-plugin-unused-imports": "^3.1.0",
"eslint-plugin-vue": "~9.23.0",
"eslint-plugin-vue": "~9.24.0",
"husky": "~9.0.11",
"less": "~4.2.0",
"lint-staged": "~15.2.2",
"msw": "^2.2.10",
"nx": "18.1.2",
"nx": "^18.1.3",
"postcss": "~8.4.38",
"postcss-html": "~1.6.0",
"postcss-less": "~6.0.0",
Expand Down
Loading

0 comments on commit ded54f8

Please sign in to comment.