Skip to content

Commit

Permalink
Upgrade Vite and plugin-react-swc to latest
Browse files Browse the repository at this point in the history
This fixes security vulnerabilities in Vite
https://nvd.nist.gov/vuln/detail/CVE-2023-34092.
  • Loading branch information
sjdemartini committed Oct 13, 2024
1 parent 371eaef commit 80cd2f5
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 142 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"typescript": "^5.1.3",
"vite": "^5.3.1"
"vite": "^5.4.8"
}
}
157 changes: 80 additions & 77 deletions example/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 80cd2f5

Please sign in to comment.