Bump parcel from 2.5.0 to 2.6.0

Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](https://github.com/parcel-bundler/parcel/compare/v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: parcel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-05-26 06:47:33 +00:00
committed by Phoenix / Hotaru
parent 69b0417d03
commit ca7ae870e8
2 changed files with 477 additions and 421 deletions

View File

@@ -17,7 +17,7 @@
"Prod": "npm run Cleanup && npm run Init && parcel build src/index.pug --dist-dir build"
},
"devDependencies": {
"parcel": "^2.5.0"
"parcel": "^2.6.0"
},
"engines": {
"node": "^18.*"