Skip to content

Commit

Permalink
fix(build): undeclared dependencies (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
timofei-iatsenko authored Feb 3, 2023
1 parent 5659459 commit f390ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@lingui/babel-plugin-extract-messages": "3.17.0",
"@lingui/conf": "3.17.0",
"@lingui/core": "3.17.0",
"@messageformat/parser": "^5.0.0",
"babel-plugin-macros": "^3.0.1",
"bcp-47": "^1.0.7",
"chalk": "^4.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/macro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
],
"dependencies": {
"@babel/runtime": "^7.11.2",
"@babel/types": "^7.11.5",
"@lingui/conf": "3.17.0",
"ramda": "^0.27.1"
},
Expand Down

1 comment on commit f390ca4

@vercel
Copy link

@vercel vercel bot commented on f390ca4 Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.