|
33 | 33 | "./testing": "./dist/hatsy.testing.js" |
34 | 34 | }, |
35 | 35 | "dependencies": { |
36 | | - "@frontmeans/httongue": "^2.2.0", |
37 | | - "@hatsy/http-header-value": "^3.5.3", |
38 | | - "@proc7ts/primitives": "^2.2.0" |
| 36 | + "@frontmeans/httongue": "^2.3.0", |
| 37 | + "@hatsy/http-header-value": "^3.6.0", |
| 38 | + "@proc7ts/primitives": "^3.0.0" |
39 | 39 | }, |
40 | 40 | "engines": { |
41 | 41 | "node": ">=12" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | 44 | "@jest/globals": "^27.0.1", |
45 | | - "@rollup/plugin-commonjs": "^19.0.0", |
46 | 45 | "@rollup/plugin-node-resolve": "^13.0.0", |
47 | 46 | "@run-z/eslint-config": "^1.2.1", |
48 | | - "@run-z/rollup-helpers": "^1.1.0", |
| 47 | + "@run-z/rollup-helpers": "^1.1.1", |
49 | 48 | "@types/node": "^12.20.13", |
50 | 49 | "@typescript-eslint/eslint-plugin": "^4.25.0", |
51 | 50 | "@typescript-eslint/parser": "^4.25.0", |
|
56 | 55 | "jest-junit": "^12.1.0", |
57 | 56 | "jest-mock": "^27.0.1", |
58 | 57 | "rollup": "^2.50.2", |
59 | | - "rollup-plugin-flat-dts": "^1.2.1", |
| 58 | + "rollup-plugin-flat-dts": "^1.2.2", |
60 | 59 | "rollup-plugin-sourcemaps": "^0.6.3", |
61 | 60 | "rollup-plugin-typescript2": "^0.30.0", |
62 | 61 | "run-z": "^1.7.2", |
|
68 | 67 | }, |
69 | 68 | "scripts": { |
70 | 69 | "all": "run-z build,lint,test", |
71 | | - "build": "run-z +z --then rollup --config ./rollup.config.js", |
| 70 | + "build": "run-z +z --then rollup -c", |
72 | 71 | "ci:all": "run-z all +test/--ci/--runInBand", |
73 | 72 | "clean": "run-z +z --then shx rm -rf 'index.d.ts?(.map)' '*/index.d.ts?(.map)' dist target", |
74 | 73 | "doc": "run-z +z --then typedoc", |
|
0 commit comments