Skip to content

Commit

Permalink
Refactor: updated react gridlines source
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Feb 25, 2024
1 parent ada7077 commit 2f23765
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion esbuild.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build({
outdir: "./dist",
platform: "browser",
format: "esm",
minify: true,
minify: false,
sourcemap: true,
keepNames: true,
loader: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"url": "https://github.com/mezh-hq/react-seat-toolkit/issues"
},
"dependencies": {
"@mezh-hq/react-gridlines": "0.0.3",
"@radix-ui/react-accordion": "1.1.2",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-context-menu": "2.1.5",
Expand All @@ -61,7 +62,6 @@
"interactjs": "1.10.26",
"lodash": "4.17.21",
"lucide-react": "0.316.0",
"react-gridlines": "1.1.7",
"react-loader-spinner": "5.3.4",
"react-redux": "9.1.0",
"tailwind-merge": "1.13.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/workspace/grid.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { default as GridLines } from "react-gridlines";
import { default as GridLines } from "@mezh-hq/react-gridlines";
import { useSelector } from "react-redux";
import { AnimatedSwitcher } from "../core";

Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
},
"jsx": "react-jsx",
"resolveJsonModule": true,
"esModuleInterop": true,
},
}

0 comments on commit 2f23765

Please sign in to comment.