Bump @lingui/react from 3.8.3 to 3.8.10 (#424)

Bumps [@lingui/react](https://github.com/lingui/js-lingui) from 3.8.3 to 3.8.10.
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/compare/v3.8.3...v3.8.10)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-04-23 09:51:26 +03:00
committed by GitHub
parent b9d29ac4fc
commit 8f5dfbfdc9
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -15,7 +15,7 @@
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@hookform/resolvers": "1.3.0",
"@lingui/react": "^3.8.3",
"@lingui/react": "^3.8.10",
"@next/bundle-analyzer": "^10.1.3",
"@prisma/client": "^2.20.1",
"@sendou/react-sketch": "^0.5.2",
@@ -1646,9 +1646,9 @@
}
},
"node_modules/@lingui/core": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.8.3.tgz",
"integrity": "sha512-NJUzHj2Eug1F2SbJ/Yg20KB0VEGfnrpiarOuwnP8s401y6v/6qXHFjIyuNp/9RHfi3zhGe1TocfSpOLpkiRlmg==",
"version": "3.8.10",
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.8.10.tgz",
"integrity": "sha512-1OzZW8iP5yAXxz49pY/WZ1acLvkekd6HgDh8zH3jMA2Hbig2jk6VGVERMO7lwEwJiyEuxaQpe8fRrhCTB7wA3A==",
"dependencies": {
"@babel/runtime": "^7.11.2",
"make-plural": "^6.2.2",
@@ -1676,12 +1676,12 @@
}
},
"node_modules/@lingui/react": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/@lingui/react/-/react-3.8.3.tgz",
"integrity": "sha512-AtCqFF4x8B+WIAYVZVhi9WWC6GiQasF8kcNDibGzZUbVDlHzxieJ+MU/Uqt4b8QMe2mpMghn6DyPLhMcJ149zQ==",
"version": "3.8.10",
"resolved": "https://registry.npmjs.org/@lingui/react/-/react-3.8.10.tgz",
"integrity": "sha512-JPaXiXigsrli0Tu6fNCp0QxjDp5q6RWlWCnhNxFVflV7+s7fwpgLmC3pqK1WTrSxFMqwO8r5GUZOL2+MKveCqA==",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@lingui/core": "^3.8.3"
"@lingui/core": "^3.8.10"
},
"engines": {
"node": ">=10.0.0"
@@ -11033,9 +11033,9 @@
}
},
"@lingui/core": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.8.3.tgz",
"integrity": "sha512-NJUzHj2Eug1F2SbJ/Yg20KB0VEGfnrpiarOuwnP8s401y6v/6qXHFjIyuNp/9RHfi3zhGe1TocfSpOLpkiRlmg==",
"version": "3.8.10",
"resolved": "https://registry.npmjs.org/@lingui/core/-/core-3.8.10.tgz",
"integrity": "sha512-1OzZW8iP5yAXxz49pY/WZ1acLvkekd6HgDh8zH3jMA2Hbig2jk6VGVERMO7lwEwJiyEuxaQpe8fRrhCTB7wA3A==",
"requires": {
"@babel/runtime": "^7.11.2",
"make-plural": "^6.2.2",
@@ -11054,12 +11054,12 @@
}
},
"@lingui/react": {
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/@lingui/react/-/react-3.8.3.tgz",
"integrity": "sha512-AtCqFF4x8B+WIAYVZVhi9WWC6GiQasF8kcNDibGzZUbVDlHzxieJ+MU/Uqt4b8QMe2mpMghn6DyPLhMcJ149zQ==",
"version": "3.8.10",
"resolved": "https://registry.npmjs.org/@lingui/react/-/react-3.8.10.tgz",
"integrity": "sha512-JPaXiXigsrli0Tu6fNCp0QxjDp5q6RWlWCnhNxFVflV7+s7fwpgLmC3pqK1WTrSxFMqwO8r5GUZOL2+MKveCqA==",
"requires": {
"@babel/runtime": "^7.11.2",
"@lingui/core": "^3.8.3"
"@lingui/core": "^3.8.10"
}
},
"@next/bundle-analyzer": {

View File

@@ -33,7 +33,7 @@
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@hookform/resolvers": "1.3.0",
"@lingui/react": "^3.8.3",
"@lingui/react": "^3.8.10",
"@next/bundle-analyzer": "^10.1.3",
"@prisma/client": "^2.20.1",
"@sendou/react-sketch": "^0.5.2",