Skip to content

Commit 5b41dc5

Browse files
committed
chore: use pnpm catalog
1 parent 592add5 commit 5b41dc5

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

packages/plugin-react-oxc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
},
3939
"devDependencies": {
4040
"unbuild": "^3.5.0",
41-
"vite": "npm:rolldown-vite@6.3.0-beta.5"
41+
"vite": "catalog:rolldown-vite"
4242
}
4343
}

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ packages:
22
- 'packages/*'
33
- 'playground/**'
44
- 'packages/plugin-react-swc/playground/**'
5+
6+
catalogs:
7+
rolldown-vite:
8+
vite: npm:rolldown-vite@^6.3.0-beta.5

0 commit comments

Comments
 (0)