Skip to content

Commit

Permalink
Cleanup & package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-s committed Aug 20, 2024
1 parent d8d0738 commit 1437c37
Show file tree
Hide file tree
Showing 6 changed files with 1,268 additions and 722 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?

*.code-workspace
31 changes: 17 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/styled": "^11.11.5",
"@emotion/styled": "^11.13.0",
"@fontsource/barlow": "^5.0.13",
"@fontsource/barlow-semi-condensed": "^5.0.20",
"@mui/icons-material": "^5.15.17",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "^5.15.17",
"@mui/x-charts": "^7.4.0",
"@mui/x-data-grid": "^7.4.0",
"@visx/legend": "^3.5.0",
"@mui/material": "^5.16.7",
"@mui/x-charts": "^7.12.1",
"@mui/x-data-grid": "^7.12.1",
"@visx/legend": "^3.10.3",
"d3-format": "^3.1.0",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
Expand All @@ -32,16 +32,19 @@
"topojson-client": "^3.1.0"
},
"devDependencies": {
"@types/react": "^18.3.2",
"@babel/preset-react": "^7.24.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"sass": "^1.77.1",
"vite": "^5.2.11",
"vite-plugin-ngrok": "^1.0.0"
"eslint-plugin-react-refresh": "^0.4.9",
"sass": "^1.77.8",
"vite": "^5.4.1",
"vite-plugin-markdown": "^2.2.0",
"vite-plugin-ngrok": "^1.0.0",
"vite-plugin-svgr": "^4.2.0"
}
}
Loading

0 comments on commit 1437c37

Please sign in to comment.