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" },