Skip to content

Commit 075bc43

Browse files
fix(deps): update rolldown-related dependencies
1 parent 8047e05 commit 075bc43

File tree

13 files changed

+167
-167
lines changed

13 files changed

+167
-167
lines changed

examples/emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@types/react": "^19.2.14",
1919
"@types/react-dom": "^19.2.3",
2020
"@vitejs/plugin-react": "^6.0.1",
21-
"vite": "^8.0.3"
21+
"vite": "^8.0.5"
2222
}
2323
}

examples/jsx-remove-attributes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@types/react": "^19.2.14",
1717
"@types/react-dom": "^19.2.3",
1818
"@vitejs/plugin-react": "^6.0.1",
19-
"vite": "^8.0.3"
19+
"vite": "^8.0.5"
2020
}
2121
}

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
},
1010
"devDependencies": {
1111
"playwright-chromium": "^1.59.1",
12-
"vite": "^8.0.3"
12+
"vite": "^8.0.5"
1313
}
1414
}

examples/styled-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@types/react": "^19.2.14",
1818
"@types/react-dom": "^19.2.3",
1919
"@vitejs/plugin-react": "^6.0.1",
20-
"vite": "^8.0.3"
20+
"vite": "^8.0.5"
2121
}
2222
}

internal-packages/swc-output-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@swc/plugin-emotion": "^14.8.0",
1414
"@swc/plugin-react-remove-properties": "^12.8.0",
1515
"@swc/plugin-styled-jsx": "^13.8.0",
16-
"rolldown": "^1.0.0-rc.12",
16+
"rolldown": "^1.0.0-rc.13",
1717
"tinyglobby": "^0.2.15"
1818
}
1919
}

packages/babel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@babel/runtime": "^8.0.0-rc.3",
4040
"@types/node": "^24.12.2",
4141
"@types/picomatch": "^4.0.3",
42-
"rolldown": "1.0.0-rc.12",
43-
"vite": "^8.0.3"
42+
"rolldown": "1.0.0-rc.13",
43+
"vite": "^8.0.5"
4444
},
4545
"peerDependencies": {
4646
"@babel/core": "^7.29.0 || ^8.0.0-rc.1",

packages/emotion/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"@types/node": "^24.12.2",
3030
"@types/react": "^19.2.14",
3131
"@types/react-dom": "^19.2.3",
32-
"rolldown": "^1.0.0-rc.12"
32+
"rolldown": "^1.0.0-rc.13"
3333
}
3434
}

packages/emotion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
},
3838
"devDependencies": {
3939
"oxc-unshadowed-visitor": "workspace:*",
40-
"rolldown": "^1.0.0-rc.12",
40+
"rolldown": "^1.0.0-rc.13",
4141
"tinyglobby": "^0.2.15",
42-
"vite": "^8.0.3"
42+
"vite": "^8.0.5"
4343
},
4444
"peerDependencies": {
4545
"rolldown": "^1.0.0-rc.9",

packages/jsx-remove-attributes/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"@types/react": "^19.2.14",
2828
"@types/react-dom": "^19.2.3",
2929
"babel-plugin-react-remove-properties": "^0.3.1",
30-
"rolldown": "^1.0.0-rc.12"
30+
"rolldown": "^1.0.0-rc.13"
3131
}
3232
}

packages/jsx-remove-attributes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"rolldown-string": "^0.3.0"
3535
},
3636
"devDependencies": {
37-
"rolldown": "^1.0.0-rc.12",
37+
"rolldown": "^1.0.0-rc.13",
3838
"tinyglobby": "^0.2.15",
39-
"vite": "^8.0.3"
39+
"vite": "^8.0.5"
4040
},
4141
"peerDependencies": {
4242
"rolldown": "^1.0.0-rc.9",

0 commit comments

Comments
 (0)