|
1 | 1 | {
|
2 | 2 | "name": "@kubit-ui-web/react-components",
|
3 |
| - "version": "1.16.1", |
| 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",
|
|
87 | 87 | "license": "Apache-2.0",
|
88 | 88 | "devDependencies": {
|
89 | 89 | "@babel/core": "^7.26.0",
|
| 90 | + "@babel/helper-environment-visitor": "^7.24.7", |
| 91 | + "@babel/helper-split-export-declaration": "^7.24.7", |
90 | 92 | "@babel/preset-env": "^7.26.0",
|
91 |
| - "@babel/preset-react": "^7.25.9", |
| 93 | + "@babel/preset-react": "^7.26.3", |
92 | 94 | "@babel/preset-typescript": "^7.26.0",
|
93 |
| - "@eslint/compat": "^1.2.3", |
| 95 | + "@eslint/compat": "^1.2.4", |
94 | 96 | "@eslint/eslintrc": "^3.2.0",
|
95 |
| - "@eslint/js": "^9.15.0", |
| 97 | + "@eslint/js": "^9.16.0", |
96 | 98 | "@kubit-ui-web/eslint-plugin-no-index-import": "^1.0.2",
|
97 |
| - "@storybook/addon-a11y": "^8.4.4", |
98 |
| - "@storybook/addon-controls": "^8.4.4", |
| 99 | + "@storybook/addon-a11y": "^8.4.7", |
| 100 | + "@storybook/addon-controls": "^8.4.7", |
99 | 101 | "@storybook/addon-coverage": "^1.0.4",
|
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", |
| 102 | + "@storybook/addon-essentials": "^8.4.7", |
| 103 | + "@storybook/addon-interactions": "^8.4.7", |
| 104 | + "@storybook/addon-links": "^8.4.7", |
| 105 | + "@storybook/addon-themes": "^8.4.7", |
| 106 | + "@storybook/blocks": "^8.4.7", |
| 107 | + "@storybook/react": "^8.4.7", |
| 108 | + "@storybook/react-vite": "^8.4.7", |
107 | 109 | "@testing-library/jest-dom": "^6.6.3",
|
108 |
| - "@testing-library/react": "^16.0.1", |
| 110 | + "@testing-library/react": "^16.1.0", |
109 | 111 | "@testing-library/react-hooks": "^8.0.1",
|
110 | 112 | "@testing-library/user-event": "^14.5.2",
|
111 | 113 | "@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
112 | 114 | "@types/jest": "^29.5.14",
|
113 | 115 | "@types/jest-axe": "^3.5.9",
|
114 |
| - "@types/mocha": "^10.0.9", |
| 116 | + "@types/mocha": "^10.0.10", |
115 | 117 | "@types/react": "^18.3.12",
|
116 | 118 | "@types/react-dom": "^18.3.1",
|
117 | 119 | "@types/styled-components": "^5.1.34",
|
118 | 120 | "@types/ungap__structured-clone": "^1.2.0",
|
119 |
| - "@typescript-eslint/eslint-plugin": "^8.14.0", |
120 |
| - "@typescript-eslint/parser": "^8.14.0", |
| 121 | + "@typescript-eslint/eslint-plugin": "^8.17.0", |
| 122 | + "@typescript-eslint/parser": "^8.17.0", |
121 | 123 | "@ungap/structured-clone": "^1.2.0",
|
122 |
| - "@vitejs/plugin-react": "^4.3.3", |
| 124 | + "@vitejs/plugin-react": "^4.3.4", |
123 | 125 | "babel-jest": "^29.7.0",
|
124 | 126 | "cpy-cli": "^5.0.0",
|
125 |
| - "eslint": "^9.15.0", |
| 127 | + "eslint": "^9.16.0", |
126 | 128 | "eslint-config-prettier": "^9.1.0",
|
127 | 129 | "eslint-config-standard-with-typescript": "^43.0.1",
|
128 |
| - "eslint-import-resolver-typescript": "^3.6.3", |
| 130 | + "eslint-import-resolver-typescript": "^3.7.0", |
129 | 131 | "eslint-plugin-import": "^2.31.0",
|
130 | 132 | "eslint-plugin-jest": "^28.9.0",
|
131 | 133 | "eslint-plugin-jsx-a11y": "^6.10.2",
|
132 |
| - "eslint-plugin-n": "^17.13.2", |
| 134 | + "eslint-plugin-n": "^17.14.0", |
133 | 135 | "eslint-plugin-node": "^11.1.0",
|
134 | 136 | "eslint-plugin-prettier": "5.2.1",
|
135 |
| - "eslint-plugin-promise": "^7.1.0", |
| 137 | + "eslint-plugin-promise": "^7.2.1", |
136 | 138 | "eslint-plugin-react": "^7.37.2",
|
137 |
| - "eslint-plugin-react-hooks": "^5.0.0", |
138 |
| - "eslint-plugin-react-refresh": "^0.4.14", |
139 |
| - "eslint-plugin-storybook": "^0.11.0", |
| 139 | + "eslint-plugin-react-hooks": "^5.1.0", |
| 140 | + "eslint-plugin-react-refresh": "^0.4.16", |
| 141 | + "eslint-plugin-storybook": "^0.11.1", |
140 | 142 | "eslint-plugin-unused-imports": "^4.1.4",
|
141 |
| - "globals": "^15.12.0", |
| 143 | + "globals": "^15.13.0", |
142 | 144 | "gts": "^6.0.2",
|
143 |
| - "html-validate": "^8.25.0", |
| 145 | + "html-validate": "^8.27.0", |
144 | 146 | "jest": "^29.7.0",
|
145 | 147 | "jest-axe": "^9.0.0",
|
146 | 148 | "jest-canvas-mock": "^2.5.2",
|
|
149 | 151 | "jest-junit": "^16.0.0",
|
150 | 152 | "jest-styled-components": "^7.2.0",
|
151 | 153 | "json-beautify": "^1.1.1",
|
152 |
| - "prettier": "^3.3.3", |
| 154 | + "prettier": "^3.4.2", |
153 | 155 | "react-transition-group": "^4.4.5",
|
154 | 156 | "sort-imports": "^1.1.0",
|
155 |
| - "storybook": "^8.4.4", |
| 157 | + "storybook": "^8.4.7", |
156 | 158 | "ts-jest": "^29.2.5",
|
157 | 159 | "tsc-alias": "1.8.10",
|
158 |
| - "typedoc": "^0.26.11", |
159 |
| - "typescript": "^5.6.3", |
160 |
| - "vite": "^5.4.11", |
| 160 | + "typedoc": "^0.27.3", |
| 161 | + "typescript": "^5.7.2", |
| 162 | + "vite": "^6.0.3", |
161 | 163 | "vite-tsconfig-paths": "^4.3.2",
|
162 | 164 | "yarn-deduplicate": "^6.0.2"
|
163 | 165 | },
|
|
0 commit comments