Skip to content

Commit 2e9b01f

Browse files
committed
Patch: bumped react gridlines versions
1 parent 2f23765 commit 2e9b01f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bun.lockb

34 Bytes
Binary file not shown.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"url": "https://github.com/mezh-hq/react-seat-toolkit/issues"
4545
},
4646
"dependencies": {
47-
"@mezh-hq/react-gridlines": "0.0.3",
47+
"@mezh-hq/react-gridlines": "1.0.0",
4848
"@radix-ui/react-accordion": "1.1.2",
4949
"@radix-ui/react-checkbox": "1.0.4",
5050
"@radix-ui/react-context-menu": "2.1.5",
@@ -74,6 +74,7 @@
7474
"devDependencies": {
7575
"@commitlint/cli": "17.4.2",
7676
"@commitlint/config-conventional": "17.4.2",
77+
"@dreamworld/addon-redux": "1.1.0",
7778
"@interactjs/types": "1.10.26",
7879
"@sliit-foss/automatic-versioning": "2.3.0",
7980
"@storybook/addon-essentials": "7.3.2",
@@ -90,7 +91,6 @@
9091
"@types/d3": "7.4.3",
9192
"@typescript-eslint/eslint-plugin": "6.16.0",
9293
"@typescript-eslint/parser": "6.16.0",
93-
"@dreamworld/addon-redux": "1.1.0",
9494
"autoprefixer": "10.4.14",
9595
"bun-types": "1.0.21",
9696
"esbuild": "0.20.1",
@@ -109,6 +109,7 @@
109109
"vite": "4.3.9"
110110
},
111111
"overrides": {
112-
"jsondiffpatch": "^0.5.0"
112+
"jsondiffpatch": "^0.5.0",
113+
"use-sync-external-store": "1.2.0"
113114
}
114115
}

0 commit comments

Comments
 (0)