Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/react-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"@vitejs/plugin-react": "5.2.0",
"@vitejs/plugin-react": "6.0.1",
"sass": "1.93.3",
"typescript": "5.8.2",
"vite": "7.3.1"
Expand Down
49 changes: 22 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:7.29.0, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.9, @babel/core@npm:^7.28.0, @babel/core@npm:^7.29.0":
"@babel/core@npm:7.29.0, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.9, @babel/core@npm:^7.28.0":
version: 7.29.0
resolution: "@babel/core@npm:7.29.0"
dependencies:
Expand Down Expand Up @@ -5974,20 +5974,20 @@ __metadata:
languageName: node
linkType: hard

"@rolldown/pluginutils@npm:1.0.0-rc.3":
version: 1.0.0-rc.3
resolution: "@rolldown/pluginutils@npm:1.0.0-rc.3"
checksum: 10/b181a693b70e0e5de736458d46b31f72862cd7f36f955656f61ccbf4de11d9206bc3b55404317a65e5714559490444e9fdd83b4097706496e96b082fb584d049
languageName: node
linkType: hard

"@rolldown/pluginutils@npm:1.0.0-rc.4":
version: 1.0.0-rc.4
resolution: "@rolldown/pluginutils@npm:1.0.0-rc.4"
checksum: 10/539d3da9110d5ef58763d6a153a40575e83a7818c232651d4edd9fa94ecb7fcbb1b8511ab789e4d22df9a2c6d31f06df4bd0299c73ae7dfca65988c5aa4df539
languageName: node
linkType: hard

"@rolldown/pluginutils@npm:1.0.0-rc.7":
version: 1.0.0-rc.7
resolution: "@rolldown/pluginutils@npm:1.0.0-rc.7"
checksum: 10/92853a53b75d665da0b4cc3f855c87e606dda6b8d55e929fd08b4428b68ea833afbb140ba25c6c1f9856a739e419fd2929ef15ac0fd05b44e904705be34efe1f
languageName: node
linkType: hard

"@rollup/rollup-android-arm-eabi@npm:4.60.0":
version: 4.60.0
resolution: "@rollup/rollup-android-arm-eabi@npm:4.60.0"
Expand Down Expand Up @@ -7112,19 +7112,21 @@ __metadata:
languageName: node
linkType: hard

"@vitejs/plugin-react@npm:5.2.0":
version: 5.2.0
resolution: "@vitejs/plugin-react@npm:5.2.0"
"@vitejs/plugin-react@npm:6.0.1":
version: 6.0.1
resolution: "@vitejs/plugin-react@npm:6.0.1"
dependencies:
"@babel/core": "npm:^7.29.0"
"@babel/plugin-transform-react-jsx-self": "npm:^7.27.1"
"@babel/plugin-transform-react-jsx-source": "npm:^7.27.1"
"@rolldown/pluginutils": "npm:1.0.0-rc.3"
"@types/babel__core": "npm:^7.20.5"
react-refresh: "npm:^0.18.0"
"@rolldown/pluginutils": "npm:1.0.0-rc.7"
peerDependencies:
vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
checksum: 10/f4c98e084d053227fae80358fc33641e4a143daa9528c8f821ac7ce7eabe27329616c3a9efbe5b1a87ea131a5ad21e26a0ab355685727ec7bb65d244266250ee
"@rolldown/plugin-babel": ^0.1.7 || ^0.2.0
babel-plugin-react-compiler: ^1.0.0
vite: ^8.0.0
peerDependenciesMeta:
"@rolldown/plugin-babel":
optional: true
babel-plugin-react-compiler:
optional: true
checksum: 10/a525799252fa6c12bf9a0a367b17dfc3d5e8e02ec0b5b81554db9d97b764c554be6b0686e3dd385b0ac0350f0c023120ce712d79feedd99fa2cb854b7cd1e960
languageName: node
linkType: hard

Expand Down Expand Up @@ -14960,13 +14962,6 @@ __metadata:
languageName: node
linkType: hard

"react-refresh@npm:^0.18.0":
version: 0.18.0
resolution: "react-refresh@npm:0.18.0"
checksum: 10/504c331c19776bf8320c23bad7f80b3a28de03301ed7523b0dd21d3f02bf2b53bbdd5aa52469b187bc90f358614b2ba303c088a0765c95f4f0a68c43a7d67b1d
languageName: node
linkType: hard

"react-test@workspace:packages/react-test":
version: 0.0.0-use.local
resolution: "react-test@workspace:packages/react-test"
Expand Down Expand Up @@ -15003,7 +14998,7 @@ __metadata:
"@elvia/elvis-typography": "npm:*"
"@types/react": "npm:18.3.28"
"@types/react-dom": "npm:18.3.7"
"@vitejs/plugin-react": "npm:5.2.0"
"@vitejs/plugin-react": "npm:6.0.1"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
sass: "npm:1.93.3"
Expand Down
Loading