Skip to content

Commit 280425e

Browse files
author
Kubit
committed
Update package.json
1 parent 46f1105 commit 280425e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubit-ui-web/react-components",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
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",
@@ -87,12 +87,12 @@
8787
"license": "Apache-2.0",
8888
"devDependencies": {
8989
"@babel/core": "^7.25.2",
90-
"@babel/preset-env": "^7.25.3",
90+
"@babel/preset-env": "^7.25.4",
9191
"@babel/preset-react": "^7.24.7",
9292
"@babel/preset-typescript": "^7.24.7",
9393
"@eslint/compat": "^1.1.1",
9494
"@eslint/eslintrc": "^3.1.0",
95-
"@eslint/js": "^9.9.0",
95+
"@eslint/js": "^9.9.1",
9696
"@storybook/addon-a11y": "^8.2.9",
9797
"@storybook/addon-controls": "^8.2.9",
9898
"@storybook/addon-coverage": "^1.0.4",
@@ -103,7 +103,7 @@
103103
"@storybook/blocks": "^8.2.9",
104104
"@storybook/react": "^8.2.9",
105105
"@storybook/react-vite": "^8.2.9",
106-
"@testing-library/jest-dom": "^6.4.8",
106+
"@testing-library/jest-dom": "^6.5.0",
107107
"@testing-library/react": "^16.0.0",
108108
"@testing-library/react-hooks": "^8.0.1",
109109
"@testing-library/user-event": "^14.5.2",
@@ -115,16 +115,16 @@
115115
"@types/react-dom": "^18.3.0",
116116
"@types/styled-components": "^5.1.34",
117117
"@types/ungap__structured-clone": "^1.2.0",
118-
"@typescript-eslint/eslint-plugin": "^8.2.0",
119-
"@typescript-eslint/parser": "^8.2.0",
118+
"@typescript-eslint/eslint-plugin": "^8.3.0",
119+
"@typescript-eslint/parser": "^8.3.0",
120120
"@ungap/structured-clone": "^1.2.0",
121121
"@vitejs/plugin-react": "^4.3.1",
122122
"babel-jest": "^29.7.0",
123123
"cpy-cli": "^5.0.0",
124-
"eslint": "^9.9.0",
124+
"eslint": "^9.9.1",
125125
"eslint-config-prettier": "^9.1.0",
126126
"eslint-config-standard-with-typescript": "^43.0.1",
127-
"eslint-import-resolver-typescript": "^3.6.1",
127+
"eslint-import-resolver-typescript": "^3.6.3",
128128
"eslint-plugin-import": "^2.29.1",
129129
"eslint-plugin-jest": "^28.8.0",
130130
"eslint-plugin-jsx-a11y": "^6.9.0",
@@ -134,7 +134,7 @@
134134
"eslint-plugin-promise": "^7.1.0",
135135
"eslint-plugin-react": "^7.35.0",
136136
"eslint-plugin-react-hooks": "^4.6.2",
137-
"eslint-plugin-react-refresh": "^0.4.10",
137+
"eslint-plugin-react-refresh": "^0.4.11",
138138
"eslint-plugin-storybook": "^0.8.0",
139139
"eslint-plugin-unused-imports": "^4.1.3",
140140
"globals": "^15.9.0",
@@ -152,10 +152,10 @@
152152
"react-transition-group": "^4.4.5",
153153
"sort-imports": "^1.1.0",
154154
"storybook": "^8.2.9",
155-
"ts-jest": "^29.2.4",
155+
"ts-jest": "^29.2.5",
156156
"tsc-alias": "1.8.10",
157157
"typedoc": "^0.26.6",
158-
"typedoc-plugin-markdown": "^4.2.5",
158+
"typedoc-plugin-markdown": "^4.2.6",
159159
"typescript": "^5.5.4",
160160
"vite": "^5.4.2",
161161
"vite-tsconfig-paths": "^4.3.2",

0 commit comments

Comments
 (0)