Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent a2dfa72 commit a2972c7
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 74 deletions.
146 changes: 78 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"private": true,
"type": "module",
"dependencies": {
"@mantine/core": "^7.3.2",
"@mantine/hooks": "^7.3.2",
"@mantine/modals": "^7.3.2",
"@mantine/core": "^7.4.0",
"@mantine/hooks": "^7.4.0",
"@mantine/modals": "^7.4.0",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "^7.3.2",
"@mantine/notifications": "^7.4.0",
"@radix-ui/react-icons": "^1.3.0",
"chart.js": "^4.4.1",
"date-fns": "^3.0.6",
Expand All @@ -19,7 +19,7 @@
"next-i18n-router": "^5.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^6.1.1",
"react-cookie": "^6.1.3",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-i18next": "^14.0.0",
Expand Down Expand Up @@ -56,6 +56,6 @@
"prettier-eslint": "^16.2.0",
"storybook": "^7.6.6",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
"vitest": "^1.1.2"
}
}

0 comments on commit a2972c7

Please sign in to comment.