|
25 | 25 | "ts:watch": "npm run ts -- --watch",
|
26 | 26 | "build:types": "tsc --emitDeclarationOnly",
|
27 | 27 | "prettier": "npx prettier --write \"./**/*.{ts,tsx,js,jsx,json,md}\"",
|
| 28 | + "up": "yarn upgrade-interactive --latest", |
28 | 29 | "---------- DEVELOPMENT -------------------------------------": "",
|
29 | 30 | "prewatch": "npm run clean && npm run build:types",
|
30 | 31 | "watch": "rollup -cw",
|
|
52 | 53 | ],
|
53 | 54 | "dependencies": {
|
54 | 55 | "colors": "1.4.0",
|
55 |
| - "enquirer": "2.3.5", |
| 56 | + "enquirer": "2.3.6", |
56 | 57 | "path-exists": "4.0.0",
|
57 |
| - "recursive-copy": "2.0.10", |
| 58 | + "recursive-copy": "2.0.11", |
58 | 59 | "replace-string": "3.1.0",
|
59 |
| - "through2": "3.0.1", |
60 |
| - "yargs": "15.3.1" |
| 60 | + "through2": "4.0.2", |
| 61 | + "yargs": "16.2.0" |
61 | 62 | },
|
62 | 63 | "license": "MIT",
|
63 | 64 | "devDependencies": {
|
64 |
| - "@babel/core": "7.9.6", |
65 |
| - "@babel/plugin-proposal-class-properties": "7.8.3", |
66 |
| - "@babel/plugin-proposal-object-rest-spread": "7.9.6", |
67 |
| - "@babel/plugin-transform-runtime": "7.9.6", |
68 |
| - "@babel/preset-env": "7.9.6", |
69 |
| - "@babel/preset-typescript": "7.9.0", |
70 |
| - "@babel/runtime": "7.9.6", |
71 |
| - "@types/jest": "25.2.3", |
| 65 | + "@babel/core": "7.13.16", |
| 66 | + "@babel/plugin-proposal-class-properties": "7.13.0", |
| 67 | + "@babel/plugin-proposal-object-rest-spread": "7.13.8", |
| 68 | + "@babel/plugin-transform-runtime": "7.13.15", |
| 69 | + "@babel/preset-env": "7.13.15", |
| 70 | + "@babel/preset-typescript": "7.13.0", |
| 71 | + "@babel/runtime": "7.13.17", |
| 72 | + "@types/jest": "26.0.22", |
72 | 73 | "@types/path-exists": "4.0.2",
|
73 | 74 | "@types/replace-string": "3.0.0",
|
74 | 75 | "@types/through2": "2.0.36",
|
75 |
| - "@types/yargs": "15.0.5", |
| 76 | + "@types/yargs": "16.0.1", |
76 | 77 | "husky": "4.2.5",
|
77 |
| - "jest": "26.0.1", |
78 |
| - "prettier": "2.0.5", |
79 |
| - "pretty-quick": "2.0.1", |
| 78 | + "jest": "26.6.3", |
| 79 | + "prettier": "2.2.1", |
| 80 | + "pretty-quick": "3.1.0", |
80 | 81 | "rimraf": "3.0.2",
|
81 |
| - "rollup": "2.10.8", |
| 82 | + "rollup": "2.45.2", |
82 | 83 | "rollup-plugin-babel": "4.4.0",
|
83 | 84 | "rollup-plugin-commonjs": "10.1.0",
|
84 | 85 | "rollup-plugin-node-resolve": "5.2.0",
|
85 |
| - "ts-jest": "26.0.0", |
86 |
| - "tslib": "2.0.0", |
87 |
| - "tslint": "6.1.2", |
| 86 | + "ts-jest": "26.5.5", |
| 87 | + "tslib": "2.2.0", |
| 88 | + "tslint": "6.1.3", |
88 | 89 | "tslint-config-prettier": "1.18.0",
|
89 |
| - "typedoc": "0.17.7", |
90 |
| - "typescript": "3.9.3" |
| 90 | + "typedoc": "0.20.35", |
| 91 | + "typescript": "4.2.4" |
91 | 92 | },
|
92 | 93 | "author": {
|
93 | 94 | "name": "Robert S. (codeBelt)",
|
|
0 commit comments