@automattic/babel-plugin-replace-textdomain
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -8,2 +8,6 @@ # Changelog | ||
## [1.0.17] - 2022-11-10 | ||
### Changed | ||
- Updated package dependencies. [#27319] | ||
## [1.0.16] - 2022-10-13 | ||
@@ -82,2 +86,3 @@ ### Fixed | ||
[1.0.17]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.16...v1.0.17 | ||
[1.0.16]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.15...v1.0.16 | ||
@@ -84,0 +89,0 @@ [1.0.15]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.14...v1.0.15 |
{ | ||
"name": "@automattic/babel-plugin-replace-textdomain", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"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.19.3", | ||
"@babel/core": "7.20.2", | ||
"babel-plugin-tester": "10.1.0", | ||
@@ -27,0 +27,0 @@ "jest": "28.1.0" |
30746