Skip to content

Commit 3bd1f08

Browse files
authored
feat: use carets for rolldown versions (#1216)
1 parent 2b8df67 commit 3bd1f08

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"./refresh-runtime": "./refresh-runtime.js"
99
},
1010
"dependencies": {
11-
"@rolldown/pluginutils": "1.0.0"
11+
"@rolldown/pluginutils": "^1.0.0"
1212
},
1313
"peerDependencies": {
1414
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"

packages/plugin-react-swc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test": "playwright test"
3030
},
3131
"dependencies": {
32-
"@rolldown/pluginutils": "1.0.0",
32+
"@rolldown/pluginutils": "^1.0.0",
3333
"@swc/core": "^1.15.11"
3434
},
3535
"devDependencies": {

packages/plugin-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"test-unit": "vitest run"
4444
},
4545
"dependencies": {
46-
"@rolldown/pluginutils": "1.0.0"
46+
"@rolldown/pluginutils": "^1.0.0"
4747
},
4848
"devDependencies": {
4949
"@babel/core": "8.0.0-rc.4",
@@ -52,7 +52,7 @@
5252
"babel-plugin-react-compiler": "^1.0.0",
5353
"react": "^19.2.6",
5454
"react-dom": "^19.2.6",
55-
"rolldown": "1.0.0",
55+
"rolldown": "^1.0.0",
5656
"tsdown": "^0.22.0",
5757
"vite": "^8.0.11"
5858
},
@@ -76,7 +76,7 @@
7676
"schemaVersion": 1,
7777
"rolldown": {
7878
"type": "compatible",
79-
"versions": "^1.0.0-beta.44",
79+
"versions": "^1.0.0",
8080
"note": "You can use Rolldown's built-in feature directly."
8181
},
8282
"rollup": {

packages/plugin-rsc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"prepack": "tsdown"
4040
},
4141
"dependencies": {
42-
"@rolldown/pluginutils": "1.0.0",
42+
"@rolldown/pluginutils": "^1.0.0",
4343
"es-module-lexer": "^2.1.0",
4444
"estree-walker": "^3.0.3",
4545
"magic-string": "^0.30.21",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)