From 9902350e12fb28ba0545bd41f14389eede0ed5b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 21:07:31 -0500 Subject: [PATCH] Pin dependencies (#867) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | @​defense-unicorns/unicorn-ui | devDependencies | pin | [`^0.0.17` -> `0.0.17`](https://renovatebot.com/diffs/npm/@defense-unicorns%2funicorn-ui/0.0.17/0.0.17) | | [material-symbols](https://marella.github.io/material-symbols/demo/) ([source](https://togithub.com/marella/material-symbols)) | dependencies | pin | [`^0.2.12` -> `0.2.12`](https://renovatebot.com/diffs/npm/material-symbols/0.2.12/0.2.12) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. â™» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/defenseunicorns/zarf). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7460cf1915..19deeade4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,13 +8,13 @@ "name": "zarf-ui", "version": "0.0.1", "dependencies": { - "material-symbols": "^0.2.12", + "material-symbols": "0.2.12", "typescript": "4.8.4", "vite": "3.1.6", "yaml": "2.1.3" }, "devDependencies": { - "@defense-unicorns/unicorn-ui": "^0.0.17", + "@defense-unicorns/unicorn-ui": "0.0.17", "@fontsource/roboto": "4.5.8", "@material/card": "14.0.0", "@material/data-table": "14.0.0", diff --git a/package.json b/package.json index f0cc0970d5..7cde0d8eb0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ ] }, "devDependencies": { - "@defense-unicorns/unicorn-ui": "^0.0.17", + "@defense-unicorns/unicorn-ui": "0.0.17", "@fontsource/roboto": "4.5.8", "@material/card": "14.0.0", "@material/data-table": "14.0.0", @@ -54,7 +54,7 @@ "typescript": "4.8.4" }, "dependencies": { - "material-symbols": "^0.2.12", + "material-symbols": "0.2.12", "typescript": "4.8.4", "vite": "3.1.6", "yaml": "2.1.3"