|
23 | 23 | "webpack-bundle-analyzer": "^3.6.0"
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 |
| - "@babel/core": "^7.7.0", |
| 26 | + "@babel/core": "^7.8.3", |
27 | 27 | "@becklyn/typescript-error-formatter": "^1.0.4",
|
28 | 28 | "babel-eslint": "^10.0.3",
|
29 | 29 | "babel-loader": "^8.0.6",
|
30 | 30 | "cache-loader": "^4.1.0",
|
31 | 31 | "clean-webpack-plugin": "^3.0.0",
|
32 |
| - "core-js": "^3.3.6", |
| 32 | + "core-js": "^3.6.4", |
33 | 33 | "duplicate-package-checker-webpack-plugin": "^3.0.0",
|
34 |
| - "eslint": "^6.6.0", |
35 |
| - "eslint-loader": "^3.0.2", |
36 |
| - "eslint-plugin-jsdoc": "^17.1.0", |
37 |
| - "eslint-plugin-react": "^7.16.0", |
38 |
| - "eslint-plugin-react-hooks": "^2.2.0", |
| 34 | + "eslint": "^6.8.0", |
| 35 | + "eslint-loader": "^3.0.3", |
| 36 | + "eslint-plugin-jsdoc": "^20.3.0", |
| 37 | + "eslint-plugin-react": "^7.17.0", |
| 38 | + "eslint-plugin-react-hooks": "^2.3.0", |
39 | 39 | "fs-extra": "^8.1.0",
|
40 | 40 | "kaba-babel-preset": "^4.1.1",
|
41 | 41 | "kleur": "^3.0.3",
|
42 | 42 | "pretty-hrtime": "^1.0.3",
|
43 |
| - "progress-bar-webpack-plugin": "^1.12.1", |
44 |
| - "raw-loader": "^3.1.0", |
45 |
| - "sade": "^1.6.1", |
46 |
| - "terser-webpack-plugin": "^2.2.1", |
| 43 | + "progress-bar-webpack-plugin": "^2.1.0", |
| 44 | + "raw-loader": "^4.0.0", |
| 45 | + "sade": "^1.7.0", |
| 46 | + "terser-webpack-plugin": "^2.3.2", |
47 | 47 | "ts-loader": "^6.2.1",
|
48 |
| - "typescript": "^3.7.2", |
49 |
| - "webpack": "^4.41.2" |
| 48 | + "typescript": "^3.7.4", |
| 49 | + "webpack": "^4.41.5" |
50 | 50 | },
|
51 | 51 | "devDependencies": {
|
52 | 52 | "@types/terser-webpack-plugin": "^2.2.0",
|
|
55 | 55 | "webpack-bundle-analyzer": "^3.6.0"
|
56 | 56 | },
|
57 | 57 | "engines": {
|
58 |
| - "node": ">= 8.0" |
| 58 | + "node": ">= 12.0" |
59 | 59 | },
|
60 | 60 | "ava": {
|
61 | 61 | "files": [
|
|
0 commit comments