Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/new-baboons-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vite-plugin-solid': patch
---

Add Vite 6 to peerdependencies
5 changes: 5 additions & 0 deletions .changeset/rotten-geckos-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vite-plugin-solid': patch
---

Bump pnpm to `v9.8.0`
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-solid",
"version": "2.10.2",
"description": "solid-js integration plugin for vite 3/4/5",
"description": "solid-js integration plugin for vite 3/4/5/6",
"type": "module",
"files": [
"dist"
Expand Down Expand Up @@ -37,7 +37,7 @@
"author": "Alexandre Mouton-Brady <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/amoutonbrady/vite-plugin-solid/issues"
"url": "https://github.com/solidjs/vite-plugin-solid/issues"
},
"homepage": "https://github.com/solidjs/vite-plugin-solid#readme",
"dependencies": {
Expand Down Expand Up @@ -67,12 +67,15 @@
"peerDependencies": {
"@testing-library/jest-dom": "^5.16.6 || ^5.17.0 || ^6.*",
"solid-js": "^1.7.2",
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0"
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
},
"peerDependenciesMeta": {
"@testing-library/jest-dom": {
"optional": true
}
},
"packageManager": "[email protected]"
"engines": {
"pnpm": "^9.8.0"
},
"packageManager": "[email protected]"
}
Loading