From be637d99cb9cbf037ec68d5a6120d12adce26ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 08:02:44 +0000 Subject: [PATCH] Bump parcel from 2.0.0-beta.3.1 to 2.0.0-nightly.790 Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.0.0-beta.3.1 to 2.0.0-nightly.790. - [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/commits) --- updated-dependencies: - dependency-name: parcel dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71712e9..5ece549 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "5.1.0", "npm-run-all": "4.1.5", - "parcel": "2.0.0-beta.3.1", + "parcel": "2.0.0-nightly.790", "parcel-plugin-bundle-visualiser": "1.2.0", "percy": "0.28.6", "postcss": "8.3.6",