From 69f1e862c0ed7348ed8395c5b9885c64d4ba9474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 06:56:31 +0000 Subject: [PATCH] Bump style-dictionary from 3.0.0-rc.5 to 3.0.0-rc.6 Bumps [style-dictionary](https://github.com/amzn/style-dictionary) from 3.0.0-rc.5 to 3.0.0-rc.6. - [Release notes](https://github.com/amzn/style-dictionary/releases) - [Changelog](https://github.com/amzn/style-dictionary/blob/v3.0.0-rc.6/CHANGELOG.md) - [Commits](https://github.com/amzn/style-dictionary/compare/v3.0.0-rc.5...v3.0.0-rc.6) Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 045fb7f..ecb958c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,17 +1,17 @@ { "name": "@lsst-sqre/rubin-style-dictionary", - "version": "0.3.0-beta+1", + "version": "0.3.0-beta.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lsst-sqre/rubin-style-dictionary", - "version": "0.3.0-beta+1", + "version": "0.3.0-beta.3", "license": "MIT", "devDependencies": { "lodash": "^4.17.20", "prettier": "^2.2.1", - "style-dictionary": "^3.0.0-rc.4", + "style-dictionary": "^3.0.0-rc.6", "yaml": "^1.10.0" } }, @@ -236,9 +236,9 @@ } }, "node_modules/style-dictionary": { - "version": "3.0.0-rc.5", - "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-3.0.0-rc.5.tgz", - "integrity": "sha512-IECilIfO2mpnu8W0tUcibxx274i9HMpbMKyEfEqck7Vr4R9gQ1NNJHbOHCvQV7fxh9HUK1Dfo9bKtwb0j2CgTQ==", + "version": "3.0.0-rc.6", + "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-3.0.0-rc.6.tgz", + "integrity": "sha512-EI0B3n9NnL/dmMWSSg18/CEqCamG9/fxYetS0kvBDfuSkXxDuBEwLfta1+GvSKF8b+/01WweITrazaUS991VIQ==", "dev": true, "dependencies": { "chalk": "^4.0.0", @@ -485,9 +485,9 @@ "dev": true }, "style-dictionary": { - "version": "3.0.0-rc.5", - "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-3.0.0-rc.5.tgz", - "integrity": "sha512-IECilIfO2mpnu8W0tUcibxx274i9HMpbMKyEfEqck7Vr4R9gQ1NNJHbOHCvQV7fxh9HUK1Dfo9bKtwb0j2CgTQ==", + "version": "3.0.0-rc.6", + "resolved": "https://registry.npmjs.org/style-dictionary/-/style-dictionary-3.0.0-rc.6.tgz", + "integrity": "sha512-EI0B3n9NnL/dmMWSSg18/CEqCamG9/fxYetS0kvBDfuSkXxDuBEwLfta1+GvSKF8b+/01WweITrazaUS991VIQ==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index 98c8a1c..fee0f44 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "devDependencies": { "lodash": "^4.17.20", "prettier": "^2.2.1", - "style-dictionary": "^3.0.0-rc.5", + "style-dictionary": "^3.0.0-rc.6", "yaml": "^1.10.0" }, "scripts": {