Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Feb 26, 2024
1 parent 57baaa6 commit 1b18bcd
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 92 deletions.
159 changes: 74 additions & 85 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -23,20 +23,20 @@
"start": "next start"
},
"dependencies": {
"@mantine/core": "7.5.3",
"@mantine/hooks": "7.5.3",
"@mantine/notifications": "^7.5.3",
"@mantine/core": "7.6.0",
"@mantine/hooks": "7.6.0",
"@mantine/notifications": "^7.6.0",
"@tabler/icons-react": "^2.47.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.2.5"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.6.1",
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"eslint": "^8.56.0",
"@evilmartians/lefthook": "^1.6.2",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"markdownlint": "^0.33.0",
Expand Down

0 comments on commit 1b18bcd

Please sign in to comment.