fix: update react-resizable-panels to version 2.1.7 and adjust peer dependencies (#8366)

This commit is contained in:
Pavlos Koutoglou
2025-02-14 17:26:35 +02:00
committed by GitHub
parent c618688a4a
commit d20f4e0ff5
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -18841,14 +18841,14 @@
}
},
"node_modules/react-resizable-panels": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.1.4.tgz",
"integrity": "sha512-kzue8lsoSBdyyd2IfXLQMMhNujOxRoGVus+63K95fQqleGxTfvgYLTzbwYMOODeAHqnkjb3WV/Ks7f5+gDYZuQ==",
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.1.7.tgz",
"integrity": "sha512-JtT6gI+nURzhMYQYsx8DKkx6bSoOGFp7A3CwMrOb8y5jFHFyqwo9m68UhmXRw57fRVJksFn1TSlm3ywEQ9vMgA==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"react": "^16.14.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0"
"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"
}
},
"node_modules/react-router": {
@@ -23144,7 +23144,7 @@
"react-aria": "3.32.1",
"react-aria-components": "^1.1.1",
"react-dom": "^18.2.0",
"react-resizable-panels": "^2.0.17",
"react-resizable-panels": "^2.1.7",
"react-router-dom": "^6.26.2",
"react-stately": "3.30.1",
"react-use": "^17.5.0",

View File

@@ -166,7 +166,7 @@
"react-aria": "3.32.1",
"react-aria-components": "^1.1.1",
"react-dom": "^18.2.0",
"react-resizable-panels": "^2.0.17",
"react-resizable-panels": "^2.1.7",
"react-router-dom": "^6.26.2",
"react-stately": "3.30.1",
"react-use": "^17.5.0",