mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 20:31:27 +00:00
build(deps-dev): bump the react group with 2 updates (#8079)
This commit is contained in:
parent
20b6f52552
commit
a222ddbdca
2 changed files with 16 additions and 16 deletions
28
pnpm-lock.yaml
generated
28
pnpm-lock.yaml
generated
|
|
@ -191,7 +191,7 @@ importers:
|
|||
dependencies:
|
||||
html-react-parser:
|
||||
specifier: 5.2.2
|
||||
version: 5.2.2(@types/react@19.0.12)(react@19.1.0)
|
||||
version: 5.2.2(@types/react@19.1.0)(react@19.1.0)
|
||||
react:
|
||||
specifier: 19.1.0
|
||||
version: 19.1.0
|
||||
|
|
@ -206,11 +206,11 @@ importers:
|
|||
specifier: 20.16.10
|
||||
version: 20.16.10
|
||||
'@types/react':
|
||||
specifier: 19.0.12
|
||||
version: 19.0.12
|
||||
specifier: 19.1.0
|
||||
version: 19.1.0
|
||||
'@types/react-dom':
|
||||
specifier: 19.0.4
|
||||
version: 19.0.4(@types/react@19.0.12)
|
||||
specifier: 19.1.1
|
||||
version: 19.1.1(@types/react@19.1.0)
|
||||
'@vitejs/plugin-react':
|
||||
specifier: 4.3.4
|
||||
version: 4.3.4(vite@6.2.5(@types/node@20.16.10)(yaml@2.7.1))
|
||||
|
|
@ -1692,13 +1692,13 @@ packages:
|
|||
resolution: {integrity: sha512-mFMBfMOz8QxhYVbuINtswBp9VL2b4Y0QqYHwqLz3YbgtfAcat2Dl6Y1o4e22S/OVE6Ebl9m7wWiMT2lSbAs1wA==}
|
||||
deprecated: This is a stub types definition. prettier provides its own type definitions, so you do not need this installed.
|
||||
|
||||
'@types/react-dom@19.0.4':
|
||||
resolution: {integrity: sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==}
|
||||
'@types/react-dom@19.1.1':
|
||||
resolution: {integrity: sha512-jFf/woGTVTjUJsl2O7hcopJ1r0upqoq/vIOoCj0yLh3RIXxWcljlpuZ+vEBRXsymD1jhfeJrlyTy/S1UW+4y1w==}
|
||||
peerDependencies:
|
||||
'@types/react': ^19.0.0
|
||||
|
||||
'@types/react@19.0.12':
|
||||
resolution: {integrity: sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==}
|
||||
'@types/react@19.1.0':
|
||||
resolution: {integrity: sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==}
|
||||
|
||||
'@types/resolve-dir@0.0.0':
|
||||
resolution: {integrity: sha512-OuK0+SZ5RMR1nlLlsmDrHZJV58aLwXu2ET4tKZEkQzizSCpIotDmUz3RDlTA3VYW3XH8xaa/CjXvG/YJkOgHfA==}
|
||||
|
|
@ -6333,11 +6333,11 @@ snapshots:
|
|||
dependencies:
|
||||
prettier: 3.5.0
|
||||
|
||||
'@types/react-dom@19.0.4(@types/react@19.0.12)':
|
||||
'@types/react-dom@19.1.1(@types/react@19.1.0)':
|
||||
dependencies:
|
||||
'@types/react': 19.0.12
|
||||
'@types/react': 19.1.0
|
||||
|
||||
'@types/react@19.0.12':
|
||||
'@types/react@19.1.0':
|
||||
dependencies:
|
||||
csstype: 3.1.3
|
||||
|
||||
|
|
@ -7773,7 +7773,7 @@ snapshots:
|
|||
|
||||
html-escaper@3.0.3: {}
|
||||
|
||||
html-react-parser@5.2.2(@types/react@19.0.12)(react@19.1.0):
|
||||
html-react-parser@5.2.2(@types/react@19.1.0)(react@19.1.0):
|
||||
dependencies:
|
||||
domhandler: 5.0.3
|
||||
html-dom-parser: 5.0.13
|
||||
|
|
@ -7781,7 +7781,7 @@ snapshots:
|
|||
react-property: 2.0.2
|
||||
style-to-js: 1.1.16
|
||||
optionalDependencies:
|
||||
'@types/react': 19.0.12
|
||||
'@types/react': 19.1.0
|
||||
|
||||
html-void-elements@3.0.0: {}
|
||||
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@
|
|||
"devDependencies": {
|
||||
"@figma/plugin-typings": "1.109.0",
|
||||
"@types/node": "20.16.10",
|
||||
"@types/react": "19.0.12",
|
||||
"@types/react-dom": "19.0.4",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/react-dom": "19.1.1",
|
||||
"@vitejs/plugin-react": "4.3.4",
|
||||
"cross-env": "7.0.3",
|
||||
"shiki": "3.2.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue