Skip to content

Commit

Permalink
Update dependencies in package.json to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
S-e-b-a-s committed Nov 5, 2024
1 parent e87d34d commit 563a5b7
Show file tree
Hide file tree
Showing 2 changed files with 908 additions and 938 deletions.
42 changes: 22 additions & 20 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@
"@mui/icons-material": "^5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/x-data-grid": "^7.16.0",
"@sentry/react": "^8.30.0",
"@sentry/vite-plugin": "^2.22.4",
"cally": "^0.7.1",
"@mui/x-data-grid": "^7.22.1",
"@sentry/react": "^8.37.1",
"@sentry/vite-plugin": "^2.22.6",
"cally": "^0.7.2",
"clsx": "^2.1.1",
"depcheck": "^1.4.7",
"embla-carousel-autoplay": "^8.2.1",
"embla-carousel-class-names": "^8.2.1",
"embla-carousel-fade": "^8.2.1",
"embla-carousel-react": "^8.2.1",
"filepond": "^4.31.3",
"embla-carousel-autoplay": "^8.3.1",
"embla-carousel-class-names": "^8.3.1",
"embla-carousel-fade": "^8.3.1",
"embla-carousel-react": "^8.3.1",
"filepond": "^4.32.1",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
Expand All @@ -35,28 +36,29 @@
"node-fetch": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-dropzone": "^14.3.5",
"react-filepond": "^7.1.2",
"react-material-ui-carousel": "^3.4.2",
"react-router-dom": "^6.26.2",
"react-router-dom": "^6.27.0",
"rollup-plugin-visualizer": "^5.12.0",
"sonner": "^1.7.0",
"swiper": "^11.1.14",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@testing-library/jest-dom": "^6.5.0",
"@babel/eslint-parser": "^7.25.9",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.5",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/ui": "^2.1.1",
"jsdom": "^25.0.0",
"oxlint": "^0.9.5",
"@types/react": "^18.3.12",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/ui": "^2.1.4",
"jsdom": "^25.0.1",
"oxlint": "^0.9.10",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"vite": "^5.4.4",
"vitest": "^2.1.0"
"vite": "^5.4.10",
"vitest": "^2.1.4"
}
}
Loading

0 comments on commit 563a5b7

Please sign in to comment.