Skip to content

Commit

Permalink
add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
atilafassina committed Nov 26, 2024
1 parent 2ebfaa5 commit 99881f8
Show file tree
Hide file tree
Showing 4 changed files with 2,928 additions and 2,282 deletions.
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`
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
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 || ^6.0.0"
"vite": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
},
"peerDependenciesMeta": {
"@testing-library/jest-dom": {
"optional": true
}
},
"packageManager": "pnpm@7.18.1"
"engines": {
"pnpm": "^9.8.0"
},
"packageManager": "pnpm@9.8.0"
}
Loading

0 comments on commit 99881f8

Please sign in to comment.