Skip to content

Commit

Permalink
Bump vite-plugin-singlefile in /src/UnityWebBrowser.Pages
Browse files Browse the repository at this point in the history
Bumps [vite-plugin-singlefile](https://github.com/richardtallent/vite-plugin-singlefile) from 2.0.0 to 2.0.1.
- [Changelog](https://github.com/richardtallent/vite-plugin-singlefile/blob/main/CHANGELOG.md)
- [Commits](https://github.com/richardtallent/vite-plugin-singlefile/commits)

---
updated-dependencies:
- dependency-name: vite-plugin-singlefile
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent b5ddf3e commit 26131e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/UnityWebBrowser.Pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"typescript": "^5.1.6",
"vite": "^5.1.4",
"vite-plugin-html": "^3.2.0",
"vite-plugin-singlefile": "^2.0.0"
"vite-plugin-singlefile": "^2.0.1"
}
}
8 changes: 4 additions & 4 deletions src/UnityWebBrowser.Pages/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -835,10 +835,10 @@ vite-plugin-html@^3.2.0:
node-html-parser "^5.3.3"
pathe "^0.2.0"

vite-plugin-singlefile@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/vite-plugin-singlefile/-/vite-plugin-singlefile-2.0.0.tgz#b25a8cdb90def1c602d63f795f10d321abb0e7d0"
integrity sha512-0ADuhM0nLSTJAm/KhRLCHiAIhlmR70MajcLfJlIflbsPj02sKEQErzsiPhuSg/jt1nKBi7oLmuX718tYI2Fjdg==
vite-plugin-singlefile@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/vite-plugin-singlefile/-/vite-plugin-singlefile-2.0.1.tgz#04c0ffdb54a83e236c54f199d5ce07130a2d4d32"
integrity sha512-J74tfN6TE4fz0Hp7E1+dmVTmCpyazv4yuIpR6jd22Kq76d2CQDSQx3wDiHX8LT02f922V+YrLhRq2VIk/UYrig==
dependencies:
micromatch "^4.0.5"

Expand Down

0 comments on commit 26131e8

Please sign in to comment.