From ce9d7d58b81ea50314f5962a7e96ff32e3a4b041 Mon Sep 17 00:00:00 2001 From: bono <13803343+bonomite@users.noreply.github.com> Date: Thu, 12 Jan 2023 12:10:20 -0500 Subject: [PATCH] updated DS version to fix audio scrubber (#167) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a78d57..a4960a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@nuxtjs/algolia": "^1.4.2", - "@nypublicradio/nypr-design-system-vue3": "^1.0.2", + "@nypublicradio/nypr-design-system-vue3": "^1.0.3", "@sentry/tracing": "^6.18.2", "@sentry/vue": "^6.18.2", "@vue/test-utils": "^2.2.7", @@ -1520,9 +1520,9 @@ } }, "node_modules/@nypublicradio/nypr-design-system-vue3": { - "version": "1.0.2", - "resolved": "https://npm.pkg.github.com/download/@nypublicradio/nypr-design-system-vue3/1.0.2/1b887683d5e74bf590b55f7775d0ac4cecf9e845", - "integrity": "sha512-a0129rsA39vvXYkL1i4l0voc4ph1c5YU1iljj5vqKWgHcG3dRd1RbI54kXs04gV7E96NGLdazZPYUxqwSu1cqg==", + "version": "1.0.3", + "resolved": "https://npm.pkg.github.com/download/@nypublicradio/nypr-design-system-vue3/1.0.3/3c9a30efa5d30fadd65a431c31c05b89d1762e28", + "integrity": "sha512-QiEcFqzPNZlKK4STjAoTxlEJ5JYVidcer9NXb02RXHDZFrIQllFZoUn9fwMKBD5ReNBSNi7f21waRPdbTZ+UNA==", "dependencies": { "@vitejs/plugin-vue": "^4.0.0", "@vue/test-utils": "^2.2.6", @@ -11917,9 +11917,9 @@ } }, "@nypublicradio/nypr-design-system-vue3": { - "version": "1.0.2", - "resolved": "https://npm.pkg.github.com/download/@nypublicradio/nypr-design-system-vue3/1.0.2/1b887683d5e74bf590b55f7775d0ac4cecf9e845", - "integrity": "sha512-a0129rsA39vvXYkL1i4l0voc4ph1c5YU1iljj5vqKWgHcG3dRd1RbI54kXs04gV7E96NGLdazZPYUxqwSu1cqg==", + "version": "1.0.3", + "resolved": "https://npm.pkg.github.com/download/@nypublicradio/nypr-design-system-vue3/1.0.3/3c9a30efa5d30fadd65a431c31c05b89d1762e28", + "integrity": "sha512-QiEcFqzPNZlKK4STjAoTxlEJ5JYVidcer9NXb02RXHDZFrIQllFZoUn9fwMKBD5ReNBSNi7f21waRPdbTZ+UNA==", "requires": { "@vitejs/plugin-vue": "^4.0.0", "@vue/test-utils": "^2.2.6", diff --git a/package.json b/package.json index 4104465..979942c 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@nuxtjs/algolia": "^1.4.2", - "@nypublicradio/nypr-design-system-vue3": "^1.0.2", + "@nypublicradio/nypr-design-system-vue3": "^1.0.3", "@sentry/tracing": "^6.18.2", "@sentry/vue": "^6.18.2", "@vue/test-utils": "^2.2.7",