Skip to content

Commit

Permalink
feat: upgrade to react 18 - updated rmwc version (#3775)
Browse files Browse the repository at this point in the history
  • Loading branch information
neatbyte-vnobis authored and brunozoric committed Feb 6, 2024
1 parent ae71e52 commit 5819af1
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,28 @@
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@material-design-icons/svg": "^0.14.2",
"@rmwc/button": "7.0.3",
"@rmwc/checkbox": "7.0.3",
"@rmwc/chip": "7.0.3",
"@rmwc/data-table": "7.0.3",
"@rmwc/dialog": "7.0.3",
"@rmwc/drawer": "7.0.3",
"@rmwc/elevation": "7.0.3",
"@rmwc/fab": "7.0.3",
"@rmwc/grid": "^7.0.3",
"@rmwc/icon-button": "7.0.3",
"@rmwc/list": "7.0.3",
"@rmwc/menu": "7.0.3",
"@rmwc/radio": "7.0.3",
"@rmwc/ripple": "7.0.3",
"@rmwc/select": "7.0.3",
"@rmwc/slider": "7.0.3",
"@rmwc/snackbar": "7.0.3",
"@rmwc/switch": "7.0.3",
"@rmwc/tabs": "7.0.3",
"@rmwc/textfield": "7.0.3",
"@rmwc/top-app-bar": "7.0.3",
"@rmwc/typography": "7.0.3",
"@rmwc/button": "14.0.4",
"@rmwc/checkbox": "14.0.4",
"@rmwc/chip": "14.0.4",
"@rmwc/data-table": "14.0.4",
"@rmwc/dialog": "14.0.4",
"@rmwc/drawer": "14.0.4",
"@rmwc/elevation": "14.0.4",
"@rmwc/fab": "14.0.4",
"@rmwc/grid": "^14.0.4",
"@rmwc/icon-button": "14.0.4",
"@rmwc/list": "14.0.4",
"@rmwc/menu": "14.0.4",
"@rmwc/radio": "14.0.4",
"@rmwc/ripple": "14.0.4",
"@rmwc/select": "14.0.4",
"@rmwc/slider": "14.0.4",
"@rmwc/snackbar": "14.0.4",
"@rmwc/switch": "14.0.4",
"@rmwc/tabs": "14.0.4",
"@rmwc/textfield": "14.0.4",
"@rmwc/top-app-bar": "14.0.4",
"@rmwc/typography": "14.0.4",
"@svgr/webpack": "^6.1.1",
"@tanstack/react-table": "^8.5.22",
"brace": "^0.11.1",
Expand All @@ -51,8 +51,8 @@
"emotion": "10.0.17",
"keycode": "^2.2.0",
"load-script": "^1.0.0",
"lodash": "4.17.21",
"material-components-web": "^5.1.0",
"lodash": "^4.17.21",
"material-components-web": "^14.0.0",
"nprogress": "^0.2.0",
"nuka-carousel": "4.7.1",
"rc-tooltip": "^3.7.2",
Expand Down

0 comments on commit 5819af1

Please sign in to comment.