Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alephtwo committed Jul 28, 2024
1 parent 550cc77 commit 0c3b75c
Show file tree
Hide file tree
Showing 2 changed files with 420 additions and 514 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,28 @@
},
"homepage": "https://github.com/alephtwo/sparky#readme",
"devDependencies": {
"@mui/system": "5.15.20",
"@mui/system": "5.16.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.7.0",
"eslint": "9.6.0",
"eslint": "9.8.0",
"markdownlint": "0.34.0",
"markdownlint-cli": "0.41.0",
"prettier": "3.3.2",
"typescript": "5.5.2",
"prettier": "3.3.3",
"typescript": "5.5.4",
"typescript-eslint": "8.0.0-alpha.30",
"vite": "5.3.2"
"vite": "5.3.5"
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mui/icons-material": "5.15.21",
"@mui/material": "5.15.21",
"i18next": "23.11.5",
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@mui/icons-material": "5.16.5",
"@mui/material": "5.16.5",
"i18next": "23.12.2",
"i18next-http-backend": "2.5.2",
"immer": "10.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "14.1.2"
"react-i18next": "15.0.0"
}
}
Loading

0 comments on commit 0c3b75c

Please sign in to comment.