@automattic/babel-plugin-replace-textdomain
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -8,2 +8,6 @@ # Changelog | ||
## [1.0.34] - 2024-03-04 | ||
### Changed | ||
- Updated package dependencies. [#36142] | ||
## [1.0.33] - 2023-12-06 | ||
@@ -157,2 +161,3 @@ ### Changed | ||
[1.0.34]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.33...v1.0.34 | ||
[1.0.33]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.32...v1.0.33 | ||
@@ -159,0 +164,0 @@ [1.0.32]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.31...v1.0.32 |
{ | ||
"name": "@automattic/babel-plugin-replace-textdomain", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"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.23.5", | ||
"@babel/core": "7.24.0", | ||
"babel-plugin-tester": "11.0.4", | ||
@@ -26,0 +26,0 @@ "jest": "29.7.0" |
33925