nuxt-i18n
Advanced tools
Comparing version 6.28.0 to 6.28.1
{ | ||
"name": "nuxt-i18n", | ||
"version": "6.28.0", | ||
"version": "6.28.1", | ||
"description": "i18n for Nuxt", | ||
@@ -90,4 +90,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@babel/parser": "^7.14.7", | ||
"@babel/traverse": "^7.14.7", | ||
"@babel/parser": "^7.14.9", | ||
"@babel/traverse": "^7.14.9", | ||
"@intlify/vue-i18n-extensions": "^1.0.2", | ||
@@ -98,3 +98,3 @@ "@intlify/vue-i18n-loader": "^1.1.0", | ||
"is-https": "^4.0.0", | ||
"js-cookie": "^2.2.1", | ||
"js-cookie": "^3.0.0", | ||
"klona": "^2.0.4", | ||
@@ -106,7 +106,7 @@ "lodash.merge": "^4.6.2", | ||
"devDependencies": { | ||
"@babel/core": "7.14.6", | ||
"@babel/preset-env": "7.14.7", | ||
"@babel/runtime": "7.14.6", | ||
"@babel/core": "7.14.8", | ||
"@babel/preset-env": "7.14.9", | ||
"@babel/runtime": "7.14.8", | ||
"@nuxt/types": "2.15.7", | ||
"@nuxtjs/composition-api": "0.24.7", | ||
"@nuxtjs/composition-api": "0.26.0", | ||
"@nuxtjs/eslint-config-typescript": "6.0.1", | ||
@@ -129,4 +129,4 @@ "@nuxtjs/module-test-utils": "1.6.3", | ||
"codecov": "3.8.3", | ||
"core-js": "3.15.2", | ||
"eslint": "7.31.0", | ||
"core-js": "3.16.0", | ||
"eslint": "7.32.0", | ||
"express": "4.17.1", | ||
@@ -136,7 +136,7 @@ "husky": "4.3.8", | ||
"jest-dev-server": "5.0.3", | ||
"jsdom": "16.6.0", | ||
"jsdom": "16.7.0", | ||
"messageformat": "2.3.0", | ||
"nuxt": "2.15.7", | ||
"playwright-chromium": "1.12.3", | ||
"release-it": "14.10.0", | ||
"playwright-chromium": "1.13.1", | ||
"release-it": "14.10.1", | ||
"serve-static": "1.14.1", | ||
@@ -143,0 +143,0 @@ "typescript": "^4.3.5" |
@@ -70,3 +70,7 @@ <% | ||
<% | ||
} else { | ||
%> | ||
export const localeMessages = {} | ||
<% | ||
} | ||
%> |
84011
2114
+ Addedjs-cookie@3.0.5(transitive)
- Removedjs-cookie@2.2.1(transitive)
Updated@babel/parser@^7.14.9
Updated@babel/traverse@^7.14.9
Updatedjs-cookie@^3.0.0