diff --git a/react/package.json b/react/package.json index 2d06dbae2..0a235510d 100644 --- a/react/package.json +++ b/react/package.json @@ -5,12 +5,13 @@ "type": "module", "scripts": { "dev": "vite", + "start": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { - "gridstack": "^10.3.1", + "gridstack": "^11.0.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/react/yarn.lock b/react/yarn.lock index 8b3252303..0c0f92fa7 100644 --- a/react/yarn.lock +++ b/react/yarn.lock @@ -832,10 +832,10 @@ graphemer@^1.4.0: resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6" integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== -gridstack@^10.3.1: - version "10.3.1" - resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-10.3.1.tgz#4ed704279c40094fc1b9e3318f20b573f2fe9f40" - integrity sha512-Ra82k/88gdeiu3ZP40COS4bI4sGhNQlZAaAQ6szfPfr68zVpsXxiyLKr5zYcTpKX4jjcwyNsNNdcV1tDJc71fA== +gridstack@^11.0.1: + version "11.0.1" + resolved "https://registry.yarnpkg.com/gridstack/-/gridstack-11.0.1.tgz#5fa57bc806a3228392f3eaa588e8905f6f0dd6e4" + integrity sha512-hzjFdWjAt4+KJJ+tBAMJV9NbgAiKLBVSJXzs9RtRXjndSasMnsxpKTTCAkGCmN164ROuP83Lm1p/OoJWiy+o3g== has-flag@^4.0.0: version "4.0.0"