|
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 | 50 | "@babel/core": "7.13.13",
|
51 |
| - "@storybook/addon-actions": "6.1.21", |
52 |
| - "@storybook/addon-knobs": "6.1.21", |
53 |
| - "@storybook/addon-links": "6.1.21", |
54 |
| - "@storybook/addon-viewport": "6.1.21", |
55 |
| - "@storybook/addons": "6.1.21", |
56 |
| - "@storybook/cli": "6.1.21", |
57 |
| - "@storybook/react": "6.1.21", |
58 |
| - "@testing-library/react-hooks": "4.0.1", |
| 51 | + "@storybook/addon-actions": "8.6.4", |
| 52 | + "@storybook/addon-knobs": "8.0.1", |
| 53 | + "@storybook/addon-links": "8.6.4", |
| 54 | + "@storybook/addon-viewport": "8.6.4", |
| 55 | + "@storybook/addons": "7.6.17", |
| 56 | + "@storybook/cli": "8.6.4", |
| 57 | + "@storybook/react": "8.6.4", |
| 58 | + "@testing-library/react-hooks": "8.0.1", |
59 | 59 | "@types/enzyme": "3.10.8",
|
60 | 60 | "@types/enzyme-adapter-react-16": "1.0.6",
|
61 |
| - "@types/faker": "5.1.7", |
62 |
| - "@types/jest": "26.0.22", |
63 |
| - "@types/marked": "1.2.2", |
64 |
| - "@types/node": "14.14.37", |
65 |
| - "@types/node-emoji": "1.8.1", |
| 61 | + "@types/faker": "6.6.11", |
| 62 | + "@types/jest": "29.5.14", |
| 63 | + "@types/marked": "6.0.0", |
| 64 | + "@types/node": "22.13.10", |
| 65 | + "@types/node-emoji": "2.1.0", |
66 | 66 | "@types/prismjs": "1.16.4",
|
67 |
| - "@types/react": "16.14.5", |
68 |
| - "@types/react-dom": "16.9.12", |
| 67 | + "@types/react": "19.0.10", |
| 68 | + "@types/react-dom": "19.0.4", |
69 | 69 | "@types/react-hot-loader": "4.1.1",
|
70 | 70 | "@types/react-router-dom": "5.1.7",
|
71 | 71 | "@types/react-scroll": "1.8.2",
|
72 | 72 | "@types/webpack-env": "1.16.0",
|
73 |
| - "@typescript-eslint/eslint-plugin": "4.19.0", |
74 |
| - "@typescript-eslint/parser": "4.19.0", |
75 |
| - "babel-loader": "8.2.2", |
| 73 | + "@typescript-eslint/eslint-plugin": "8.26.1", |
| 74 | + "@typescript-eslint/parser": "8.26.1", |
| 75 | + "babel-loader": "10.0.0", |
76 | 76 | "enzyme": "3.11.0",
|
77 | 77 | "enzyme-adapter-react-16": "1.15.6",
|
78 |
| - "eslint": "7.23.0", |
79 |
| - "eslint-config-prettier": "7.2.0", |
| 78 | + "eslint": "9.22.0", |
| 79 | + "eslint-config-prettier": "10.1.1", |
80 | 80 | "eslint-plugin-import": "2.22.1",
|
81 |
| - "eslint-plugin-prettier": "3.3.1", |
| 81 | + "eslint-plugin-prettier": "5.2.3", |
82 | 82 | "eslint-plugin-react": "7.23.1",
|
83 |
| - "eslint-plugin-react-hooks": "4.2.0", |
84 |
| - "faker": "5.5.1", |
85 |
| - "husky": "4.3.8", |
86 |
| - "jest": "26.6.3", |
| 83 | + "eslint-plugin-react-hooks": "5.2.0", |
| 84 | + "faker": "6.6.6", |
| 85 | + "husky": "9.1.7", |
| 86 | + "jest": "29.7.0", |
87 | 87 | "jest-enzyme": "7.1.2",
|
88 |
| - "lint-staged": "10.5.4", |
| 88 | + "lint-staged": "15.5.0", |
89 | 89 | "markdownlint-cli": "0.27.1",
|
90 | 90 | "npm-run-all": "4.1.5",
|
91 |
| - "prettier": "2.2.1", |
| 91 | + "prettier": "3.5.3", |
92 | 92 | "reg-cli": "0.17.0",
|
93 |
| - "serve": "11.3.2", |
94 |
| - "storycap": "3.0.3", |
95 |
| - "style-loader": "2.0.0", |
| 93 | + "serve": "14.2.4", |
| 94 | + "storycap": "5.0.1", |
| 95 | + "style-loader": "4.0.0", |
96 | 96 | "ts-config-webpack-plugin": "2.0.0",
|
97 |
| - "ts-jest": "26.5.4", |
98 |
| - "typescript": "4.2.3" |
| 97 | + "ts-jest": "29.2.6", |
| 98 | + "typescript": "5.8.2" |
99 | 99 | },
|
100 | 100 | "resolutions": {
|
101 |
| - "@types/react": "16.14.47", |
102 |
| - "@types/react-dom": "16.9.20", |
| 101 | + "@types/react": "19.0.10", |
| 102 | + "@types/react-dom": "19.0.4", |
103 | 103 | "@types/hoist-non-react-statics": "3.3.6"
|
104 | 104 | },
|
105 | 105 | "jest": {
|
|
0 commit comments