Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Mar 18, 2024
1 parent 50f9ef2 commit b91d389
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
106 changes: 53 additions & 53 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
Expand Up @@ -23,25 +23,25 @@
"start": "next start"
},
"dependencies": {
"@mantine/core": "7.6.1",
"@mantine/hooks": "7.6.1",
"@mantine/notifications": "^7.6.1",
"@tabler/icons-react": "^3.0.0",
"@mantine/core": "7.6.2",
"@mantine/hooks": "7.6.2",
"@mantine/notifications": "^7.6.2",
"@tabler/icons-react": "^3.1.0",
"next": "^14.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^2.2.5"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.6.5",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@evilmartians/lefthook": "^1.6.7",
"@types/node": "^20.11.28",
"@types/react": "^18.2.66",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-config-prettier": "^9.1.0",
"markdownlint": "^0.33.0",
"markdownlint-cli": "^0.39.0",
"postcss": "^8.4.35",
"postcss": "^8.4.36",
"postcss-preset-mantine": "1.13.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
Expand Down

0 comments on commit b91d389

Please sign in to comment.