Skip to content

Commit

Permalink
other: Added override for @parcel/watcher to fix parcel build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Jul 10, 2024
1 parent e698a3b commit bbfc19f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
"@parcel/bundler-experimental": "2.7.0",
"@parcel/types": "2.11.0",
"@parcel/utils": "2.11.0",
"@parcel/watcher": "2.0.7",
"@parcel/workers": "2.11.0",
"@types/ejs": "3.1.1",
"@types/mocha": "9.0.0",
Expand Down Expand Up @@ -127,5 +126,8 @@
"parcelIgnore": [
"interfaces/.+",
"classes/.+"
]
],
"overrides": {
"@parcel/watcher": "2.1.0"
}
}
5 changes: 0 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit bbfc19f

Please sign in to comment.