|
32 | 32 | "build-storybook": "build-storybook" |
33 | 33 | }, |
34 | 34 | "resolutions": { |
35 | | - "**/@typescript-eslint/eslint-plugin": "4.11.1", |
36 | | - "**/@typescript-eslint/parser": "4.11.1", |
37 | | - "**/typescript": "4.2.3" |
| 35 | + "**/@typescript-eslint/eslint-plugin": "8.4.0", |
| 36 | + "**/@typescript-eslint/parser": "8.4.0", |
| 37 | + "**/typescript": "5.5.4" |
38 | 38 | }, |
39 | 39 | "peerDependencies": { |
40 | 40 | "react": ">=16" |
|
45 | 45 | } |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | | - "@babel/core": "7.13.13", |
49 | | - "@storybook/addon-essentials": "6.4.13", |
| 48 | + "@babel/core": "7.25.2", |
| 49 | + "@storybook/addon-essentials": "8.2.9", |
50 | 50 | "@storybook/addon-info": "5.3.21", |
51 | | - "@storybook/addon-links": "6.1.21", |
52 | | - "@storybook/addons": "6.1.21", |
53 | | - "@storybook/react": "6.4.13", |
54 | | - "@testing-library/react-hooks": "5.1.0", |
55 | | - "@types/react": "17.0.3", |
56 | | - "@types/react-dom": "17.0.3", |
57 | | - "babel-jest": "26.6.3", |
58 | | - "babel-loader": "8.2.2", |
59 | | - "husky": "5.2.0", |
60 | | - "react": "17.0.2", |
61 | | - "react-dom": "17.0.2", |
62 | | - "react-is": "17.0.2", |
| 51 | + "@storybook/addon-links": "8.2.9", |
| 52 | + "@storybook/addons": "7.6.17", |
| 53 | + "@storybook/react": "8.2.9", |
| 54 | + "@testing-library/react-hooks": "8.0.1", |
| 55 | + "@types/react": "18.3.5", |
| 56 | + "@types/react-dom": "18.3.0", |
| 57 | + "babel-jest": "29.7.0", |
| 58 | + "babel-loader": "9.1.3", |
| 59 | + "husky": "9.1.5", |
| 60 | + "react": "18.3.1", |
| 61 | + "react-dom": "18.3.1", |
| 62 | + "react-is": "18.3.1", |
63 | 63 | "tsdx": "0.14.1", |
64 | | - "tslib": "2.1.0", |
65 | | - "typescript": "4.2.3" |
| 64 | + "tslib": "2.7.0", |
| 65 | + "typescript": "5.5.4" |
66 | 66 | } |
67 | 67 | } |
0 commit comments