Skip to content

Commit

Permalink
Update vite (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod authored Feb 5, 2024
1 parent bea38f8 commit 4f593e1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion extension-manifest-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"license": "MPL-2.0",
"devDependencies": {
"shelljs": "^0.8.5",
"vite": "^4.5.0",
"vite": "^4.5.2",
"web-ext": "^7.11.0"
},
"dependencies": {
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions patches/vite+4.5.0.patch → patches/vite+4.5.2.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff --git a/node_modules/vite/dist/node/chunks/dep-bb8a8339.js b/node_modules/vite/dist/node/chunks/dep-bb8a8339.js
index 417b6a1..2a7e0f2 100644
--- a/node_modules/vite/dist/node/chunks/dep-bb8a8339.js
+++ b/node_modules/vite/dist/node/chunks/dep-bb8a8339.js
diff --git a/node_modules/vite/dist/node/chunks/dep-52909643.js b/node_modules/vite/dist/node/chunks/dep-52909643.js
index 1881e5b..b03abde 100644
--- a/node_modules/vite/dist/node/chunks/dep-52909643.js
+++ b/node_modules/vite/dist/node/chunks/dep-52909643.js
@@ -37775,8 +37775,6 @@ function buildHtmlPlugin(config) {
const importee = bundle[file];
if (importee?.type === 'chunk' && !seen.has(file)) {
Expand Down

0 comments on commit 4f593e1

Please sign in to comment.