From 10bfdffaa60f7f114a096fb9a0d64f59fef28927 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 09:18:37 +0000 Subject: [PATCH] chore(deps): pin dependencies --- 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 c5c956cb..7111cbf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "hasInstallScript": true, "dependencies": { - "@nuxtjs/i18n": "^7.2.2", + "@nuxtjs/i18n": "7.2.2", "@nuxtjs/vuetify": "1.12.3", "core-js": "3.23.5", "nuxt": "2.15.8", @@ -17,7 +17,7 @@ "postcss-nesting": "10.1.10", "tailwindcss": "3.1.6", "vue-meta": "2.4.0", - "webpack-dynamic-public-path": "^1.0.8" + "webpack-dynamic-public-path": "1.0.8" }, "devDependencies": { "@babel/eslint-parser": "7.18.2", diff --git a/package.json b/package.json index c2d9bd53..3d907351 100644 --- a/package.json +++ b/package.json @@ -15,13 +15,13 @@ "lint:css": "stylelint \"examples/**/*.vue\" \"examples/**/*.css\"" }, "dependencies": { - "@nuxtjs/i18n": "^7.2.2", + "@nuxtjs/i18n": "7.2.2", "@nuxtjs/vuetify": "1.12.3", "core-js": "3.23.5", "nuxt": "2.15.8", "nuxt-custom-elements": "1.9.1", "vue-meta": "2.4.0", - "webpack-dynamic-public-path": "^1.0.8", + "webpack-dynamic-public-path": "1.0.8", "postcss-nesting": "10.1.10", "tailwindcss": "3.1.6" },