Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Jul 8, 2024
1 parent 5b32063 commit 8ae2178
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 52 deletions.
89 changes: 45 additions & 44 deletions package-lock.json

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

16 changes: 8 additions & 8 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.11.0",
"@mantine/hooks": "7.11.0",
"@mantine/notifications": "^7.11.0",
"@tabler/icons-react": "^3.7.0",
"@mantine/core": "7.11.1",
"@mantine/hooks": "7.11.1",
"@mantine/notifications": "^7.11.1",
"@tabler/icons-react": "^3.9.0",
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swr": "^2.2.5"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.6.18",
"@types/node": "^20.14.9",
"@evilmartians/lefthook": "^1.7.0",
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
Expand All @@ -45,9 +45,9 @@
"postcss-preset-mantine": "1.15.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"rimraf": "^5.0.8",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}

0 comments on commit 8ae2178

Please sign in to comment.