Skip to content

Commit

Permalink
chore(deps): upgrade back to Vite 5.0 Beta 18 (#1189)
Browse files Browse the repository at this point in the history
- Vite 5.0 Beta 10-17 had issues with workspace file changes Watch, Beta 18 fixes this issue
  • Loading branch information
ghiscoding authored Nov 11, 2023
1 parent 980fd68 commit 43a0d37
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 243 deletions.
2 changes: 1 addition & 1 deletion examples/vite-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vite": "^4.5.0"
"vite": "^5.0.0-beta.18"
}
}
2 changes: 1 addition & 1 deletion packages/vanilla-force-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"cross-env": "^7.0.3",
"esbuild": "^0.19.5",
"npm-run-all2": "^6.1.1",
"vite": "^4.5.0",
"vite": "^5.0.0-beta.18",
"yargs": "^17.7.2"
}
}
Loading

0 comments on commit 43a0d37

Please sign in to comment.