Skip to content

Commit

Permalink
refactor(extractor): don't use intermediate catalogs (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekip authored and Martin005 committed Feb 14, 2023
1 parent bbb4776 commit fc41be8
Show file tree
Hide file tree
Showing 36 changed files with 1,186 additions and 1,557 deletions.
8 changes: 4 additions & 4 deletions packages/babel-plugin-extract-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"node": ">=14.0.0"
},
"dependencies": {
"@babel/generator": "^7.20.14",
"@babel/runtime": "^7.20.13",
"@lingui/conf": "3.17.1",
"mkdirp": "^1.0.4"
"@babel/runtime": "^7.20.13"
},
"devDependencies": {
"@babel/types": "^7.20.7"
}
}
Loading

0 comments on commit fc41be8

Please sign in to comment.