Skip to content

Commit 6bc5289

Browse files
committed
fix: remove duplicated peer deps
1 parent 48507d2 commit 6bc5289

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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
"vite": "^7.1.2"
@@ -30,6 +27,7 @@
3027
"@emotion/react": "^11.11.4",
3128
"@emotion/styled": "^11.11.0",
3229
"@mui/material": "^7.2.0",
33-
"@mui/icons-material": "^7.2.0"
30+
"@mui/icons-material": "^7.2.0",
31+
"react-intl": "^7.1.11"
3432
}
3533
}

0 commit comments

Comments
 (0)