Skip to content

Commit 718a3ac

Browse files
author
Kubit
committed
Update package and fix eslint errors
1 parent c99f51d commit 718a3ac

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kubit-ui-web/react-components",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
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",
@@ -83,7 +83,7 @@
8383
"license": "Apache-2.0",
8484
"devDependencies": {
8585
"@babel/core": "^7.25.2",
86-
"@babel/preset-env": "^7.25.2",
86+
"@babel/preset-env": "^7.25.3",
8787
"@babel/preset-react": "^7.24.7",
8888
"@babel/preset-typescript": "^7.24.7",
8989
"@eslint/compat": "^1.1.1",
@@ -153,7 +153,6 @@
153153
"typedoc": "^0.26.5",
154154
"typedoc-plugin-markdown": "^4.2.3",
155155
"typescript": "^5.5.4",
156-
"vercel": "^35.2.1",
157156
"vite": "^5.3.5",
158157
"vite-tsconfig-paths": "^4.3.2",
159158
"yarn-deduplicate": "^6.0.2"

src/components/table/stories/mockCustomizable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const mockCustomizableTable = {
4141
<div>{value.surname}</div>
4242
</div>
4343
) : (
44-
value.name.value ?? value.name
44+
(value.name.value ?? value.name)
4545
),
4646
},
4747
{

0 commit comments

Comments
 (0)