|
47 | 47 | "license": "MIT",
|
48 | 48 | "devDependencies": {
|
49 | 49 | "@babel/core": "7.2.2",
|
50 |
| - "@babel/plugin-proposal-class-properties": "7.2.3", |
51 |
| - "@babel/plugin-proposal-object-rest-spread": "7.2.0", |
| 50 | + "@babel/plugin-proposal-class-properties": "7.3.0", |
| 51 | + "@babel/plugin-proposal-object-rest-spread": "7.3.1", |
52 | 52 | "@babel/plugin-transform-runtime": "7.2.0",
|
53 |
| - "@babel/preset-env": "7.2.3", |
| 53 | + "@babel/preset-env": "7.3.1", |
54 | 54 | "@babel/preset-typescript": "7.1.0",
|
55 |
| - "@babel/runtime": "7.2.0", |
56 |
| - "@types/jest": "23.3.12", |
| 55 | + "@babel/runtime": "7.3.1", |
| 56 | + "@types/jest": "23.3.13", |
57 | 57 | "husky": "1.3.1",
|
58 |
| - "jest": "23.6.0", |
59 |
| - "prettier": "1.15.3", |
60 |
| - "pretty-quick": "1.8.0", |
| 58 | + "jest": "24.0.0", |
| 59 | + "prettier": "1.16.2", |
| 60 | + "pretty-quick": "1.10.0", |
61 | 61 | "rimraf": "2.6.3",
|
62 |
| - "rollup": "1.0.2", |
63 |
| - "rollup-plugin-babel": "4.2.0", |
| 62 | + "rollup": "1.1.2", |
| 63 | + "rollup-plugin-babel": "4.3.2", |
64 | 64 | "rollup-plugin-commonjs": "9.2.0",
|
65 | 65 | "rollup-plugin-node-resolve": "4.0.0",
|
66 |
| - "rollup-plugin-uglify": "6.0.1", |
| 66 | + "rollup-plugin-uglify": "6.0.2", |
67 | 67 | "ts-jest": "23.10.5",
|
68 | 68 | "tslib": "1.9.3",
|
69 |
| - "tslint": "5.12.0", |
| 69 | + "tslint": "5.12.1", |
70 | 70 | "tslint-config-prettier": "1.17.0",
|
71 |
| - "typescript": "3.2.2" |
| 71 | + "typescript": "3.2.4" |
72 | 72 | },
|
73 | 73 | "author": {
|
74 | 74 | "name": "Robert S. (codeBelt)",
|
|
0 commit comments