nuxt-i18n
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -5,2 +5,13 @@ # Change Log | ||
## [6.0.1](https://github.com/nuxt-community/nuxt-i18n/compare/v6.0.0...v6.0.1) (2019-08-13) | ||
### Bug Fixes | ||
* **deps:** update all non-major dependencies ([#375](https://github.com/nuxt-community/nuxt-i18n/issues/375)) ([9efbbf0](https://github.com/nuxt-community/nuxt-i18n/commit/9efbbf0)) | ||
* **deps:** update dependency acorn to v7 ([#392](https://github.com/nuxt-community/nuxt-i18n/issues/392)) ([9fc564f](https://github.com/nuxt-community/nuxt-i18n/commit/9fc564f)) | ||
* **deps:** update dependency acorn-walk to v7 ([#393](https://github.com/nuxt-community/nuxt-i18n/issues/393)) ([06ddf3e](https://github.com/nuxt-community/nuxt-i18n/commit/06ddf3e)) | ||
# [6.0.0](https://github.com/nuxt-community/nuxt-i18n/compare/v5.12.8...v6.0.0) (2019-07-20) | ||
@@ -7,0 +18,0 @@ |
{ | ||
"name": "nuxt-i18n", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "i18n for Nuxt", | ||
@@ -45,6 +45,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@kazupon/vue-i18n-loader": "^0.3.0", | ||
"acorn": "^6.1.1", | ||
"@kazupon/vue-i18n-loader": "^0.4.0", | ||
"acorn": "^7.0.0", | ||
"acorn-dynamic-import": "^4.0.0", | ||
"acorn-walk": "^6.1.1", | ||
"acorn-walk": "^7.0.0", | ||
"cookie": "^0.4.0", | ||
@@ -59,6 +59,6 @@ "is-https": "^1.0.0", | ||
"codecov": "3.5.0", | ||
"eslint": "6.0.1", | ||
"eslint": "6.1.0", | ||
"eslint-config-standard": "13.0.1", | ||
"eslint-plugin-import": "2.18.2", | ||
"eslint-plugin-jest": "22.12.0", | ||
"eslint-plugin-jest": "22.15.1", | ||
"eslint-plugin-node": "9.1.0", | ||
@@ -71,6 +71,6 @@ "eslint-plugin-promise": "4.2.1", | ||
"nuxt": "2.8.1", | ||
"standard-version": "6.0.1", | ||
"standard-version": "7.0.0", | ||
"typescript": "3.5.3", | ||
"vuepress": "1.0.2" | ||
"vuepress": "1.0.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67570
+ Added@kazupon/vue-i18n-loader@0.4.1(transitive)
+ Addedacorn@7.4.1(transitive)
+ Addedacorn-walk@7.2.0(transitive)
+ Addedargparse@1.0.10(transitive)
+ Addedesprima@4.0.1(transitive)
+ Addedjs-yaml@3.14.1(transitive)
+ Addedjson5@2.2.3(transitive)
+ Addedsprintf-js@1.0.3(transitive)
- Removed@kazupon/vue-i18n-loader@0.3.0(transitive)
- Removedacorn-walk@6.2.0(transitive)
Updatedacorn@^7.0.0
Updatedacorn-walk@^7.0.0