mirror of https://github.com/astral-sh/ruff
Update dependency react-resizable-panels to v3 (#18185)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ab96adbcd1
commit
405544cc8f
|
|
@ -4941,9 +4941,9 @@
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/react-resizable-panels": {
|
"node_modules/react-resizable-panels": {
|
||||||
"version": "2.1.9",
|
"version": "3.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-2.1.9.tgz",
|
"resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-3.0.2.tgz",
|
||||||
"integrity": "sha512-z77+X08YDIrgAes4jl8xhnUu1LNIRp4+E7cv4xHmLOxxUPO/ML7PSrE813b90vj7xvQ1lcf7g2uA9GeMZonjhQ==",
|
"integrity": "sha512-j4RNII75fnHkLnbsTb5G5YsDvJsSEZrJK2XSF2z0Tc2jIonYlIVir/Yh/5LvcUFCfs1HqrMAoiBFmIrRjC4XnA==",
|
||||||
"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",
|
||||||
|
|
@ -6063,7 +6063,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": "^2.0.0",
|
"react-resizable-panels": "^3.0.0",
|
||||||
"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"
|
||||||
|
|
@ -6079,7 +6079,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": "^2.1.7"
|
"react-resizable-panels": "^3.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ty": {
|
"ty": {
|
||||||
|
|
@ -6090,10 +6090,10 @@
|
||||||
"classnames": "^2.5.1",
|
"classnames": "^2.5.1",
|
||||||
"lz-string": "^1.5.0",
|
"lz-string": "^1.5.0",
|
||||||
"monaco-editor": "^0.52.2",
|
"monaco-editor": "^0.52.2",
|
||||||
"pyodide": "^0.27.6",
|
"pyodide": "^0.27.4",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^19.0.0",
|
"react-dom": "^19.0.0",
|
||||||
"react-resizable-panels": "^2.1.7",
|
"react-resizable-panels": "^3.0.0",
|
||||||
"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"
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,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": "^2.0.0",
|
"react-resizable-panels": "^3.0.0",
|
||||||
"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"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,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": "^2.1.7"
|
"react-resizable-panels": "^3.0.0"
|
||||||
},
|
},
|
||||||
"exports": "./src/index.ts"
|
"exports": "./src/index.ts"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
"pyodide": "^0.27.4",
|
"pyodide": "^0.27.4",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-dom": "^19.0.0",
|
"react-dom": "^19.0.0",
|
||||||
"react-resizable-panels": "^2.1.7",
|
"react-resizable-panels": "^3.0.0",
|
||||||
"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