|
1 | 1 | {
|
2 | 2 | "name": "@kubit-ui-web/react-components",
|
3 |
| - "version": "1.16.0", |
| 3 | + "version": "1.17.0", |
4 | 4 | "description": "Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience",
|
5 | 5 | "author": {
|
6 | 6 | "name": "Kubit",
|
|
90 | 90 | "@babel/preset-env": "^7.26.0",
|
91 | 91 | "@babel/preset-react": "^7.25.9",
|
92 | 92 | "@babel/preset-typescript": "^7.26.0",
|
93 |
| - "@eslint/compat": "^1.2.2", |
94 |
| - "@eslint/eslintrc": "^3.1.0", |
95 |
| - "@eslint/js": "^9.14.0", |
| 93 | + "@eslint/compat": "^1.2.3", |
| 94 | + "@eslint/eslintrc": "^3.2.0", |
| 95 | + "@eslint/js": "^9.15.0", |
96 | 96 | "@kubit-ui-web/eslint-plugin-no-index-import": "^1.0.2",
|
97 |
| - "@storybook/addon-a11y": "^8.4.2", |
98 |
| - "@storybook/addon-controls": "^8.4.2", |
| 97 | + "@storybook/addon-a11y": "^8.4.4", |
| 98 | + "@storybook/addon-controls": "^8.4.4", |
99 | 99 | "@storybook/addon-coverage": "^1.0.4",
|
100 |
| - "@storybook/addon-essentials": "^8.4.2", |
101 |
| - "@storybook/addon-interactions": "^8.4.2", |
102 |
| - "@storybook/addon-links": "^8.4.2", |
103 |
| - "@storybook/addon-themes": "^8.4.2", |
104 |
| - "@storybook/blocks": "^8.4.2", |
105 |
| - "@storybook/react": "^8.4.2", |
106 |
| - "@storybook/react-vite": "^8.4.2", |
| 100 | + "@storybook/addon-essentials": "^8.4.4", |
| 101 | + "@storybook/addon-interactions": "^8.4.4", |
| 102 | + "@storybook/addon-links": "^8.4.4", |
| 103 | + "@storybook/addon-themes": "^8.4.4", |
| 104 | + "@storybook/blocks": "^8.4.4", |
| 105 | + "@storybook/react": "^8.4.4", |
| 106 | + "@storybook/react-vite": "^8.4.4", |
107 | 107 | "@testing-library/jest-dom": "^6.6.3",
|
108 | 108 | "@testing-library/react": "^16.0.1",
|
109 | 109 | "@testing-library/react-hooks": "^8.0.1",
|
|
116 | 116 | "@types/react-dom": "^18.3.1",
|
117 | 117 | "@types/styled-components": "^5.1.34",
|
118 | 118 | "@types/ungap__structured-clone": "^1.2.0",
|
119 |
| - "@typescript-eslint/eslint-plugin": "^8.13.0", |
120 |
| - "@typescript-eslint/parser": "^8.13.0", |
| 119 | + "@typescript-eslint/eslint-plugin": "^8.14.0", |
| 120 | + "@typescript-eslint/parser": "^8.14.0", |
121 | 121 | "@ungap/structured-clone": "^1.2.0",
|
122 | 122 | "@vitejs/plugin-react": "^4.3.3",
|
123 | 123 | "babel-jest": "^29.7.0",
|
124 | 124 | "cpy-cli": "^5.0.0",
|
125 |
| - "eslint": "^9.14.0", |
| 125 | + "eslint": "^9.15.0", |
126 | 126 | "eslint-config-prettier": "^9.1.0",
|
127 | 127 | "eslint-config-standard-with-typescript": "^43.0.1",
|
128 | 128 | "eslint-import-resolver-typescript": "^3.6.3",
|
129 | 129 | "eslint-plugin-import": "^2.31.0",
|
130 | 130 | "eslint-plugin-jest": "^28.9.0",
|
131 | 131 | "eslint-plugin-jsx-a11y": "^6.10.2",
|
132 |
| - "eslint-plugin-n": "^17.13.1", |
| 132 | + "eslint-plugin-n": "^17.13.2", |
133 | 133 | "eslint-plugin-node": "^11.1.0",
|
134 | 134 | "eslint-plugin-prettier": "5.2.1",
|
135 | 135 | "eslint-plugin-promise": "^7.1.0",
|
|
140 | 140 | "eslint-plugin-unused-imports": "^4.1.4",
|
141 | 141 | "globals": "^15.12.0",
|
142 | 142 | "gts": "^6.0.2",
|
143 |
| - "html-validate": "^8.24.2", |
| 143 | + "html-validate": "^8.25.0", |
144 | 144 | "jest": "^29.7.0",
|
145 | 145 | "jest-axe": "^9.0.0",
|
146 | 146 | "jest-canvas-mock": "^2.5.2",
|
|
152 | 152 | "prettier": "^3.3.3",
|
153 | 153 | "react-transition-group": "^4.4.5",
|
154 | 154 | "sort-imports": "^1.1.0",
|
155 |
| - "storybook": "^8.4.2", |
| 155 | + "storybook": "^8.4.4", |
156 | 156 | "ts-jest": "^29.2.5",
|
157 | 157 | "tsc-alias": "1.8.10",
|
158 | 158 | "typedoc": "^0.26.11",
|
159 | 159 | "typescript": "^5.6.3",
|
160 |
| - "vite": "^5.4.10", |
| 160 | + "vite": "^5.4.11", |
161 | 161 | "vite-tsconfig-paths": "^4.3.2",
|
162 | 162 | "yarn-deduplicate": "^6.0.2"
|
163 | 163 | },
|
|
0 commit comments