We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86cb013 commit 09ca161Copy full SHA for 09ca161
2 files changed
package.json
@@ -27,7 +27,9 @@
27
"react-i18next": "^15.4.1",
28
"react-router-dom": "^7.4.0",
29
"react-scripts": "5.0.1",
30
- "web-vitals": "^4.2.4"
+ "web-vitals": "^4.2.4",
31
+ "language-tags":"1.0.9",
32
+ "language-subtag-registry":"0.4.2"
33
},
34
"scripts": {
35
"start": "react-scripts start",
@@ -41,6 +43,9 @@
41
43
"react-app/jest"
42
44
]
45
46
+ "resolutions": {
47
+ "language-subtag-registry": "0.4.2"
48
+ },
49
"browserslist": {
50
"production": [
51
">0.2%",
0 commit comments