|
5 | 5 | "packages/*"
|
6 | 6 | ],
|
7 | 7 | "scripts": {
|
8 |
| - "build:all": "lerna run build --parallel", |
9 |
| - "build:many": "lerna run build --parallel --scope ${0:-'{@algolia/*,algoliasearch}'}", |
10 |
| - "clean": "lerna run clean --parallel", |
| 8 | + "build:all": "lerna run build ", |
| 9 | + "build:many": "lerna run build --scope ${0:-'{@algolia/*,algoliasearch}'}", |
| 10 | + "clean": "lerna run clean", |
11 | 11 | "release:bump": "lerna version ${0:-patch} --no-changelog --no-git-tag-version --no-push --exact --force-publish --yes",
|
12 | 12 | "release:publish": "ts-node --project tsconfig.script.json scripts/publish.ts",
|
13 | 13 | "test:lint": "eslint . --ext .js,.ts",
|
|
22 | 22 | "@babel/runtime": "7.18.9",
|
23 | 23 | "@rollup/plugin-babel": "5.3.1",
|
24 | 24 | "@rollup/plugin-node-resolve": "13.3.0",
|
25 |
| - "@types/jest": "28.1.6", |
| 25 | + "@types/jest": "28.1.7", |
26 | 26 | "@types/node": "16.11.47",
|
27 | 27 | "@types/rollup-plugin-node-globals": "1.4.1",
|
28 | 28 | "@types/semver": "7.3.10",
|
29 | 29 | "bundlesize2": "0.0.31",
|
30 | 30 | "execa": "5.1.1",
|
31 |
| - "lerna": "5.3.0", |
| 31 | + "lerna": "5.4.3", |
32 | 32 | "nx": "14.5.4",
|
33 |
| - "rollup": "2.77.2", |
| 33 | + "rollup": "2.78.1", |
34 | 34 | "rollup-plugin-node-globals": "1.4.0",
|
35 | 35 | "rollup-plugin-terser": "7.0.2",
|
36 | 36 | "rollup-plugin-typescript2": "0.32.1",
|
|
0 commit comments