Skip to content

Commit

Permalink
vite 3 peer dependency (fixes #34)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Jul 23, 2022
1 parent 490bfc1 commit 4c79a90
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 57 deletions.
6 changes: 6 additions & 0 deletions .changeset/tasty-badgers-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@solid-devtools/babel-plugin": minor
"solid-devtools": minor
---

Bump vite peerDepenedency to version 3.0.0 (#34)
4 changes: 2 additions & 2 deletions packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/babel__traverse": "^7.17.1",
"tsup": "^6.1.2",
"typescript": "^4.7.4",
"vite": "^2.9.13"
"vite": "^3.0.2"
},
"dependencies": {
"@babel/core": "^7.18.6",
Expand All @@ -49,6 +49,6 @@
},
"peerDependencies": {
"solid-js": "^1.4.4",
"vite": "^2.9.12"
"vite": "^3.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@types/chrome": "^0.0.183",
"rimraf": "^3.0.2",
"typescript": "^4.7.4",
"vite": "^2.9.13",
"vite-plugin-solid": "^2.2.6"
"vite": "^3.0.2",
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"@solid-devtools/ui": "0.3.2",
Expand Down
6 changes: 3 additions & 3 deletions playgrounds/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"devDependencies": {
"@solid-devtools/babel-plugin": "^0.2.1",
"typescript": "^4.7.4",
"vite": "^2.9.13",
"vite-plugin-solid": "^2.2.6"
"vite": "^3.0.2",
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"@solid-devtools/logger": "^0.1.4",
"@solid-primitives/timer": "^1.3.1",
"solid-devtools": "^0.7.2",
"solid-js": "^1.4.5"
"solid-js": "^1.4.7"
}
}

0 comments on commit 4c79a90

Please sign in to comment.