i18next-hmr
Advanced tools
Comparing version 1.7.4 to 1.7.5
@@ -7,7 +7,15 @@ ### Changelog | ||
#### [v1.7.5](https://github.com/felixmosh/i18next-hmr/compare/v1.7.4...v1.7.5) | ||
- Bump dev deps [`50e8672`](https://github.com/felixmosh/i18next-hmr/commit/50e8672cbad8a8b397251704f4462cc203159006) | ||
- Bump next in /examples/next-with-next-i18next-without-custom-server [`f85c2ba`](https://github.com/felixmosh/i18next-hmr/commit/f85c2ba5a3b48dc27cbe542febb3af6a07724dfa) | ||
- Bump next from 10.2.3 to 11.1.0 in /examples/next-with-next-i18next [`2ca15a1`](https://github.com/felixmosh/i18next-hmr/commit/2ca15a142a941df9fc3875c497dab52890b7611e) | ||
#### [v1.7.4](https://github.com/felixmosh/i18next-hmr/compare/v1.7.3...v1.7.4) | ||
> 21 June 2021 | ||
- Bump examples deps [`5010041`](https://github.com/felixmosh/i18next-hmr/commit/50100413345f1ac9949e28e980a9ee9ad225266e) | ||
- Bump browserslist [`8eb92e8`](https://github.com/felixmosh/i18next-hmr/commit/8eb92e848f5c8eb03a3d7a1f55ed1479d4e54833) | ||
- Bump glob-parent [`38143c1`](https://github.com/felixmosh/i18next-hmr/commit/38143c110177fe8ead7c828abca17198260290b1) | ||
- Release 1.7.4 [`c8ab995`](https://github.com/felixmosh/i18next-hmr/commit/c8ab995d183bf840931c1baf0edea1645f444c17) | ||
@@ -14,0 +22,0 @@ #### [v1.7.3](https://github.com/felixmosh/i18next-hmr/compare/v1.7.2...v1.7.3) |
{ | ||
"name": "i18next-hmr", | ||
"version": "1.7.4", | ||
"version": "1.7.5", | ||
"description": "I18Next HMR webpack plugin that allows reloading translation resources on the client & the server.", | ||
@@ -40,8 +40,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/jest": "^26.0.23", | ||
"@types/node": "^15.12.2", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.6.1", | ||
"auto-changelog": "^2.2.1", | ||
"jest": "^27.0.4", | ||
"prettier": "^2.3.1", | ||
"release-it": "^14.9.0" | ||
"jest": "^27.0.6", | ||
"prettier": "^2.3.2", | ||
"release-it": "^14.11.5" | ||
}, | ||
@@ -48,0 +48,0 @@ "release-it": { |
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
28763