Skip to content

Commit

Permalink
chore: upgrade deps & add postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Mar 23, 2024
1 parent 27136f2 commit 00d9643
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 41 deletions.
23 changes: 17 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "pnpm nx:build",
"postinstall": "node ./scripts/postinstall.js || pnpm build:pkg",
"bootstrap": "pnpm install",
"serve": "npm run dev",
"dev": "vite dev",
Expand Down Expand Up @@ -100,7 +100,8 @@
"husky": "~9.0.11",
"less": "~4.2.0",
"lint-staged": "~15.2.2",
"msw": "^2.2.9",
"msw": "^2.2.10",
"nx": "18.1.2",
"postcss": "~8.4.38",
"postcss-html": "~1.6.0",
"postcss-less": "~6.0.0",
Expand All @@ -117,14 +118,13 @@
"typescript": "~5.4.3",
"unocss": "^0.58.6",
"unplugin-vue-components": "~0.26.0",
"vite": "~5.2.2",
"vite": "~5.2.4",
"vite-plugin-checker": "~0.6.4",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-mkcert": "^1.17.5",
"vite-plugin-svg-icons": "~2.0.1",
"vue-eslint-parser": "~9.4.2",
"vue-tsc": "~1.8.27",
"nx": "18.1.2"
"vue-tsc": "~1.8.27"
},
"__npminstall_done": false,
"repository": {
Expand All @@ -143,7 +143,18 @@
],
"license": "MIT",
"target": "web",
"dependenciesMeta": {
"@admin-pkg/vite-plugin-msw": {
"injected": true
},
"@admin-pkg/vite-plugin-tinymce-resource": {
"injected": true
}
},
"pnpm": {
"overrides": {}
}
},
"workspaces": [
"packages/*"
]
}
Loading

0 comments on commit 00d9643

Please sign in to comment.