|
26 | 26 | "./help": "./dist/optionz.help.js"
|
27 | 27 | },
|
28 | 28 | "dependencies": {
|
29 |
| - "@proc7ts/primitives": "^2.2.0", |
| 29 | + "@proc7ts/primitives": "^3.0.0", |
30 | 30 | "string-width": "^5.0.0",
|
31 | 31 | "wrap-ansi": "^8.0.0"
|
32 | 32 | },
|
|
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 | 42 | "@jest/globals": "^27.0.1",
|
43 |
| - "@rollup/plugin-commonjs": "^19.0.0", |
44 |
| - "@rollup/plugin-node-resolve": "^13.0.0", |
45 | 43 | "@run-z/eslint-config": "^1.2.1",
|
46 |
| - "@run-z/rollup-helpers": "^1.1.0", |
| 44 | + "@run-z/rollup-helpers": "^1.1.1", |
47 | 45 | "@types/node": "^12.20.13",
|
48 | 46 | "@types/wrap-ansi": "^8.0.0",
|
49 | 47 | "@typescript-eslint/eslint-plugin": "^4.25.0",
|
|
56 | 54 | "jest-junit": "^12.1.0",
|
57 | 55 | "jest-mock": "^27.0.1",
|
58 | 56 | "rollup": "^2.50.2",
|
59 |
| - "rollup-plugin-flat-dts": "^1.2.1", |
| 57 | + "rollup-plugin-flat-dts": "^1.2.2", |
60 | 58 | "rollup-plugin-sourcemaps": "^0.6.3",
|
61 | 59 | "rollup-plugin-typescript2": "^0.30.0",
|
62 | 60 | "run-z": "=1.7.2-bootstrap",
|
|
69 | 67 | },
|
70 | 68 | "scripts": {
|
71 | 69 | "all": "run-z build,lint,test",
|
72 |
| - "bootstrap": "rollup --config rollup.config.js", |
| 70 | + "bootstrap": "rollup -c", |
73 | 71 | "build": "run-z +z bootstrap",
|
74 | 72 | "ci:all": "run-z all +test/--ci/--runInBand",
|
75 | 73 | "clean": "run-z +z --then shx rm -rf 'index.d.ts?(.map)' '*/index.d.ts?(.map)' dist target",
|
|
0 commit comments