@automattic/babel-plugin-replace-textdomain
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -8,2 +8,6 @@ # Changelog | ||
## [1.0.15] - 2022-10-05 | ||
### Changed | ||
- Updated package dependencies. [#26583] | ||
## [1.0.14] - 2022-09-13 | ||
@@ -74,2 +78,3 @@ ### Changed | ||
[1.0.15]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.14...v1.0.15 | ||
[1.0.14]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.13...v1.0.14 | ||
@@ -76,0 +81,0 @@ [1.0.13]: https://github.com/Automattic/babel-plugin-replace-textdomain/compare/v1.0.12...v1.0.13 |
{ | ||
"name": "@automattic/babel-plugin-replace-textdomain", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"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.13", | ||
"@babel/core": "7.19.3", | ||
"babel-plugin-tester": "10.1.0", | ||
@@ -27,0 +27,0 @@ "jest": "28.1.0" |
30401