|
44 | 44 | "@babel/preset-env": "7.9.0",
|
45 | 45 | "@babel/preset-react": "7.9.4",
|
46 | 46 | "@babel/preset-typescript": "7.9.0",
|
47 |
| - "@hot-loader/react-dom": "16.13.0", |
48 |
| - "@storybook/addon-actions": "5.3.17", |
49 |
| - "@storybook/addon-knobs": "5.3.17", |
50 |
| - "@storybook/addon-links": "5.3.17", |
51 |
| - "@storybook/addons": "5.3.17", |
52 |
| - "@storybook/cli": "5.3.17", |
53 |
| - "@storybook/react": "5.3.17", |
54 |
| - "@types/clean-webpack-plugin": "0.1.3", |
55 |
| - "@types/copy-webpack-plugin": "5.0.0", |
56 |
| - "@types/faker": "4.1.11", |
57 |
| - "@types/file-loader": "4.2.0", |
| 47 | + "@hot-loader/react-dom": "17.0.2", |
| 48 | + "@storybook/addon-actions": "8.5.1", |
| 49 | + "@storybook/addon-knobs": "8.0.1", |
| 50 | + "@storybook/addon-links": "8.5.1", |
| 51 | + "@storybook/addons": "7.6.17", |
| 52 | + "@storybook/cli": "8.5.1", |
| 53 | + "@storybook/react": "8.5.1", |
| 54 | + "@types/clean-webpack-plugin": "2.0.2", |
| 55 | + "@types/copy-webpack-plugin": "10.1.3", |
| 56 | + "@types/faker": "6.6.11", |
| 57 | + "@types/file-loader": "5.0.4", |
58 | 58 | "@types/html-webpack-plugin": "3.2.2",
|
59 |
| - "@types/jest": "25.1.4", |
60 |
| - "@types/mini-css-extract-plugin": "0.9.1", |
61 |
| - "@types/react": "16.9.26", |
62 |
| - "@types/react-dom": "16.9.5", |
| 59 | + "@types/jest": "29.5.14", |
| 60 | + "@types/mini-css-extract-plugin": "2.5.1", |
| 61 | + "@types/react": "19.0.8", |
| 62 | + "@types/react-dom": "19.0.3", |
63 | 63 | "@types/react-router": "5.1.4",
|
64 | 64 | "@types/react-router-dom": "5.1.3",
|
65 |
| - "@types/react-test-renderer": "16.9.2", |
| 65 | + "@types/react-test-renderer": "19.0.0", |
66 | 66 | "@types/styled-components": "5.0.1",
|
67 |
| - "@types/webpack": "4.41.8", |
68 |
| - "@types/webpack-dev-server": "3.10.1", |
69 |
| - "@typescript-eslint/eslint-plugin": "2.25.0", |
70 |
| - "@typescript-eslint/parser": "2.25.0", |
| 67 | + "@types/webpack": "5.28.5", |
| 68 | + "@types/webpack-dev-server": "4.7.2", |
| 69 | + "@typescript-eslint/eslint-plugin": "8.21.0", |
| 70 | + "@typescript-eslint/parser": "8.21.0", |
71 | 71 | "awesome-typescript-loader": "5.2.1",
|
72 | 72 | "babel-core": "6.26.3",
|
73 |
| - "babel-loader": "8.1.0", |
| 73 | + "babel-loader": "9.2.1", |
74 | 74 | "babel-plugin-react-remove-properties": "0.3.0",
|
75 | 75 | "babel-runtime": "6.26.0",
|
76 |
| - "clean-webpack-plugin": "3.0.0", |
77 |
| - "copy-webpack-plugin": "5.1.1", |
78 |
| - "css-loader": "3.4.2", |
79 |
| - "eslint": "6.8.0", |
80 |
| - "eslint-config-airbnb": "18.1.0", |
81 |
| - "eslint-config-prettier": "6.10.1", |
| 76 | + "clean-webpack-plugin": "4.0.0", |
| 77 | + "copy-webpack-plugin": "12.0.2", |
| 78 | + "css-loader": "7.1.2", |
| 79 | + "eslint": "9.19.0", |
| 80 | + "eslint-config-airbnb": "19.0.4", |
| 81 | + "eslint-config-prettier": "10.0.1", |
82 | 82 | "eslint-plugin-import": "2.20.1",
|
83 | 83 | "eslint-plugin-jsx-a11y": "6.2.3",
|
84 |
| - "eslint-plugin-prettier": "3.1.2", |
| 84 | + "eslint-plugin-prettier": "5.2.3", |
85 | 85 | "eslint-plugin-react": "7.19.0",
|
86 |
| - "eslint-plugin-react-hooks": "2.5.1", |
87 |
| - "faker": "4.1.0", |
| 86 | + "eslint-plugin-react-hooks": "5.1.0", |
| 87 | + "faker": "6.6.6", |
88 | 88 | "file-loader": "6.0.0",
|
89 |
| - "html-loader": "0.5.5", |
90 |
| - "html-webpack-plugin": "3.2.0", |
91 |
| - "husky": "4.2.3", |
92 |
| - "jest": "25.2.3", |
93 |
| - "less": "3.11.1", |
94 |
| - "less-loader": "5.0.0", |
95 |
| - "lint-staged": "10.0.9", |
96 |
| - "mini-css-extract-plugin": "0.9.0", |
97 |
| - "prettier": "1.19.1", |
98 |
| - "react-test-renderer": "16.13.1", |
99 |
| - "style-loader": "1.1.3", |
100 |
| - "ts-jest": "25.2.1", |
101 |
| - "ts-node": "8.8.1", |
102 |
| - "typescript": "3.8.3", |
103 |
| - "webpack": "4.42.1", |
104 |
| - "webpack-cli": "3.3.11", |
105 |
| - "webpack-dev-server": "3.10.3" |
| 89 | + "html-loader": "5.1.0", |
| 90 | + "html-webpack-plugin": "5.6.3", |
| 91 | + "husky": "9.1.7", |
| 92 | + "jest": "29.7.0", |
| 93 | + "less": "4.2.2", |
| 94 | + "less-loader": "12.2.0", |
| 95 | + "lint-staged": "15.4.2", |
| 96 | + "mini-css-extract-plugin": "2.9.2", |
| 97 | + "prettier": "3.4.2", |
| 98 | + "react-test-renderer": "19.0.0", |
| 99 | + "style-loader": "4.0.0", |
| 100 | + "ts-jest": "29.2.5", |
| 101 | + "ts-node": "10.9.2", |
| 102 | + "typescript": "5.7.3", |
| 103 | + "webpack": "5.97.1", |
| 104 | + "webpack-cli": "6.0.1", |
| 105 | + "webpack-dev-server": "5.2.0" |
106 | 106 | },
|
107 | 107 | "jest": {
|
108 | 108 | "collectCoverage": true,
|
|
138 | 138 | ]
|
139 | 139 | },
|
140 | 140 | "resolutions": {
|
141 |
| - "@types/react": "16.9.26", |
142 |
| - "@types/react-dom": "16.9.14" |
| 141 | + "@types/react": "19.0.8", |
| 142 | + "@types/react-dom": "19.0.3" |
143 | 143 | }
|
144 | 144 | }
|
0 commit comments