Skip to content

Commit

Permalink
Merge pull request #1348 from tarsinzer/bump/parcel-monorepo
Browse files Browse the repository at this point in the history
chore(deps): update parcel monorepo to v2.6.2
  • Loading branch information
tarsisexistence authored Jun 26, 2022
2 parents b3802fd + aaba65b commit b7a4dbb
Show file tree
Hide file tree
Showing 3 changed files with 377 additions and 377 deletions.
2 changes: 1 addition & 1 deletion cli/templates/add/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@types/react": "17.0.47",
"@types/react-dom": "17.0.17",
"parcel": "2.6.1",
"parcel": "2.6.2",
"typescript": "4.7.4"
}
}
4 changes: 2 additions & 2 deletions example-app/packages/datepicker/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"react-dom": "../../../node_modules/react-dom/profiling"
},
"devDependencies": {
"@parcel/transformer-sass": "2.6.1",
"@parcel/transformer-sass": "2.6.2",
"@types/react": "17.0.47",
"@types/react-dom": "17.0.17",
"parcel": "2.6.1",
"parcel": "2.6.2",
"typescript": "4.7.4"
}
}
Loading

0 comments on commit b7a4dbb

Please sign in to comment.