mirror of https://github.com/astral-sh/ruff
Update dependency react-resizable-panels to v3.0.4 (#19717)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
113e32b956
commit
8e20e589f1
|
|
@ -5312,9 +5312,9 @@
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/react-resizable-panels": {
|
"node_modules/react-resizable-panels": {
|
||||||
"version": "3.0.3",
|
"version": "3.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-3.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-3.0.4.tgz",
|
||||||
"integrity": "sha512-7HA8THVBHTzhDK4ON0tvlGXyMAJN1zBeRpuyyremSikgYh2ku6ltD7tsGQOcXx4NKPrZtYCm/5CBr+dkruTGQw==",
|
"integrity": "sha512-8Y4KNgV94XhUvI2LeByyPIjoUJb71M/0hyhtzkHaqpVHs+ZQs8b627HmzyhmVYi3C9YP6R+XD1KmG7hHjEZXFQ==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
"react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
||||||
|
|
@ -6526,7 +6526,7 @@
|
||||||
"monaco-editor": "^0.52.0",
|
"monaco-editor": "^0.52.0",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^19.0.0",
|
"react-dom": "^19.0.0",
|
||||||
"react-resizable-panels": "^3.0.0",
|
"react-resizable-panels": "^3.0.4",
|
||||||
"ruff_wasm": "file:ruff_wasm",
|
"ruff_wasm": "file:ruff_wasm",
|
||||||
"shared": "0.0.0",
|
"shared": "0.0.0",
|
||||||
"smol-toml": "^1.3.0"
|
"smol-toml": "^1.3.0"
|
||||||
|
|
@ -6542,7 +6542,7 @@
|
||||||
"@monaco-editor/react": "^4.7.0",
|
"@monaco-editor/react": "^4.7.0",
|
||||||
"classnames": "^2.3.2",
|
"classnames": "^2.3.2",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-resizable-panels": "^3.0.0"
|
"react-resizable-panels": "^3.0.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ty": {
|
"ty": {
|
||||||
|
|
@ -6556,7 +6556,7 @@
|
||||||
"pyodide": "^0.28.0",
|
"pyodide": "^0.28.0",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^19.0.0",
|
"react-dom": "^19.0.0",
|
||||||
"react-resizable-panels": "^3.0.0",
|
"react-resizable-panels": "^3.0.4",
|
||||||
"shared": "0.0.0",
|
"shared": "0.0.0",
|
||||||
"smol-toml": "^1.3.1",
|
"smol-toml": "^1.3.1",
|
||||||
"ty_wasm": "file:ty_wasm"
|
"ty_wasm": "file:ty_wasm"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue