@automattic/babel-plugin-replace-textdomain
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -8,2 +8,6 @@ # Changelog | ||
## [1.0.19] - 2022-12-02 | ||
### Changed | ||
- Updated package dependencies. [#27697] | ||
## [1.0.18] - 2022-11-22 | ||
@@ -90,2 +94,3 @@ ### Changed | ||
[1.0.19]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.18...v1.0.19 | ||
[1.0.18]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.17...v1.0.18 | ||
@@ -92,0 +97,0 @@ [1.0.17]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.16...v1.0.17 |
{ | ||
"name": "@automattic/babel-plugin-replace-textdomain", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"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.20.2", | ||
"@babel/core": "7.20.5", | ||
"babel-plugin-tester": "10.1.0", | ||
"jest": "28.1.0" | ||
"jest": "29.3.1" | ||
}, | ||
@@ -29,0 +29,0 @@ "exports": { |
31100