Skip to content

Commit 56257cb

Browse files
committed
fix: remove duplicated peer deps
1 parent 8fb57df commit 56257cb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
"format": "prettier src -w",
1717
"prepare": "npm run build"
1818
},
19-
"peerDependencies": {
20-
"react-intl": "^7.1.11"
21-
},
2219
"devDependencies": {
2320
"@vitejs/plugin-react": "^5.0.0",
2421
"eslint-config-airbnb": "^19.0.4",
@@ -36,6 +33,7 @@
3633
"@emotion/styled": "^11.14.1",
3734
"@mui/material": "^7.2.0",
3835
"@mui/icons-material": "^7.2.0",
39-
"react-to-print": "^3.1.1"
36+
"react-to-print": "^3.1.1",
37+
"react-intl": "^7.1.11"
4038
}
4139
}

0 commit comments

Comments
 (0)