|
18 | 18 | "prepublishOnly": "npm run-script build",
|
19 | 19 | "test": "npm run-script build && ava"
|
20 | 20 | },
|
21 |
| - "optionalDependencies": { |
22 |
| - "kaba-scss": "^3.3.5", |
23 |
| - "webpack-bundle-analyzer": "^3.6.0" |
24 |
| - }, |
| 21 | + "optionalDependencies": {}, |
25 | 22 | "dependencies": {
|
26 |
| - "@babel/core": "^7.8.4", |
| 23 | + "@babel/core": "^7.9.0", |
27 | 24 | "@becklyn/typescript-error-formatter": "^1.0.4",
|
28 |
| - "babel-eslint": "^10.0.3", |
29 |
| - "babel-loader": "^8.0.6", |
| 25 | + "babel-eslint": "^10.1.0", |
| 26 | + "babel-loader": "^8.1.0", |
30 | 27 | "clean-webpack-plugin": "^3.0.0",
|
31 |
| - "core-js": "^3.6.4", |
| 28 | + "core-js": "^3.6.5", |
32 | 29 | "duplicate-package-checker-webpack-plugin": "^3.0.0",
|
33 | 30 | "eslint": "^6.8.0",
|
34 |
| - "eslint-loader": "^3.0.3", |
35 |
| - "eslint-plugin-jsdoc": "^21.0.0", |
36 |
| - "eslint-plugin-react": "^7.18.3", |
37 |
| - "eslint-plugin-react-hooks": "^2.3.0", |
38 |
| - "fs-extra": "^8.1.0", |
| 31 | + "eslint-loader": "^4.0.0", |
| 32 | + "eslint-plugin-jsdoc": "^23.0.0", |
| 33 | + "eslint-plugin-react": "^7.19.0", |
| 34 | + "eslint-plugin-react-hooks": "^3.0.0", |
| 35 | + "fs-extra": "^9.0.0", |
39 | 36 | "kaba-babel-preset": "^4.1.2",
|
40 | 37 | "kleur": "^3.0.3",
|
41 | 38 | "postcss-loader": "^3.0.0",
|
42 | 39 | "pretty-hrtime": "^1.0.3",
|
43 | 40 | "progress-bar-webpack-plugin": "^2.1.0",
|
44 |
| - "raw-loader": "^4.0.0", |
45 |
| - "sade": "^1.7.0", |
46 |
| - "style-loader": "^1.1.3", |
47 |
| - "terser-webpack-plugin": "^2.3.4", |
48 |
| - "ts-loader": "^6.2.1", |
49 |
| - "typescript": "^3.7.5", |
50 |
| - "webpack": "^4.41.5" |
| 41 | + "raw-loader": "^4.0.1", |
| 42 | + "sade": "^1.7.3", |
| 43 | + "style-loader": "^1.1.4", |
| 44 | + "terser-webpack-plugin": "^2.3.5", |
| 45 | + "ts-loader": "^7.0.0", |
| 46 | + "typescript": "^3.8.3", |
| 47 | + "webpack": "^4.42.1" |
51 | 48 | },
|
52 | 49 | "devDependencies": {
|
53 | 50 | "@types/terser-webpack-plugin": "^2.2.0",
|
54 | 51 | "ava": "^2.4.0",
|
55 |
| - "kaba-scss": "^3.3.5", |
56 |
| - "webpack-bundle-analyzer": "^3.6.0" |
| 52 | + "kaba-scss": "^3.3.6", |
| 53 | + "webpack-bundle-analyzer": "^3.7.0" |
57 | 54 | },
|
58 | 55 | "engines": {
|
59 | 56 | "node": ">= 12.0"
|
|
0 commit comments