|
66 | 66 | "@babel/preset-typescript": "7.24.7",
|
67 | 67 | "@ryansonshine/commitizen": "4.2.8",
|
68 | 68 | "@ryansonshine/cz-conventional-changelog": "3.3.4",
|
69 |
| - "@storybook/addon-essentials": "8.1.6", |
70 |
| - "@storybook/addon-interactions": "8.1.6", |
71 |
| - "@storybook/addon-links": "8.1.6", |
72 |
| - "@storybook/addon-webpack5-compiler-swc": "1.0.3", |
73 |
| - "@storybook/blocks": "8.1.6", |
74 |
| - "@storybook/react": "8.1.6", |
75 |
| - "@storybook/react-webpack5": "8.1.6", |
76 |
| - "@storybook/test": "8.1.6", |
77 |
| - "@testing-library/jest-dom": "6.4.5", |
| 69 | + "@storybook/addon-essentials": "8.1.11", |
| 70 | + "@storybook/addon-interactions": "8.1.11", |
| 71 | + "@storybook/addon-links": "8.1.11", |
| 72 | + "@storybook/addon-webpack5-compiler-swc": "1.0.4", |
| 73 | + "@storybook/blocks": "8.1.11", |
| 74 | + "@storybook/react": "8.1.11", |
| 75 | + "@storybook/react-webpack5": "8.1.11", |
| 76 | + "@storybook/test": "8.1.11", |
| 77 | + "@testing-library/jest-dom": "6.4.6", |
78 | 78 | "@testing-library/react": "16.0.0",
|
79 |
| - "@types/node": "20.14.2", |
| 79 | + "@types/node": "20.14.9", |
80 | 80 | "@types/react": "18.3.3",
|
81 | 81 | "@types/react-dom": "18.3.0",
|
82 | 82 | "@types/react-test-renderer": "18.3.0",
|
83 |
| - "@typescript-eslint/eslint-plugin": "7.12.0", |
84 |
| - "@typescript-eslint/parser": "7.12.0", |
| 83 | + "@typescript-eslint/eslint-plugin": "7.14.1", |
| 84 | + "@typescript-eslint/parser": "7.14.1", |
85 | 85 | "@vitest/coverage-v8": "1.6.0",
|
86 | 86 | "babel-loader": "9.1.3",
|
87 | 87 | "concurrently": "8.2.2",
|
88 | 88 | "eslint": "8.57.0",
|
89 | 89 | "eslint-config-airbnb": "19.0.4",
|
90 | 90 | "eslint-config-prettier": "9.1.0",
|
91 | 91 | "eslint-plugin-import": "2.29.1",
|
92 |
| - "eslint-plugin-jsx-a11y": "6.8.0", |
| 92 | + "eslint-plugin-jsx-a11y": "6.9.0", |
93 | 93 | "eslint-plugin-prefer-arrow": "1.2.3",
|
94 | 94 | "eslint-plugin-prettier": "5.1.3",
|
95 |
| - "eslint-plugin-react": "7.34.2", |
| 95 | + "eslint-plugin-react": "7.34.3", |
96 | 96 | "eslint-plugin-react-hooks": "4.6.2",
|
97 | 97 | "eslint-plugin-sort-class-members": "1.20.0",
|
98 | 98 | "eslint-plugin-storybook": "0.8.0",
|
99 | 99 | "eslint-plugin-typescript-sort-keys": "3.2.0",
|
100 | 100 | "eslint-plugin-unused-imports": "3.2.0",
|
101 | 101 | "husky": "9.0.11",
|
102 | 102 | "jsdom": "24.1.0",
|
103 |
| - "lint-staged": "15.2.5", |
104 |
| - "prettier": "3.3.1", |
| 103 | + "lint-staged": "15.2.7", |
| 104 | + "prettier": "3.3.2", |
105 | 105 | "prop-types": "15.8.1",
|
106 | 106 | "react": "18.3.1",
|
107 | 107 | "react-dom": "18.3.1",
|
108 | 108 | "react-test-renderer": "18.3.1",
|
109 |
| - "release-it": "17.3.0", |
110 |
| - "storybook": "8.1.6", |
| 109 | + "release-it": "17.4.1", |
| 110 | + "storybook": "8.1.11", |
111 | 111 | "ts-node": "10.9.2",
|
112 | 112 | "tsconfig-paths": "4.2.0",
|
113 | 113 | "tsup": "8.1.0",
|
114 |
| - "tsx": "4.15.1", |
115 |
| - "typescript": "5.4.5", |
| 114 | + "tsx": "4.16.0", |
| 115 | + "typescript": "5.5.2", |
116 | 116 | "vitest": "1.6.0"
|
117 | 117 | },
|
118 | 118 | "peerDependencies": {
|
|
0 commit comments