diff --git a/playground/package-lock.json b/playground/package-lock.json index bc44767abfa84e..8908ed00b0b7e4 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -14,7 +14,7 @@ "monaco-editor": "^0.40.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-resizable-panels": "^0.0.54" + "react-resizable-panels": "^0.0.63" }, "devDependencies": { "@types/react": "^18.0.26", @@ -3966,9 +3966,9 @@ "dev": true }, "node_modules/react-resizable-panels": { - "version": "0.0.54", - "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-0.0.54.tgz", - "integrity": "sha512-f8hHdQrqvXoiZGdRNuoOi/C2cdYT2nEpaOb1KIWVWorSTPZmnE+ZQiamGeu+AMx3iZ/tqBtlAkBOpKXzTnDCoA==", + "version": "0.0.63", + "resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-0.0.63.tgz", + "integrity": "sha512-AfA8b6kouhL4rBvgUGs17uzWVlYPaJIwwTCVeWRxNpUHJlCG1h9RIMlzA1849AZGsaNJO3j/SNdI5SS4GZDE3g==", "peerDependencies": { "react": "^16.14.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0" diff --git a/playground/package.json b/playground/package.json index 78b108f4e92642..e46c12f956ecf1 100644 --- a/playground/package.json +++ b/playground/package.json @@ -21,7 +21,7 @@ "monaco-editor": "^0.40.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-resizable-panels": "^0.0.54" + "react-resizable-panels": "^0.0.63" }, "devDependencies": { "@types/react": "^18.0.26",