Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Feb 12, 2024
1 parent 7db1b38 commit ad4bdc6
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
62 changes: 31 additions & 31 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,9 +23,9 @@
"start": "next start"
},
"dependencies": {
"@mantine/core": "7.5.1",
"@mantine/hooks": "7.5.1",
"@mantine/notifications": "^7.5.1",
"@mantine/core": "7.5.2",
"@mantine/hooks": "7.5.2",
"@mantine/notifications": "^7.5.2",
"@tabler/icons-react": "^2.47.0",
"next": "^14.1.0",
"react": "^18.2.0",
Expand All @@ -34,14 +34,14 @@
},
"devDependencies": {
"@evilmartians/lefthook": "^1.6.1",
"@types/node": "^20.11.16",
"@types/react": "^18.2.53",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"markdownlint": "^0.33.0",
"markdownlint-cli": "^0.39.0",
"postcss": "^8.4.33",
"postcss": "^8.4.35",
"postcss-preset-mantine": "1.13.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
Expand Down

0 comments on commit ad4bdc6

Please sign in to comment.