We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb57df commit 56257cbCopy full SHA for 56257cb
package.json
@@ -16,9 +16,6 @@
16
"format": "prettier src -w",
17
"prepare": "npm run build"
18
},
19
- "peerDependencies": {
20
- "react-intl": "^7.1.11"
21
- },
22
"devDependencies": {
23
"@vitejs/plugin-react": "^5.0.0",
24
"eslint-config-airbnb": "^19.0.4",
@@ -36,6 +33,7 @@
36
33
"@emotion/styled": "^11.14.1",
37
34
"@mui/material": "^7.2.0",
38
35
"@mui/icons-material": "^7.2.0",
39
- "react-to-print": "^3.1.1"
+ "react-to-print": "^3.1.1",
+ "react-intl": "^7.1.11"
40
}
41
0 commit comments