Skip to content

Commit

Permalink
chore(deps): update lingui (#1748)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Jun 26, 2022
1 parent b500283 commit c243428
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 46 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@
"@linaria/cli": "3.0.0-beta.13",
"@linaria/shaker": "3.0.0-beta.13",
"@linaria/webpack-loader": "3.0.0-beta.13",
"@lingui/cli": "^3.13.3",
"@lingui/macro": "^3.13.3",
"@lingui/react": "^3.13.3",
"@lingui/cli": "^3.14.0",
"@lingui/macro": "^3.14.0",
"@lingui/react": "^3.14.0",
"@manypkg/cli": "^0.19.0",
"@microsoft/api-documenter": "^7.17.10",
"@microsoft/api-extractor": "^7.18.17",
Expand Down
3 changes: 1 addition & 2 deletions packages/remirror__cli/src/utils/run-esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ import { removeFileExt } from './remove-file-ext';
// with ESM import syntax.
// As a workaround, we need to bundle the code from them into our own packages,
// They can be removed from this list once their maintainers fix these issues:
// https://github.com/lingui/js-lingui/issues/1254
// https://github.com/svgmoji/svgmoji/issues/24
// https://github.com/streamich/react-use/issues/2353
const dependenciesToBundle = /(lingui|emojibase|svgmoji|react-use)/;
const dependenciesToBundle = /(emojibase|svgmoji|react-use)/;

export async function runEsbuild(
pkg: Package,
Expand Down
4 changes: 2 additions & 2 deletions packages/remirror__i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
],
"dependencies": {
"@babel/runtime": "^7.13.10",
"@lingui/core": "^3.13.3",
"@lingui/detect-locale": "^3.13.3",
"@lingui/core": "^3.14.0",
"@lingui/detect-locale": "^3.14.0",
"@remirror/core-helpers": "^2.0.0-beta.2",
"make-plural": "^6.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@lingui/core": "^3.13.3",
"@lingui/core": "^3.14.0",
"@remirror/core-helpers": "^2.0.0-beta.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/remirror__react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"dependencies": {
"@babel/runtime": "^7.13.10",
"@lingui/core": "^3.13.3",
"@lingui/core": "^3.14.0",
"@popperjs/core": "^2.9.2",
"@remirror/core": "^2.0.0-beta.2",
"@remirror/extension-positioner": "^2.0.0-beta.2",
Expand Down
72 changes: 36 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion support/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@changesets/types": "^5.0.0",
"@changesets/write": "^0.1.8",
"@linaria/babel-preset": "3.0.0-beta.13",
"@lingui/core": "^3.13.3",
"@lingui/core": "^3.14.0",
"@manypkg/get-packages": "^1.1.3",
"@microsoft/api-extractor": "^7.18.17",
"@microsoft/tsdoc": "^0.14.1",
Expand Down

0 comments on commit c243428

Please sign in to comment.