@automattic/babel-plugin-replace-textdomain
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -8,2 +8,6 @@ # Changelog | ||
## [1.0.13] - 2022-08-23 | ||
### Changed | ||
- Updated package dependencies. [#25339, #25762] | ||
## [1.0.12] - 2022-07-26 | ||
@@ -66,2 +70,3 @@ ### Changed | ||
[1.0.13]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.12...v1.0.13 | ||
[1.0.12]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.11...v1.0.12 | ||
@@ -68,0 +73,0 @@ [1.0.11]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.10...v1.0.11 |
{ | ||
"name": "@automattic/babel-plugin-replace-textdomain", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "A Babel plugin to replace the textdomain in gettext-style function calls.", | ||
@@ -24,3 +24,3 @@ "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/babel-plugin-replace-textdomain/#readme", | ||
"devDependencies": { | ||
"@babel/core": "7.18.6", | ||
"@babel/core": "7.18.13", | ||
"babel-plugin-tester": "10.1.0", | ||
@@ -27,0 +27,0 @@ "jest": "28.1.0" |
30048