Skip to content

Commit

Permalink
chore: upgrade ui deps
Browse files Browse the repository at this point in the history
Signed-off-by: thediveo <[email protected]>
  • Loading branch information
thediveo committed Jul 24, 2024
1 parent 3d8c3d1 commit ae8a5b4
Show file tree
Hide file tree
Showing 4 changed files with 3,990 additions and 3,524 deletions.
893 changes: 0 additions & 893 deletions webui/.yarn/releases/yarn-4.0.2.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions webui/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
102 changes: 51 additions & 51 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,69 +5,69 @@
"type": "module",
"private": true,
"dependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@fontsource/roboto-mono": "^5.0.16",
"@mdx-js/mdx": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@mdx-js/rollup": "^3.0.0",
"@mui/icons-material": "^5.15.4",
"@mui/material": "^5.15.4",
"@mui/system": "^5.15.4",
"@mui/x-tree-view": "^6.17.0",
"@types/color-rgba": "^2.1.2",
"@types/mdx": "^2.0.10",
"@types/react": "^18.2.47",
"@emotion/babel-plugin": "^11.12.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.0.13",
"@fontsource/roboto-mono": "^5.0.18",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mdx-js/rollup": "^3.0.1",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/system": "^5.16.4",
"@mui/x-tree-view": "^7.11.0",
"@types/color-rgba": "^2.1.3",
"@types/mdx": "^2.0.13",
"@types/react": "^18.3.3",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.10",
"@types/string-similarity": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@typescript-eslint/scope-manager": "^6.18.1",
"@vitejs/plugin-react": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/scope-manager": "^6.21.0",
"@vitejs/plugin-react": "^4.3.1",
"assert": "^2.1.0",
"beautiful-react-hooks": "^5.0.1",
"clsx": "^2.1.0",
"beautiful-react-hooks": "^5.0.2",
"clsx": "^2.1.1",
"color-rgba": "^3.0.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.35.0",
"html-to-image": "^1.11.11",
"ipaddr.js": "^2.1.0",
"jotai": "^2.6.1",
"ipaddr.js": "^2.2.0",
"jotai": "^2.9.1",
"jsbi": "^4.3.0",
"notistack": "^3.0.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^v5.0.0-1",
"react-inlinesvg": "^3.0.2",
"react-router-dom": "^6.21.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "^5.0.0-1",
"react-inlinesvg": "^3.0.3",
"react-router-dom": "^6.25.1",
"react-scripts": "^5.0.1",
"react-transition-group": "^4.4.5",
"react-use-websocket": "^4.5.0",
"react-use-websocket": "^4.8.1",
"rehype-slug": "6.0.0",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.0",
"remark-images": "^4.0.0",
"remark-textr": "^6.0.0",
"remark-textr": "^6.1.0",
"scroll-into-view-if-needed": "^3.1.0",
"stream": "^0.0.2",
"stream": "^0.0.3",
"string-similarity": "^4.0.4",
"typescript": "^5.3.3",
"typescript": "^5.5.4",
"typographic-apostrophes": "^1.1.1",
"typographic-apostrophes-for-possessive-plurals": "^1.0.5",
"typographic-ellipses": "^1.0.11",
"typographic-em-dashes": "^1.0.2",
"typographic-en-dashes": "^1.0.1",
"typographic-quotes": "^2.0.1",
"util": "^0.12.5",
"vite": "^5.0.11",
"vite": "^5.3.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.3"
"vite-tsconfig-paths": "^4.3.2"
},
"scripts": {
"start": "REACT_APP_GIT_VERSION=${GIT_VERSION:-$(git describe)} vite --port 3300",
Expand All @@ -92,31 +92,31 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/blocks": "^7.6.7",
"@storybook/builder-vite": "^7.6.7",
"@storybook/react": "^7.6.7",
"@storybook/react-vite": "^7.6.7",
"@storybook/addon-essentials": "^7.6.20",
"@storybook/addon-interactions": "^7.6.20",
"@storybook/addon-links": "^7.6.20",
"@storybook/blocks": "^7.6.20",
"@storybook/builder-vite": "^7.6.20",
"@storybook/react": "^7.6.20",
"@storybook/react-vite": "^7.6.20",
"@storybook/testing-library": "^0.2.2",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@types/react-dom": "^18.2.18",
"eslint-plugin-storybook": "^0.6.15",
"glob": "^10.3.10",
"@types/react-dom": "^18.3.0",
"eslint-plugin-storybook": "^0.8.0",
"glob": "^10.4.5",
"lodash": "^4.17.21",
"react-router": "^6.21.2",
"rollup": "^4.9.4",
"storybook": "^7.6.7",
"react-router": "^6.25.1",
"rollup": "^4.19.0",
"storybook": "^7.6.20",
"style-loader": "^3.3.4",
"svgo": "^3.2.0"
"svgo": "^3.3.2"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
},
"packageManager": "yarn@4.0.2"
"packageManager": "yarn@4.3.1"
}
Loading

0 comments on commit ae8a5b4

Please sign in to comment.