[examples] Update Parcel version to support Node 18 (#9310)

Looks like our Parcel examples are currently failing in Node 18.x.
Updating the version which also Support Node 18.x

<img width="814" alt="image"
src="https://user-images.githubusercontent.com/1162991/214491854-92dc39a4-d7b7-442a-a16c-88621b52621a.png">
This commit is contained in:
Swarnava Sengupta
2023-01-25 20:38:45 +05:30
committed by GitHub
parent 8b036e97ea
commit 025344c4a7
2 changed files with 802 additions and 3882 deletions

View File

@@ -7,6 +7,6 @@
"build": "parcel build" "build": "parcel build"
}, },
"devDependencies": { "devDependencies": {
"parcel": "^2.0.0" "parcel": "^2.8.3"
} }
} }

File diff suppressed because it is too large Load Diff