mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
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
4 changed files with 10 additions and 10 deletions
14
playground/package-lock.json
generated
14
playground/package-lock.json
generated
|
@ -4941,9 +4941,9 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"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": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/react-resizable-panels/-/react-resizable-panels-3.0.2.tgz",
|
||||
"integrity": "sha512-j4RNII75fnHkLnbsTb5G5YsDvJsSEZrJK2XSF2z0Tc2jIonYlIVir/Yh/5LvcUFCfs1HqrMAoiBFmIrRjC4XnA==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"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",
|
||||
"react": "^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",
|
||||
"shared": "0.0.0",
|
||||
"smol-toml": "^1.3.0"
|
||||
|
@ -6079,7 +6079,7 @@
|
|||
"@monaco-editor/react": "^4.7.0",
|
||||
"classnames": "^2.3.2",
|
||||
"react": "^19.0.0",
|
||||
"react-resizable-panels": "^2.1.7"
|
||||
"react-resizable-panels": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"ty": {
|
||||
|
@ -6090,10 +6090,10 @@
|
|||
"classnames": "^2.5.1",
|
||||
"lz-string": "^1.5.0",
|
||||
"monaco-editor": "^0.52.2",
|
||||
"pyodide": "^0.27.6",
|
||||
"pyodide": "^0.27.4",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-resizable-panels": "^2.1.7",
|
||||
"react-resizable-panels": "^3.0.0",
|
||||
"shared": "0.0.0",
|
||||
"smol-toml": "^1.3.1",
|
||||
"ty_wasm": "file:ty_wasm"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"monaco-editor": "^0.52.0",
|
||||
"react": "^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",
|
||||
"shared": "0.0.0",
|
||||
"smol-toml": "^1.3.0"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"@monaco-editor/react": "^4.7.0",
|
||||
"classnames": "^2.3.2",
|
||||
"react": "^19.0.0",
|
||||
"react-resizable-panels": "^2.1.7"
|
||||
"react-resizable-panels": "^3.0.0"
|
||||
},
|
||||
"exports": "./src/index.ts"
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
"pyodide": "^0.27.4",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-resizable-panels": "^2.1.7",
|
||||
"react-resizable-panels": "^3.0.0",
|
||||
"shared": "0.0.0",
|
||||
"smol-toml": "^1.3.1",
|
||||
"ty_wasm": "file:ty_wasm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue