Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: fix acorn patch
  • Loading branch information
bluwy committed Jun 18, 2024
commit 71716fc327d87108f42bb828eab29a563b92b559
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"vite": "workspace:*"
},
"patchedDependencies": {
"acorn@8.11.3": "patches/acorn@8.11.3.patch",
"acorn@8.12.0": "patches/acorn@8.12.0.patch",
"chokidar@3.6.0": "patches/chokidar@3.6.0.patch",
"http-proxy@1.18.1": "patches/http-proxy@1.18.1.patch",
"sirv@2.0.4": "patches/sirv@2.0.4.patch"
Expand Down
4 changes: 2 additions & 2 deletions patches/acorn@8.11.3.patch → patches/acorn@8.12.0.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
diff --git a/package.json b/package.json
index 1b8dc76afc3cf5890cc3693c2975577fd3117dd6..9ac3a4d813fda1be476bd896a8f6168b3a459e41 100644
index be2eba04821e9d14be0e7cfd0d4727744715df62..681b9caba21b7403eadaf267708ac0018ed00908 100644
--- a/package.json
+++ b/package.json
@@ -46,5 +46,6 @@
},
"bin": {
"acorn": "./bin/acorn"
"acorn": "bin/acorn"
- }
+ },
+ "sideEffects": false
Expand Down
Loading