Bump parcel from 2.4.1 to 2.5.0
Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.4.1 to 2.5.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.4.1...v2.5.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:
2
package.json
Executable file → Normal file
2
package.json
Executable file → Normal file
@@ -17,7 +17,7 @@
|
|||||||
"Prod": "npm run Cleanup && npm run Init && parcel build src/index.pug --dist-dir build"
|
"Prod": "npm run Cleanup && npm run Init && parcel build src/index.pug --dist-dir build"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"parcel": "^2.4.1"
|
"parcel": "^2.5.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^18.*"
|
"node": "^18.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user