Skip to content

Commit f390ca4

Browse files
fix(build): undeclared dependencies (#1391)
1 parent 5659459 commit f390ca4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/cli/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"@lingui/babel-plugin-extract-messages": "3.17.0",
5454
"@lingui/conf": "3.17.0",
5555
"@lingui/core": "3.17.0",
56+
"@messageformat/parser": "^5.0.0",
5657
"babel-plugin-macros": "^3.0.1",
5758
"bcp-47": "^1.0.7",
5859
"chalk": "^4.1.0",

packages/macro/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
],
2929
"dependencies": {
3030
"@babel/runtime": "^7.11.2",
31+
"@babel/types": "^7.11.5",
3132
"@lingui/conf": "3.17.0",
3233
"ramda": "^0.27.1"
3334
},

0 commit comments

Comments
 (0)