diff --git a/package-lock.json b/package-lock.json index 281dfdd..8470d85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "monaco-editor": "^0.55.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-resizable-panels": "^2.0.0", + "react-resizable-panels": "^4.10.0", "sql-formatter": "^15.7.3", "tailwind-merge": "^3.5.0", "zustand": "^4.5.0" @@ -5637,13 +5637,13 @@ } }, "node_modules/react-resizable-panels": { - "version": "2.1.9", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.1.9.tgz", - "integrity": "sha512-z77+X08YDIrgAes4jl8xhnUu1LNIRp4+E7cv4xHmLOxxUPO/ML7PSrE813b90vj7xvQ1lcf7g2uA9GeMZonjhQ==", + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-4.10.0.tgz", + "integrity": "sha512-frjewRQt7TCv/vCH1pJfjZ7RxAhr5pKuqVQtVgzFq/vherxBFOWyC3xMbryx5Ti2wylViGUFc93Etg4rB3E0UA==", "license": "MIT", "peerDependencies": { - "react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc", - "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" } }, "node_modules/read-cache": { diff --git a/package.json b/package.json index 4860dd0..c4c7f2d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "monaco-editor": "^0.55.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-resizable-panels": "^2.0.0", + "react-resizable-panels": "^4.10.0", "sql-formatter": "^15.7.3", "tailwind-merge": "^3.5.0", "zustand": "^4.5.0"