mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: sync dependency defs between ui-components and ui-theme (#4712)
This commit is contained in:
parent
5a77414eb6
commit
3b3cf86b54
3 changed files with 454 additions and 1300 deletions
5
.changeset/good-lions-rush.md
Normal file
5
.changeset/good-lions-rush.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@verdaccio/ui-components': patch
|
||||
---
|
||||
|
||||
chore: sync dependency defs between ui-components and ui-theme
|
|
@ -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"
|
||||
|
|
1741
pnpm-lock.yaml
1741
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue