chore: sync dependency defs between ui-components and ui-theme (#4712)

This commit is contained in:
Marc Bernard 2024-07-13 06:38:04 -04:00 committed by GitHub
parent 5a77414eb6
commit 3b3cf86b54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 454 additions and 1300 deletions

View File

@ -0,0 +1,5 @@
---
'@verdaccio/ui-components': patch
---
chore: sync dependency defs between ui-components and ui-theme

View File

@ -21,8 +21,8 @@
"build-storybook": "build-storybook"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@fontsource/material-icons": "^4.5.4",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "5.15.6",
@ -46,7 +46,7 @@
"normalize.css": "8.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.49.3",
"react-hook-form": "7.50.1",
"react-i18next": "13.5.0",
"react-json-view": "1.21.3",
"react-markdown": "9.0.1",
@ -77,7 +77,7 @@
"@types/react-router": "^5.1.20",
"@types/unist": "^2.0.0",
"@verdaccio/types": "workspace:12.0.0-next-7.5",
"babel-loader": "^8.3.0",
"babel-loader": "8.3.0",
"mockdate": "3.0.5",
"msw": "0.49.3",
"typescript": "4.9.5"

File diff suppressed because it is too large Load Diff