@automattic/babel-plugin-replace-textdomain
Advanced tools
Comparing version 1.0.24 to 1.0.25
@@ -8,2 +8,6 @@ # Changelog | ||
## [1.0.25] - 2023-05-02 | ||
### Changed | ||
- Updated package dependencies. [#30376] | ||
## [1.0.24] - 2023-04-17 | ||
@@ -114,2 +118,3 @@ ### Changed | ||
[1.0.25]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.24...v1.0.25 | ||
[1.0.24]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.23...v1.0.24 | ||
@@ -116,0 +121,0 @@ [1.0.23]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.22...v1.0.23 |
{ | ||
"name": "@automattic/babel-plugin-replace-textdomain", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "A Babel plugin to replace the textdomain in gettext-style function calls.", | ||
@@ -23,3 +23,3 @@ "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/babel-plugin-replace-textdomain/#readme", | ||
"devDependencies": { | ||
"@babel/core": "7.21.4", | ||
"@babel/core": "7.21.5", | ||
"babel-plugin-tester": "11.0.4", | ||
@@ -26,0 +26,0 @@ "jest": "29.4.3" |
31973