Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Nov 13, 2023
1 parent 32070f7 commit 44abaa6
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 95 deletions.
170 changes: 85 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@
"type-check": "tsc"
},
"dependencies": {
"@mantine/core": "7.2.0",
"@mantine/hooks": "7.2.0",
"@mantine/core": "7.2.2",
"@mantine/hooks": "7.2.2",
"@tabler/icons-react": "^2.40.0",
"hls.js": "^1.4.12",
"next": "14.0.1",
"next": "14.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.5.2",
"react-intersection-observer": "^9.5.3",
"swr": "^2.2.4"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.5.2",
"@types/node": "20.8.10",
"@types/react": "18.2.36",
"@types/react-dom": "18.2.14",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.1",
"eslint-config-next": "^14.0.2",
"eslint-config-prettier": "^9.0.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.31",
"postcss-preset-mantine": "1.9.1",
"postcss-preset-mantine": "1.11.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
Expand Down

1 comment on commit 44abaa6

@vercel
Copy link

@vercel vercel bot commented on 44abaa6 Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.