|
28 | 28 | "test": "NODE_DISABLE_COLORS=1 tap --no-coverage --no-esm test/output/**/*.test.mjs",
|
29 | 29 | "build": "rollup -c; chmod a+x dist/filesize",
|
30 | 30 | "try": "./dist/filesize",
|
31 |
| - "release": "np --no-2fa", |
| 31 | + "release": "np --no-2fa --any-branch", |
32 | 32 | "prepublishOnly": "yarn npm-run-all clean build"
|
33 | 33 | },
|
34 | 34 | "dependencies": {
|
35 | 35 | "@kristoferbaxter/async": "1.0.0",
|
36 | 36 | "@kristoferbaxter/kleur": "4.0.2",
|
37 | 37 | "bytes": "3.1.0",
|
38 |
| - "fast-glob": "3.2.2", |
39 |
| - "mri": "1.1.5" |
| 38 | + "fast-glob": "3.2.5", |
| 39 | + "mri": "1.1.6" |
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 | 42 | "@ampproject/rollup-plugin-closure-compiler": "0.26.0",
|
43 |
| - "@rollup/plugin-commonjs": "13.0.0", |
44 |
| - "@rollup/plugin-node-resolve": "8.0.1", |
45 |
| - "@rollup/plugin-typescript": "3.1.1", |
| 43 | + "@rollup/plugin-commonjs": "17.1.0", |
| 44 | + "@rollup/plugin-node-resolve": "11.1.1", |
| 45 | + "@rollup/plugin-typescript": "8.1.1", |
46 | 46 | "@types/bytes": "3.1.0",
|
47 | 47 | "@types/mri": "1.1.0",
|
48 |
| - "@types/node": "14.0.13", |
49 |
| - "@types/tap": "14.10.0", |
| 48 | + "@types/node": "14.14.25", |
| 49 | + "@types/tap": "14.10.2", |
50 | 50 | "np": "https://github.com/pixelastic/np/tarball/c3ab2e3b053c7da0ce40a572ca1616273ac080f8",
|
51 | 51 | "npm-run-all": "4.1.5",
|
52 |
| - "prettier": "2.0.5", |
| 52 | + "prettier": "2.2.1", |
53 | 53 | "rimraf": "3.0.2",
|
54 |
| - "rollup": "2.15.0", |
55 |
| - "tap": "14.10.7", |
56 |
| - "tslib": "2.0.0", |
57 |
| - "typescript": "3.9.5", |
| 54 | + "rollup": "2.38.5", |
| 55 | + "tap": "14.11.0", |
| 56 | + "tslib": "2.1.0", |
| 57 | + "typescript": "4.1.3", |
58 | 58 | "typescript-esm": "1.0.1"
|
59 | 59 | },
|
60 | 60 | "volta": {
|
61 |
| - "node": "14.4.0", |
62 |
| - "yarn": "1.22.4" |
| 61 | + "node": "14.15.4", |
| 62 | + "yarn": "1.22.10" |
63 | 63 | },
|
64 | 64 | "filesize": {
|
65 | 65 | "track": [
|
|
0 commit comments