Skip to content

Commit

Permalink
Merge pull request #21 from daithihearn/deps-update-3
Browse files Browse the repository at this point in the history
Deps update 3
  • Loading branch information
daithihearn authored Jan 10, 2024
2 parents 1ad8365 + e092c2e commit 42bd6e0
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 183 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "daithi-dashboard",
"version": "2.9.1",
"version": "2.9.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.3",
"@mui/material": "^5.15.3",
"@mui/x-date-pickers": "^6.18.6",
"@mui/icons-material": "^5.15.4",
"@mui/material": "^5.15.4",
"@mui/x-date-pickers": "^6.18.7",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.11",
"@types/luxon": "^3.3.8",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/luxon": "^3.4.0",
"@types/node": "^20.10.8",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"axios": "^1.6.4",
"axios": "^1.6.5",
"chart.js": "^4.4.1",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-annotation": "^3.0.1",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/mixpanel-browser": "^2.48.1",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"sizes": "512x512"
}
],
"version": "2.9.1",
"version": "2.9.2",
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
Expand Down
Loading

0 comments on commit 42bd6e0

Please sign in to comment.