Skip to content

Commit

Permalink
update frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mwylde committed Jan 15, 2025
1 parent 00b7811 commit 86d5935
Show file tree
Hide file tree
Showing 2 changed files with 1,297 additions and 1,129 deletions.
38 changes: 19 additions & 19 deletions webui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"@chakra-ui/anatomy": "^2.3.4",
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/pro-theme": "^0.0.57",
"@chakra-ui/react": "^2.10.3",
"@chakra-ui/react": "^2.10.4",
"@chakra-ui/stepper": "^2.3.1",
"@chakra-ui/styled-system": "^2.12.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/ibm-plex-mono": "^5.1.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/ibm-plex-mono": "^5.1.1",
"@fontsource/inter": "^4.5.15",
"@monaco-editor/react": "^4.6.0",
"@rjsf/chakra-ui": "^5.22.1",
"@rjsf/core": "^5.22.1",
"@rjsf/utils": "^5.22.1",
"@rjsf/validator-ajv8": "^5.22.1",
"@rjsf/chakra-ui": "^5.24.1",
"@rjsf/core": "^5.24.1",
"@rjsf/utils": "^5.24.1",
"@rjsf/validator-ajv8": "^5.24.1",
"@types/d3": "^7.4.3",
"@types/dagre": "^0.7.52",
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.17.12",
"@types/lodash": "^4.17.14",
"@types/react-syntax-highlighter": "^15.5.13",
"ag-grid-community": "^31.3.4",
"ag-grid-react": "^31.3.4",
Expand All @@ -47,33 +47,33 @@
"monaco-editor": "^0.34.1",
"monaco-sql-languages": "^0.9.5",
"openapi-fetch": "^0.6.2",
"openapi-typescript": "=6.2.8",
"openapi-typescript": "^6.2.8",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"react-markdown": "^9.0.3",
"react-resizable-panels": "^0.0.55",
"react-router-dom": "^6.27.0",
"react-router-dom": "^6.28.1",
"react-syntax-highlighter": "^15.6.1",
"react-test-renderer": "^18.3.1",
"reactflow": "^11.11.4",
"swr": "^2.2.5",
"swr": "^2.3.0",
"use-local-storage": "^3.0.0"
},
"devDependencies": {
"@chakra-ui/cli": "^2.5.5",
"@types/node": "^18.19.59",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@chakra-ui/cli": "^2.5.6",
"@types/node": "^18.19.70",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.47",
"postcss": "^8.5.1",
"prettier": "^2.8.8",
"typescript": "^4.9.5",
"vite": "^4.5.5"
Expand Down
Loading

0 comments on commit 86d5935

Please sign in to comment.