|
24 | 24 | "docs": "typedoc", |
25 | 25 | "lint": "nx run-many --target=lint", |
26 | 26 | "test": "nx run-many --target=test", |
27 | | - "build": "nx run-many --target=build --parallel=3 --exclude='*,!tag:package'", |
| 27 | + "build": "nx run-many --target=build --parallel=3 --exclude='*,!tag:type:pkg'", |
28 | 28 | "build:pkg": "nx run-many --targets=build --projects=tag:type:pkg", |
29 | 29 | "lint-fix": "nx format:write --uncommitted", |
30 | 30 | "trigger-release": "node -e 'import(\"open\").then(open => open.default(\"https://github.com/module-federation/universe/actions/workflows/trigger-release.yml\"))'", |
|
43 | 43 | "commitlint": "commitlint --edit", |
44 | 44 | "prepare": "husky install", |
45 | 45 | "changeset": "changeset", |
46 | | - "build:packages": "npx nx affected -t build --parallel=10 --exclude='*,!tag:package'" |
| 46 | + "build:packages": "npx nx affected -t build --parallel=10 --exclude='*,!tag:type:pkg'" |
47 | 47 | }, |
48 | 48 | "dependencies": { |
49 | 49 | "adm-zip": "0.5.10", |
|
143 | 143 | "@types/lodash.get": "4.4.9", |
144 | 144 | "@types/node": "18.19.26", |
145 | 145 | "@types/node-fetch": "2.6.11", |
| 146 | + "@types/pidusage": "2.0.5", |
146 | 147 | "@types/react": "18.2.62", |
147 | 148 | "@types/react-dom": "18.2.19", |
148 | 149 | "@types/webpack-sources": "3.2.3", |
|
198 | 199 | "open": "^10.0.0", |
199 | 200 | "openai": "3.3.0", |
200 | 201 | "pdf-parse": "1.1.1", |
| 202 | + "pidusage": "3.0.2", |
201 | 203 | "postcss-calc": "9.0.1", |
202 | 204 | "postcss-custom-properties": "13.3.5", |
203 | 205 | "postcss-import": "15.1.0", |
|
227 | 229 | "vitest": "1.2.2", |
228 | 230 | "vitest-fetch-mock": "^0.2.2", |
229 | 231 | "vue-tsc": "1.8.27", |
| 232 | + "wait-on": "^7.2.0", |
230 | 233 | "wast-loader": "^1.11.5", |
231 | 234 | "webpack": "^5.90.0", |
232 | 235 | "webpack-virtual-modules": "0.6.1", |
233 | 236 | "whatwg-fetch": "^3.6.2", |
234 | | - "yargs": "^17.7.2", |
235 | | - "pidusage": "3.0.2", |
236 | | - "@types/pidusage": "2.0.5" |
| 237 | + "yargs": "^17.7.2" |
237 | 238 | }, |
238 | 239 | "config": { |
239 | 240 | "commitizen": { |
|
0 commit comments