Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed May 14, 2024
1 parent 8345da2 commit 2b8b077
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 43 deletions.
72 changes: 36 additions & 36 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
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
"start": "next start"
},
"dependencies": {
"@mantine/core": "7.9.0",
"@mantine/hooks": "7.9.0",
"@mantine/notifications": "^7.9.0",
"@mantine/core": "7.9.1",
"@mantine/hooks": "7.9.1",
"@mantine/notifications": "^7.9.1",
"@tabler/icons-react": "^3.3.0",
"next": "^14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swr": "^2.2.5"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.6.10",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@evilmartians/lefthook": "^1.6.11",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -45,7 +45,7 @@
"postcss-preset-mantine": "1.15.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.4.5"
Expand Down

0 comments on commit 2b8b077

Please sign in to comment.