Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Aug 19, 2024
1 parent 2295ae6 commit d4b1870
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 78 deletions.
145 changes: 73 additions & 72 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 @@ -23,18 +23,18 @@
"start": "next start"
},
"dependencies": {
"@mantine/core": "7.12.0",
"@mantine/hooks": "7.12.0",
"@mantine/notifications": "^7.12.0",
"@mantine/core": "7.12.1",
"@mantine/hooks": "7.12.1",
"@mantine/notifications": "^7.12.1",
"@tabler/icons-react": "^3.12.0",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swr": "^2.2.5"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.7.12",
"@types/node": "^22.2.0",
"@evilmartians/lefthook": "^1.7.14",
"@types/node": "^22.4.1",
"@types/react": "^18.3.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
Expand All @@ -46,7 +46,7 @@
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"stylelint": "^16.8.1",
"stylelint": "^16.8.2",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.5.4"
}
Expand Down

0 comments on commit d4b1870

Please sign in to comment.