Skip to content

Commit 154ab94

Browse files
authored
Merge pull request #188 from Vero-protocol/dependabot/npm_and_yarn/gridstack-13.0.2
chore(deps): bump gridstack from 12.6.0 to 13.0.2
2 parents 7edb556 + deb73ef commit 154ab94

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"d3-scale-chromatic": "^3.1.0",
2525
"express": "^4.18.2",
2626
"express-rate-limit": "^8.6.1",
27-
"gridstack": "^12.6.0",
27+
"gridstack": "^13.0.2",
2828
"i18next": "^26.3.6",
2929
"jspdf": "^4.2.1",
3030
"lucide-react": "^1.27.0",

src/components/dashboard/DashboardGrid.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ export default function DashboardGrid({
148148
},
149149
});
150150

151+
if (!grid) return;
152+
151153
gridRef.current = grid;
152154

153155
grid.on("change", () => {

0 commit comments

Comments
 (0)