From 6c98ea6ec45846efadfeb986025d1aa610cf8173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 00:59:12 +0000 Subject: [PATCH] chore(deps-dev): bump rollup from 2.78.1 to 3.12.0 Bumps [rollup](https://github.com/rollup/rollup) from 2.78.1 to 3.12.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.78.1...v3.12.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 95da7e2..a530b05 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "serve": "vite preview" }, "devDependencies": { - "rollup": "^2.78.1", + "rollup": "^3.12.0", "rollup-preset-solid": "^1.4.0", "typescript": "^4.7.4", "vite": "^3.0.9", diff --git a/yarn.lock b/yarn.lock index df04faa..9d6c728 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2036,24 +2036,17 @@ rollup-preset-solid@^1.4.0: rollup-plugin-terser "^7.0.2" typescript "^4.5.5" -"rollup@>=2.75.6 <2.77.0 || ~2.77.0": +"rollup@>=2.75.6 <2.77.0 || ~2.77.0", rollup@^2.68.0: version "2.77.3" resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.77.3.tgz#8f00418d3a2740036e15deb653bed1a90ee0cc12" integrity sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g== optionalDependencies: fsevents "~2.3.2" -rollup@^2.68.0: - version "2.75.7" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.75.7.tgz#221ff11887ae271e37dcc649ba32ce1590aaa0b9" - integrity sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ== - optionalDependencies: - fsevents "~2.3.2" - -rollup@^2.78.1: - version "2.78.1" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.78.1.tgz#52fe3934d9c83cb4f7c4cb5fb75d88591be8648f" - integrity sha512-VeeCgtGi4P+o9hIg+xz4qQpRl6R401LWEXBmxYKOV4zlF82lyhgh2hTZnheFUbANE8l2A41F458iwj2vEYaXJg== +rollup@^3.12.0: + version "3.12.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.12.0.tgz#813d88ec11e36108da788fc471b3c81b365a7c29" + integrity sha512-4MZ8kA2HNYahIjz63rzrMMRvDqQDeS9LoriJvMuV0V6zIGysP36e9t4yObUfwdT9h/szXoHQideICftcdZklWg== optionalDependencies: fsevents "~2.3.2"