|
1 | 1 | {
|
2 | 2 | "name": "@kubit-ui-web/react-components",
|
3 |
| - "version": "1.13.2", |
| 3 | + "version": "1.14.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",
|
|
86 | 86 | "sideEffects": false,
|
87 | 87 | "license": "Apache-2.0",
|
88 | 88 | "devDependencies": {
|
89 |
| - "@babel/core": "^7.25.2", |
90 |
| - "@babel/preset-env": "^7.25.4", |
91 |
| - "@babel/preset-react": "^7.24.7", |
92 |
| - "@babel/preset-typescript": "^7.24.7", |
93 |
| - "@eslint/compat": "^1.1.1", |
| 89 | + "@babel/core": "^7.25.8", |
| 90 | + "@babel/preset-env": "^7.25.8", |
| 91 | + "@babel/preset-react": "^7.25.7", |
| 92 | + "@babel/preset-typescript": "^7.25.7", |
| 93 | + "@eslint/compat": "^1.2.0", |
94 | 94 | "@eslint/eslintrc": "^3.1.0",
|
95 |
| - "@eslint/js": "^9.11.1", |
96 |
| - "@storybook/addon-a11y": "^8.3.2", |
97 |
| - "@storybook/addon-controls": "^8.3.2", |
| 95 | + "@eslint/js": "^9.12.0", |
| 96 | + "@storybook/addon-a11y": "^8.3.5", |
| 97 | + "@storybook/addon-controls": "^8.3.5", |
98 | 98 | "@storybook/addon-coverage": "^1.0.4",
|
99 |
| - "@storybook/addon-essentials": "^8.3.2", |
100 |
| - "@storybook/addon-interactions": "^8.3.2", |
101 |
| - "@storybook/addon-links": "^8.3.2", |
102 |
| - "@storybook/addon-themes": "^8.3.2", |
103 |
| - "@storybook/blocks": "^8.3.2", |
104 |
| - "@storybook/react": "^8.3.2", |
105 |
| - "@storybook/react-vite": "^8.3.2", |
| 99 | + "@storybook/addon-essentials": "^8.3.5", |
| 100 | + "@storybook/addon-interactions": "^8.3.5", |
| 101 | + "@storybook/addon-links": "^8.3.5", |
| 102 | + "@storybook/addon-themes": "^8.3.5", |
| 103 | + "@storybook/blocks": "^8.3.5", |
| 104 | + "@storybook/react": "^8.3.5", |
| 105 | + "@storybook/react-vite": "^8.3.5", |
106 | 106 | "@testing-library/jest-dom": "^6.5.0",
|
107 | 107 | "@testing-library/react": "^16.0.1",
|
108 | 108 | "@testing-library/react-hooks": "^8.0.1",
|
109 | 109 | "@testing-library/user-event": "^14.5.2",
|
110 | 110 | "@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
111 | 111 | "@types/jest": "^29.5.13",
|
112 | 112 | "@types/jest-axe": "^3.5.9",
|
113 |
| - "@types/mocha": "^10.0.8", |
114 |
| - "@types/react": "^18.3.8", |
| 113 | + "@types/mocha": "^10.0.9", |
| 114 | + "@types/react": "^18.3.11", |
115 | 115 | "@types/react-dom": "^18.3.0",
|
116 | 116 | "@types/styled-components": "^5.1.34",
|
117 | 117 | "@types/ungap__structured-clone": "^1.2.0",
|
118 |
| - "@typescript-eslint/eslint-plugin": "^8.7.0", |
119 |
| - "@typescript-eslint/parser": "^8.7.0", |
| 118 | + "@typescript-eslint/eslint-plugin": "^8.8.1", |
| 119 | + "@typescript-eslint/parser": "^8.8.1", |
120 | 120 | "@ungap/structured-clone": "^1.2.0",
|
121 |
| - "@vitejs/plugin-react": "^4.3.1", |
| 121 | + "@vitejs/plugin-react": "^4.3.2", |
122 | 122 | "babel-jest": "^29.7.0",
|
123 | 123 | "cpy-cli": "^5.0.0",
|
124 |
| - "eslint": "^9.11.1", |
| 124 | + "eslint": "^9.12.0", |
125 | 125 | "eslint-config-prettier": "^9.1.0",
|
126 | 126 | "eslint-config-standard-with-typescript": "^43.0.1",
|
127 | 127 | "eslint-import-resolver-typescript": "^3.6.3",
|
128 |
| - "eslint-plugin-import": "^2.30.0", |
| 128 | + "eslint-plugin-import": "^2.31.0", |
129 | 129 | "eslint-plugin-jest": "^28.8.3",
|
130 | 130 | "eslint-plugin-jsx-a11y": "^6.10.0",
|
131 |
| - "eslint-plugin-n": "^17.10.3", |
| 131 | + "eslint-plugin-n": "^17.11.1", |
132 | 132 | "eslint-plugin-node": "^11.1.0",
|
133 | 133 | "eslint-plugin-prettier": "5.2.1",
|
134 | 134 | "eslint-plugin-promise": "^7.1.0",
|
135 |
| - "eslint-plugin-react": "^7.36.1", |
| 135 | + "eslint-plugin-react": "^7.37.1", |
136 | 136 | "eslint-plugin-react-hooks": "^4.6.2",
|
137 | 137 | "eslint-plugin-react-refresh": "^0.4.12",
|
138 |
| - "eslint-plugin-storybook": "^0.8.0", |
| 138 | + "eslint-plugin-storybook": "^0.9.0", |
139 | 139 | "eslint-plugin-unused-imports": "^4.1.4",
|
140 |
| - "globals": "^15.9.0", |
| 140 | + "globals": "^15.11.0", |
141 | 141 | "gts": "^5.3.1",
|
142 |
| - "html-validate": "^8.23.0", |
| 142 | + "html-validate": "^8.24.1", |
143 | 143 | "jest": "^29.7.0",
|
144 | 144 | "jest-axe": "^9.0.0",
|
145 | 145 | "jest-canvas-mock": "^2.5.2",
|
|
151 | 151 | "prettier": "^3.3.3",
|
152 | 152 | "react-transition-group": "^4.4.5",
|
153 | 153 | "sort-imports": "^1.1.0",
|
154 |
| - "storybook": "^8.3.2", |
| 154 | + "storybook": "^8.3.5", |
155 | 155 | "ts-jest": "^29.2.5",
|
156 | 156 | "tsc-alias": "1.8.10",
|
157 |
| - "typedoc": "^0.26.7", |
158 |
| - "typedoc-plugin-markdown": "^4.2.8", |
159 |
| - "typescript": "^5.6.2", |
160 |
| - "vite": "^5.4.7", |
| 157 | + "typedoc": "^0.26.8", |
| 158 | + "typescript": "^5.6.3", |
| 159 | + "vite": "^5.4.8", |
161 | 160 | "vite-tsconfig-paths": "^4.3.2",
|
162 | 161 | "yarn-deduplicate": "^6.0.2"
|
163 | 162 | },
|
|
0 commit comments