Skip to content

Commit

Permalink
Merge pull request #270 from Tauffer-Consulting/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
vinicvaz authored Apr 5, 2024
2 parents 1df7662 + 711bbc7 commit 992ac87
Show file tree
Hide file tree
Showing 2 changed files with 582 additions and 625 deletions.
29 changes: 14 additions & 15 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@iconify/react": "^4.1.1",
"@import-meta-env/cli": "^0.6.8",
"@import-meta-env/unplugin": "^0.4.10",
"@mui/icons-material": "^5.15.14",
"@mui/icons-material": "^5.15.15",
"@mui/lab": "5.0.0-alpha.165",
"@mui/material": "^5.15.14",
"@mui/x-data-grid": "^6.19.6",
"@mui/x-date-pickers": "^6.19.7",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-query-devtools": "^5.28.4",
"@mui/material": "^5.15.15",
"@mui/x-data-grid": "^6.19.9",
"@mui/x-date-pickers": "^6.19.9",
"@tanstack/react-query": "^5.28.14",
"@tanstack/react-query-devtools": "^5.28.14",
"@uiw/react-textarea-code-editor": "^2.1.9",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.6.8",
Expand All @@ -42,28 +42,27 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-hook-form": "^7.51.1",
"react-hook-form": "^7.51.2",
"react-markdown": "9.0.0",
"react-pdf": "^7.7.1",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^6.22.3",
"react-to-print": "^2.15.1",
"react-toastify": "^9.1.3",
"reactflow": "^11.10.4",
"reactflow": "^11.11.0",
"remark-gfm": "^4.0.0",
"swr": "^2.2.5",
"uuid": "^9.0.1",
"vite": "^5.1.6",
"vite": "^5.2.8",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2",
"web-worker": "^1.3.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.27.7",
"@tanstack/eslint-plugin-query": "^5.28.11",
"@types/dompurify": "^3.0.5",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react-plotly.js": "^2.6.3",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand All @@ -80,7 +79,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.2.0",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
"typescript": "^5.4.4"
},
"eslintConfig": {
"extends": [
Expand Down
Loading

0 comments on commit 992ac87

Please sign in to comment.