Skip to content

Commit bef29a7

Browse files
author
Kubit
committed
Update package
1 parent f1955d7 commit bef29a7

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubit-ui-web/react-components",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience",
55
"author": {
66
"name": "Kubit",
@@ -82,23 +82,23 @@
8282
"sideEffects": false,
8383
"license": "Apache-2.0",
8484
"devDependencies": {
85-
"@babel/core": "^7.24.7",
86-
"@babel/preset-env": "^7.24.7",
85+
"@babel/core": "^7.24.8",
86+
"@babel/preset-env": "^7.24.8",
8787
"@babel/preset-react": "^7.24.7",
8888
"@babel/preset-typescript": "^7.24.7",
89-
"@eslint/compat": "^1.1.0",
89+
"@eslint/compat": "^1.1.1",
9090
"@eslint/eslintrc": "^3.1.0",
9191
"@eslint/js": "^9.6.0",
92-
"@storybook/addon-a11y": "^8.1.11",
93-
"@storybook/addon-controls": "^8.1.11",
92+
"@storybook/addon-a11y": "^8.2.2",
93+
"@storybook/addon-controls": "^8.2.2",
9494
"@storybook/addon-coverage": "^1.0.4",
95-
"@storybook/addon-essentials": "^8.1.11",
96-
"@storybook/addon-interactions": "^8.1.11",
97-
"@storybook/addon-links": "^8.1.11",
98-
"@storybook/addon-themes": "^8.1.11",
99-
"@storybook/blocks": "^8.1.11",
100-
"@storybook/react": "^8.1.11",
101-
"@storybook/react-vite": "^8.1.11",
95+
"@storybook/addon-essentials": "^8.2.2",
96+
"@storybook/addon-interactions": "^8.2.2",
97+
"@storybook/addon-links": "^8.2.2",
98+
"@storybook/addon-themes": "^8.2.2",
99+
"@storybook/blocks": "^8.2.2",
100+
"@storybook/react": "^8.2.2",
101+
"@storybook/react-vite": "^8.2.2",
102102
"@testing-library/jest-dom": "^6.4.6",
103103
"@testing-library/react": "^16.0.0",
104104
"@testing-library/react-hooks": "^8.0.1",
@@ -111,8 +111,8 @@
111111
"@types/react-dom": "^18.3.0",
112112
"@types/styled-components": "^5.1.34",
113113
"@types/ungap__structured-clone": "^1.2.0",
114-
"@typescript-eslint/eslint-plugin": "^7.15.0",
115-
"@typescript-eslint/parser": "^7.15.0",
114+
"@typescript-eslint/eslint-plugin": "^7.16.0",
115+
"@typescript-eslint/parser": "^7.16.0",
116116
"@ungap/structured-clone": "^1.2.0",
117117
"@vitejs/plugin-react": "^4.3.1",
118118
"babel-jest": "^29.7.0",
@@ -130,7 +130,7 @@
130130
"eslint-plugin-promise": "^6.4.0",
131131
"eslint-plugin-react": "^7.34.3",
132132
"eslint-plugin-react-hooks": "^4.6.2",
133-
"eslint-plugin-react-refresh": "^0.4.7",
133+
"eslint-plugin-react-refresh": "^0.4.8",
134134
"eslint-plugin-storybook": "^0.8.0",
135135
"eslint-plugin-unused-imports": "^4.0.0",
136136
"globals": "^15.8.0",
@@ -147,11 +147,11 @@
147147
"prettier": "^3.3.2",
148148
"react-transition-group": "^4.4.5",
149149
"sort-imports": "^1.1.0",
150-
"storybook": "^8.1.11",
151-
"ts-jest": "^29.1.5",
150+
"storybook": "^8.2.2",
151+
"ts-jest": "^29.2.2",
152152
"tsc-alias": "1.8.10",
153-
"typedoc": "^0.26.3",
154-
"typedoc-plugin-markdown": "^4.1.2",
153+
"typedoc": "^0.26.4",
154+
"typedoc-plugin-markdown": "^4.2.1",
155155
"typescript": "^5.5.3",
156156
"vite": "^5.3.3",
157157
"vite-tsconfig-paths": "^4.3.2",

0 commit comments

Comments
 (0)