File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6868 working-directory : ./packages/vite
6969 run : pnpm build
7070
71- - run : pnpm dlx pkg-pr-new@0.0 publish --compact -- pnpm ./packages/vite
71+ - run : pnpm dlx pkg-pr-new@0.0 publish --pnpm ./packages/vite
Original file line number Diff line number Diff line change 7676 "tsx" : " ^4.19.1" ,
7777 "typescript" : " ^5.6.2" ,
7878 "typescript-eslint" : " ^8.8.0" ,
79- "vite" : " workspace:rolldown-vite@ *" ,
79+ "vite" : " workspace:*" ,
8080 "vitest" : " ^2.1.2"
8181 },
8282 "simple-git-hooks" : {
9999 "packageManager" : " pnpm@9.12.0" ,
100100 "pnpm" : {
101101 "overrides" : {
102- "vite" : " workspace:rolldown-vite@ *"
102+ "vite" : " workspace:*"
103103 },
104104 "patchedDependencies" : {
105105 "acorn@8.12.1" : " patches/acorn@8.12.1.patch" ,
Original file line number Diff line number Diff line change 5757 "acorn" : " ^8.12.1" ,
5858 "picocolors" : " ^1.1.0" ,
5959 "unbuild" : " ^2.0.0" ,
60- "vite" : " workspace:rolldown-vite@ *"
60+ "vite" : " workspace:*"
6161 }
6262}
Original file line number Diff line number Diff line change 11{
2- "name" : " rolldown- vite" ,
2+ "name" : " vite" ,
33 "version" : " 6.0.0-beta.2" ,
44 "type" : " module" ,
55 "license" : " MIT" ,
6262 },
6363 "repository" : {
6464 "type" : " git" ,
65- "url" : " git+https://github.com/rolldown /vite.git" ,
65+ "url" : " git+https://github.com/vitejs /vite.git" ,
6666 "directory" : " packages/vite"
6767 },
6868 "bugs" : {
69- "url" : " https://github.com/rolldown /vite/issues"
69+ "url" : " https://github.com/vitejs /vite/issues"
7070 },
7171 "homepage" : " https://vite.dev" ,
7272 "funding" : " https://github.com/vitejs/vite?sponsor=1" ,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ it.runIf(isImportAttributesSupported)(
4242 )
4343 expect ( config ) . toMatchInlineSnapshot ( `
4444 {
45- "jsonValue": "rolldown- vite",
45+ "jsonValue": "vite",
4646 }
4747 ` )
4848 } ,
Original file line number Diff line number Diff line change 1616 "devDependencies" : {
1717 "slash3" : " npm:slash@^3.0.0" ,
1818 "slash5" : " npm:slash@^5.1.0" ,
19- "vite" : " workspace:rolldown-vite@ *" ,
19+ "vite" : " workspace:*" ,
2020 "vue" : " ^3.5.11" ,
2121 "vue32" : " npm:vue@~3.2.0"
2222 }
Original file line number Diff line number Diff line change 1515 "preview" : " vite preview"
1616 },
1717 "devDependencies" : {
18- "vite" : " workspace:rolldown-vite@ *" ,
18+ "vite" : " workspace:*" ,
1919 "@vitejs/plugin-legacy" : " workspace:*" ,
2020 "express" : " ^4.21.0" ,
2121 "terser" : " ^5.34.1"
You can’t perform that action at this time.
0 commit comments