mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
chore(deps): update dependency @vitejs/plugin-react-swc to v3.11.0 (#797)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
"devDependencies": {
|
||||
"@testing-library/react": "16.3.0",
|
||||
"@types/react": "19.1.8",
|
||||
"@vitejs/plugin-react-swc": "3.10.1",
|
||||
"@vitejs/plugin-react-swc": "3.11.0",
|
||||
"happy-dom": "18.0.1",
|
||||
"react": "19.1.0",
|
||||
"vite": "6.1.3",
|
||||
|
||||
Generated
+20
-2
@@ -290,8 +290,8 @@ importers:
|
||||
specifier: 19.1.8
|
||||
version: 19.1.8
|
||||
'@vitejs/plugin-react-swc':
|
||||
specifier: 3.10.1
|
||||
version: 3.10.1(vite@6.1.3(@types/node@22.16.5)(jiti@2.4.2)(lightningcss@1.29.1)(sugarss@4.0.1(postcss@8.5.3)))
|
||||
specifier: 3.11.0
|
||||
version: 3.11.0(vite@6.1.3(@types/node@22.16.5)(jiti@2.4.2)(lightningcss@1.29.1)(sugarss@4.0.1(postcss@8.5.3)))
|
||||
happy-dom:
|
||||
specifier: 18.0.1
|
||||
version: 18.0.1
|
||||
@@ -882,6 +882,9 @@ packages:
|
||||
engines: {node: '>=18'}
|
||||
hasBin: true
|
||||
|
||||
'@rolldown/pluginutils@1.0.0-beta.27':
|
||||
resolution: {integrity: sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==}
|
||||
|
||||
'@rolldown/pluginutils@1.0.0-beta.9':
|
||||
resolution: {integrity: sha512-e9MeMtVWo186sgvFFJOPGy7/d2j2mZhLJIdVW0C/xDluuOvymEATqz6zKsP0ZmXGzQtqlyjz5sC1sYQUoJG98w==}
|
||||
|
||||
@@ -1388,6 +1391,11 @@ packages:
|
||||
peerDependencies:
|
||||
vite: ^4 || ^5 || ^6
|
||||
|
||||
'@vitejs/plugin-react-swc@3.11.0':
|
||||
resolution: {integrity: sha512-YTJCGFdNMHCMfjODYtxRNVAYmTWQ1Lb8PulP/2/f/oEEtglw8oKxKIZmmRkyXrVrHfsKOaVkAc3NT9/dMutO5w==}
|
||||
peerDependencies:
|
||||
vite: ^4 || ^5 || ^6 || ^7
|
||||
|
||||
'@vitest/eslint-plugin@1.2.1':
|
||||
resolution: {integrity: sha512-JQr1jdVcrsoS7Sdzn83h9sq4DvREf9Q/onTZbJCqTVlv/76qb+TZrLv/9VhjnjSMHweQH5FdpMDeCR6aDe2fgw==}
|
||||
peerDependencies:
|
||||
@@ -3597,6 +3605,8 @@ snapshots:
|
||||
dependencies:
|
||||
playwright: 1.54.1
|
||||
|
||||
'@rolldown/pluginutils@1.0.0-beta.27': {}
|
||||
|
||||
'@rolldown/pluginutils@1.0.0-beta.9': {}
|
||||
|
||||
'@rollup/plugin-inject@5.0.5(rollup@4.38.0)':
|
||||
@@ -4036,6 +4046,14 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- '@swc/helpers'
|
||||
|
||||
'@vitejs/plugin-react-swc@3.11.0(vite@6.1.3(@types/node@22.16.5)(jiti@2.4.2)(lightningcss@1.29.1)(sugarss@4.0.1(postcss@8.5.3)))':
|
||||
dependencies:
|
||||
'@rolldown/pluginutils': 1.0.0-beta.27
|
||||
'@swc/core': 1.13.0
|
||||
vite: 6.1.3(@types/node@22.16.5)(jiti@2.4.2)(lightningcss@1.29.1)(sugarss@4.0.1(postcss@8.5.3))
|
||||
transitivePeerDependencies:
|
||||
- '@swc/helpers'
|
||||
|
||||
'@vitest/eslint-plugin@1.2.1(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)(vitest@3.2.4(@types/debug@4.1.12)(@types/node@22.16.5)(happy-dom@18.0.1)(jiti@2.4.2)(lightningcss@1.29.1)(sugarss@4.0.1(postcss@8.5.3)))':
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 8.29.1(eslint@9.24.0(jiti@2.4.2))(typescript@5.8.3)
|
||||
|
||||
Reference in New Issue
Block a user