|
60 | 60 | "node": ">=18.0.0"
|
61 | 61 | },
|
62 | 62 | "devDependencies": {
|
63 |
| - "@babel/core": "7.24.0", |
64 |
| - "@babel/preset-env": "7.24.0", |
65 |
| - "@babel/preset-react": "7.23.3", |
66 |
| - "@babel/preset-typescript": "7.23.3", |
| 63 | + "@babel/core": "7.24.3", |
| 64 | + "@babel/preset-env": "7.24.3", |
| 65 | + "@babel/preset-react": "7.24.1", |
| 66 | + "@babel/preset-typescript": "7.24.1", |
67 | 67 | "@ryansonshine/commitizen": "4.2.8",
|
68 | 68 | "@ryansonshine/cz-conventional-changelog": "3.3.4",
|
69 |
| - "@storybook/addon-essentials": "8.0.0", |
70 |
| - "@storybook/addon-interactions": "8.0.0", |
71 |
| - "@storybook/addon-links": "8.0.0", |
| 69 | + "@storybook/addon-essentials": "8.0.5", |
| 70 | + "@storybook/addon-interactions": "8.0.5", |
| 71 | + "@storybook/addon-links": "8.0.5", |
72 | 72 | "@storybook/addon-webpack5-compiler-swc": "1.0.2",
|
73 |
| - "@storybook/blocks": "8.0.0", |
74 |
| - "@storybook/react": "8.0.0", |
75 |
| - "@storybook/react-webpack5": "8.0.0", |
76 |
| - "@storybook/test": "8.0.0", |
| 73 | + "@storybook/blocks": "8.0.5", |
| 74 | + "@storybook/react": "8.0.5", |
| 75 | + "@storybook/react-webpack5": "8.0.5", |
| 76 | + "@storybook/test": "8.0.5", |
77 | 77 | "@testing-library/jest-dom": "6.4.2",
|
78 |
| - "@testing-library/react": "14.2.1", |
79 |
| - "@types/node": "20.11.25", |
80 |
| - "@types/react": "18.2.64", |
81 |
| - "@types/react-dom": "18.2.21", |
| 78 | + "@testing-library/react": "14.2.2", |
| 79 | + "@types/node": "20.12.2", |
| 80 | + "@types/react": "18.2.73", |
| 81 | + "@types/react-dom": "18.2.23", |
82 | 82 | "@types/react-test-renderer": "18.0.7",
|
83 |
| - "@typescript-eslint/eslint-plugin": "7.1.1", |
84 |
| - "@typescript-eslint/parser": "7.1.1", |
| 83 | + "@typescript-eslint/eslint-plugin": "7.4.0", |
| 84 | + "@typescript-eslint/parser": "7.4.0", |
85 | 85 | "@vitejs/plugin-react": "4.2.1",
|
86 |
| - "@vitest/coverage-v8": "1.3.1", |
| 86 | + "@vitest/coverage-v8": "1.4.0", |
87 | 87 | "babel-loader": "9.1.3",
|
88 | 88 | "concurrently": "8.2.2",
|
89 | 89 | "eslint": "8.57.0",
|
|
93 | 93 | "eslint-plugin-jsx-a11y": "6.8.0",
|
94 | 94 | "eslint-plugin-prefer-arrow": "1.2.3",
|
95 | 95 | "eslint-plugin-prettier": "5.1.3",
|
96 |
| - "eslint-plugin-react": "7.34.0", |
| 96 | + "eslint-plugin-react": "7.34.1", |
97 | 97 | "eslint-plugin-react-hooks": "4.6.0",
|
98 | 98 | "eslint-plugin-sort-class-members": "1.20.0",
|
99 | 99 | "eslint-plugin-storybook": "0.8.0",
|
|
108 | 108 | "react-dom": "18.2.0",
|
109 | 109 | "react-test-renderer": "18.2.0",
|
110 | 110 | "release-it": "17.1.1",
|
111 |
| - "storybook": "8.0.0", |
| 111 | + "storybook": "8.0.5", |
112 | 112 | "ts-node": "10.9.2",
|
113 | 113 | "tsconfig-paths": "4.2.0",
|
114 | 114 | "tsup": "8.0.2",
|
115 | 115 | "tsx": "4.7.1",
|
116 |
| - "typescript": "5.4.2", |
117 |
| - "vitest": "1.3.1" |
| 116 | + "typescript": "5.4.3", |
| 117 | + "vitest": "1.4.0" |
118 | 118 | },
|
119 | 119 | "peerDependencies": {
|
120 | 120 | "react": ">=17",
|
|
0 commit comments