@automattic/babel-plugin-replace-textdomain
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -8,2 +8,6 @@ # Changelog | ||
## [1.0.7] - 2022-05-10 | ||
### Changed | ||
- Updated package dependencies [#24276] [#24296] | ||
## [1.0.6] - 2022-04-26 | ||
@@ -42,2 +46,3 @@ ### Changed | ||
[1.0.7]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.6...v1.0.7 | ||
[1.0.6]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.5...v1.0.6 | ||
@@ -44,0 +49,0 @@ [1.0.5]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.4...v1.0.5 |
{ | ||
"name": "@automattic/babel-plugin-replace-textdomain", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A Babel plugin to replace the textdomain in gettext-style function calls.", | ||
@@ -24,5 +24,5 @@ "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/babel-plugin-replace-textdomain/#readme", | ||
"devDependencies": { | ||
"@babel/core": "7.17.9", | ||
"@babel/core": "7.17.10", | ||
"babel-plugin-tester": "10.1.0", | ||
"jest": "27.3.1" | ||
"jest": "28.1.0" | ||
}, | ||
@@ -29,0 +29,0 @@ "exports": { |
28938