Skip to content

Commit

Permalink
Merge pull request #238 from mainmatter/renovate/vite-6.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency vite to v6
  • Loading branch information
paoloricciuti authored Nov 28, 2024
2 parents 53cc42e + c2bd580 commit b29d14e
Show file tree
Hide file tree
Showing 4 changed files with 360 additions and 21 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
},
"devDependencies": {
"publint": "^0.2.7",
"vite": "^5.2.11"
"vite": "^6.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/core/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Nodes =
| BlockStatement
| AwaitExpression;

export async function asyncTransform() {
export async function asyncTransform(): Promise<Plugin> {
const { parse } = await import('acorn');
const { print } = await import('esrap');
const { walk } = await import('zimmerframe');
Expand Down Expand Up @@ -140,5 +140,5 @@ export async function asyncTransform() {
/** in case parsing fails */
}
},
} satisfies Plugin;
};
}
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.8",
"@sveltejs/package": "^2.3.1",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/svelte": "^5.1.0",
"@types/eslint": "9.6.1",
Expand All @@ -87,7 +87,7 @@
"tsm": "^2.3.0",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0",
"vite": "^5.2.11",
"vite": "^6.0.0",
"vitest": "^2.1.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit b29d14e

Please sign in to comment.