|
41 | 41 | "@types/react": "^17.0.2",
|
42 | 42 | "@types/react-dom": "^17.0.1",
|
43 | 43 | "@types/react-redux": "^7.1.2",
|
44 |
| - "@typescript-eslint/eslint-plugin": "^4.16.1", |
45 |
| - "@typescript-eslint/parser": "^4.16.1", |
| 44 | + "@typescript-eslint/eslint-plugin": "^5.9.0", |
| 45 | + "@typescript-eslint/parser": "^5.9.0", |
46 | 46 | "autoprefixer": "^10.2.4",
|
47 | 47 | "babel-loader": "^8.0.0",
|
48 | 48 | "babel-plugin-lodash": "^3.3.4",
|
49 | 49 | "basename": "^0.1.2",
|
50 | 50 | "compression-webpack-plugin": "^9.0.0",
|
51 |
| - "copy-webpack-plugin": "^9.0.0", |
| 51 | + "copy-webpack-plugin": "^10.0.0", |
52 | 52 | "css-loader": "^6.0.0",
|
53 |
| - "eslint": "^7.4.0", |
| 53 | + "eslint": "^8.6.0", |
54 | 54 | "eslint-plugin-react": "^7.14.3",
|
55 | 55 | "eslint-plugin-react-hooks": "^4.0.0",
|
56 | 56 | "glob": "^7.0.5",
|
|
61 | 61 | "normalize.css": "^8.0.0",
|
62 | 62 | "postcss": "^8.2.7",
|
63 | 63 | "postcss-loader": "^6.1.0",
|
64 |
| - "postcss-nesting": "^8.0.1", |
| 64 | + "postcss-nesting": "^10.1.1", |
65 | 65 | "postcss-simple-vars": "^6.0.3",
|
66 | 66 | "prettier": "^2.2.1",
|
67 |
| - "stylelint": "^13.12.0", |
| 67 | + "stylelint": "^14.2.0", |
68 | 68 | "stylelint-config-css-modules": "^2.2.0",
|
69 | 69 | "stylelint-config-idiomatic-order": "^8.1.0",
|
70 | 70 | "stylelint-config-prettier": "^9.0.3",
|
71 |
| - "stylelint-config-standard": "^22.0.0", |
| 71 | + "stylelint-config-standard": "^24.0.0", |
| 72 | + "ts-essentials": "^9.0.0", |
72 | 73 | "ts-jest": "^27.0.0",
|
73 | 74 | "ts-loader": "^9.2.3",
|
74 | 75 | "typescript": "^4.2.2",
|
|
77 | 78 | "webpack-cli": "^4.5.0"
|
78 | 79 | },
|
79 | 80 | "engines": {
|
80 |
| - "node": "^14.15.1" |
| 81 | + "node": "^14.18.2" |
81 | 82 | },
|
82 | 83 | "scripts": {
|
83 | 84 | "test": "jest",
|
|
0 commit comments