Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed May 6, 2024
1 parent 224c8de commit 8345da2
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 91 deletions.
162 changes: 78 additions & 84 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
Expand Up @@ -23,30 +23,30 @@
"start": "next start"
},
"dependencies": {
"@mantine/core": "7.8.1",
"@mantine/hooks": "7.8.1",
"@mantine/notifications": "^7.8.1",
"@tabler/icons-react": "^3.2.0",
"@mantine/core": "7.9.0",
"@mantine/hooks": "7.9.0",
"@mantine/notifications": "^7.9.0",
"@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.7",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"markdownlint": "^0.34.0",
"markdownlint-cli": "^0.39.0",
"markdownlint-cli": "^0.40.0",
"postcss": "^8.4.38",
"postcss-preset-mantine": "1.15.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"stylelint": "^16.4.0",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5.4.5"
}
Expand Down

0 comments on commit 8345da2

Please sign in to comment.