Skip to content

Commit

Permalink
Bump parcel to 2.8.0 (#8)
Browse files Browse the repository at this point in the history
* Bump parcel to 2.8.0

* Bump version
  • Loading branch information
erxclau authored Nov 12, 2022
1 parent 6db013e commit 111ec3f
Show file tree
Hide file tree
Showing 4 changed files with 588 additions and 594 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@michigandaily/parcel-transformer-dsv",
"version": "2.0.0",
"version": "2.0.1",
"description": "DSV transformer for Parcel 2",
"repository": "https://github.com/MichiganDaily/parcel-transformer-dsv",
"author": "erxclau <ericlau41802@gmail.com>",
Expand All @@ -11,8 +11,8 @@
"parcel": "2.x"
},
"dependencies": {
"@parcel/core": "^2.7.0",
"@parcel/plugin": "^2.7.0",
"@parcel/core": "^2.8.0",
"@parcel/plugin": "^2.8.0",
"d3-dsv": "^3.0.1"
}
}
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"private": true,
"devDependencies": {
"@michigandaily/parcel-transformer-dsv": "file:..",
"parcel": "^2.7.0"
"parcel": "^2.8.0"
}
}
Loading

0 comments on commit 111ec3f

Please sign in to comment.