Skip to content

Commit

Permalink
Update parcel
Browse files Browse the repository at this point in the history
- Update parcel in examples/parcel, since having different versions causes a weird error.
- Update viz in examples/parcel.
  • Loading branch information
mdaines committed Jul 8, 2024
1 parent af26acb commit 93f8b5e
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 410 deletions.
4 changes: 2 additions & 2 deletions packages/examples/parcel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@viz-js/viz": "3.3.0",
"parcel": "^2.10.1"
"@viz-js/viz": "3.7.0",
"parcel": "^2.12.0"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"devDependencies": {
"mocha": "^10.6.0",
"parcel": "^2.10.1",
"parcel": "^2.12.0",
"plugins": "^0.4.2",
"process": "^0.11.10"
},
Expand Down
Loading

0 comments on commit 93f8b5e

Please sign in to comment.