From e3525ae0eec137266076c4f3c7eb99735098cefc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 09:55:38 +0000 Subject: [PATCH] Bump parcel from 2.0.0-beta.3.1 to 2.0.0-rc.0 Bumps [parcel](https://github.com/parcel-bundler/parcel) from 2.0.0-beta.3.1 to 2.0.0-rc.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.0.0-beta.3.1...v2.0.0-rc.0) --- 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 6e66c4a..d612b2a 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-rc.0", "parcel-plugin-bundle-visualiser": "1.2.0", "percy": "0.28.6", "postcss": "8.3.8",