Skip to content

Commit

Permalink
upgrade major deps (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikStreek authored Nov 25, 2024
1 parent 5a59a21 commit bbdb879
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 269 deletions.
35 changes: 16 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,40 @@
},
"dependencies": {
"@craco/craco": "^7.1.0",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^4.4.2",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/styles": "^5.16.6",
"@types/jest": "^26.0.15",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fontsource/roboto": "^5.1.0",
"@mui/icons-material": "^6.1.8",
"@mui/material": "^6.1.8",
"@mui/styles": "^6.1.8",
"@types/jest": "^29.5.14",
"@types/jszip": "^3.4.1",
"@types/node": "^22.1.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^9.0.0",
"clipboardy": "^2.3.0",
"dequal": "^2.0.2",
"@types/uuid": "^10.0.0",
"clipboardy": "^4.0.0",
"dequal": "^2.0.3",
"file-saver": "^2.0.5",
"i18next": "^22.5.1",
"i18next-browser-languagedetector": "^6.1.8",
"jspdf": "^2.5.1",
"jszip": "^3.7.1",
"konva": "^8.4.3",
"jspdf": "^2.5.2",
"jszip": "^3.10.1",
"konva": "^9.3.16",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-i18next": "^12.3.1",
"react-konva": "^17.0.2-4",
"react-router-dom": "^6.8.1",
"react-scripts": "5.0.1",
"swr": "^2.0.3",
"swr": "^2.2.5",
"typescript": "^4.9.5",
"use-image": "^1.0.7",
"uuid": "^9.0.0",
"use-image": "^1.1.1",
"uuid": "^11.0.3",
"web-vitals": "^1.0.1"
},
"resolutions": {
"cheerio": "1.0.0-rc.12"
},
"scripts": {
"start": "react-scripts start",
"build": "LAYOUT=element craco build",
Expand Down
Loading

0 comments on commit bbdb879

Please sign in to comment.