Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Jul 1, 2024
1 parent 6ff05e8 commit 5b32063
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 42 deletions.
73 changes: 37 additions & 36 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,25 +23,25 @@
"start": "next start"
},
"dependencies": {
"@mantine/core": "7.10.2",
"@mantine/hooks": "7.10.2",
"@mantine/notifications": "^7.10.2",
"@tabler/icons-react": "^3.6.0",
"@mantine/core": "7.11.0",
"@mantine/hooks": "7.11.0",
"@mantine/notifications": "^7.11.0",
"@tabler/icons-react": "^3.7.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.8",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"markdownlint": "^0.34.0",
"markdownlint-cli": "^0.41.0",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-preset-mantine": "1.15.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.2",
Expand Down

0 comments on commit 5b32063

Please sign in to comment.