babel-plugin-formatjs 10.5.9 → 10.5.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/package.json +3 -3
package/LICENSE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2023 FormatJS
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babel-plugin-formatjs",
|
|
3
|
-
"version": "10.5.
|
|
3
|
+
"version": "10.5.10",
|
|
4
4
|
"description": "Extracts string messages for translation from modules that use formatjs.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"@types/babel__helper-plugin-utils": "^7.10.0",
|
|
21
21
|
"@types/babel__traverse": "^7.1.7",
|
|
22
22
|
"tslib": "^2.4.0",
|
|
23
|
-
"@formatjs/ts-transformer": "3.13.
|
|
24
|
-
"@formatjs/icu-messageformat-parser": "2.7.
|
|
23
|
+
"@formatjs/ts-transformer": "3.13.9",
|
|
24
|
+
"@formatjs/icu-messageformat-parser": "2.7.3"
|
|
25
25
|
},
|
|
26
26
|
"keywords": [
|
|
27
27
|
"babel-plugin",
|