|
24 | 24 | "type-check": "tsc --noEmit", |
25 | 25 | "type-check:watch": "npm run type-check -- --watch", |
26 | 26 | "build:types": "tsc --emitDeclarationOnly", |
| 27 | + "prettier": "npx prettier --write \"./**/*.{ts,tsx,js,jsx,json,md}\"", |
27 | 28 | "---------- DEVELOPMENT -------------------------------------": "", |
28 | 29 | "prewatch": "npm run clean && npm run build:types", |
29 | 30 | "watch": "rollup -cw", |
|
59 | 60 | }, |
60 | 61 | "license": "MIT", |
61 | 62 | "devDependencies": { |
62 | | - "@babel/core": "7.8.4", |
| 63 | + "@babel/core": "7.9.0", |
63 | 64 | "@babel/plugin-proposal-class-properties": "7.8.3", |
64 | | - "@babel/plugin-proposal-object-rest-spread": "7.8.3", |
65 | | - "@babel/plugin-transform-runtime": "7.8.3", |
66 | | - "@babel/preset-env": "7.8.4", |
67 | | - "@babel/preset-typescript": "7.8.3", |
68 | | - "@babel/runtime": "7.8.4", |
69 | | - "@types/jest": "25.1.3", |
| 65 | + "@babel/plugin-proposal-object-rest-spread": "7.9.0", |
| 66 | + "@babel/plugin-transform-runtime": "7.9.0", |
| 67 | + "@babel/preset-env": "7.9.0", |
| 68 | + "@babel/preset-typescript": "7.9.0", |
| 69 | + "@babel/runtime": "7.9.2", |
| 70 | + "@types/jest": "25.1.4", |
70 | 71 | "@types/lodash.get": "4.4.6", |
71 | 72 | "@types/path-exists": "4.0.2", |
72 | 73 | "@types/replace-string": "3.0.0", |
73 | 74 | "@types/through2": "2.0.34", |
74 | 75 | "husky": "4.2.3", |
75 | 76 | "jest": "25.1.0", |
76 | | - "prettier": "1.19.1", |
| 77 | + "prettier": "2.0.1", |
77 | 78 | "pretty-quick": "2.0.1", |
78 | 79 | "rimraf": "3.0.2", |
79 | | - "rollup": "1.31.1", |
80 | | - "rollup-plugin-babel": "4.3.3", |
| 80 | + "rollup": "2.1.0", |
| 81 | + "rollup-plugin-babel": "4.4.0", |
81 | 82 | "rollup-plugin-commonjs": "10.1.0", |
82 | 83 | "rollup-plugin-node-resolve": "5.2.0", |
83 | 84 | "ts-jest": "25.2.1", |
84 | | - "tslib": "1.10.0", |
85 | | - "tslint": "6.0.0", |
| 85 | + "tslib": "1.11.1", |
| 86 | + "tslint": "6.1.0", |
86 | 87 | "tslint-config-prettier": "1.18.0", |
87 | | - "typedoc": "0.16.10", |
88 | | - "typescript": "3.7.5" |
| 88 | + "typedoc": "0.17.3", |
| 89 | + "typescript": "3.8.3" |
89 | 90 | }, |
90 | 91 | "author": { |
91 | 92 | "name": "Robert S. (codeBelt)", |
|
0 commit comments