We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5659459 commit f390ca4Copy full SHA for f390ca4
packages/cli/package.json
@@ -53,6 +53,7 @@
53
"@lingui/babel-plugin-extract-messages": "3.17.0",
54
"@lingui/conf": "3.17.0",
55
"@lingui/core": "3.17.0",
56
+ "@messageformat/parser": "^5.0.0",
57
"babel-plugin-macros": "^3.0.1",
58
"bcp-47": "^1.0.7",
59
"chalk": "^4.1.0",
packages/macro/package.json
@@ -28,6 +28,7 @@
28
],
29
"dependencies": {
30
"@babel/runtime": "^7.11.2",
31
+ "@babel/types": "^7.11.5",
32
33
"ramda": "^0.27.1"
34
},
0 commit comments