Skip to content

Commit

Permalink
v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Apr 27, 2023
1 parent 4f630d6 commit 0075fc3
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 67 deletions.
101 changes: 41 additions & 60 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 @@ -2,7 +2,7 @@
"name": "@gregrickaby/viewer-for-reddit",
"private": true,
"description": "Anonymously browse Reddit",
"version": "3.7.0",
"version": "3.8.0",
"repository": {
"type": "git",
"url": "git+https://github.com/gregrickaby/viewer-for-reddit.git"
Expand All @@ -27,21 +27,21 @@
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@mantine/core": "^6.0.8",
"@mantine/hooks": "^6.0.8",
"@mantine/next": "^6.0.8",
"@mantine/core": "^6.0.9",
"@mantine/hooks": "^6.0.9",
"@mantine/next": "^6.0.9",
"@tabler/icons-react": "^2.17.0",
"hls.js": "^1.4.0",
"next": "^13.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.3",
"swr": "^2.1.4"
"swr": "^2.1.5"
},
"devDependencies": {
"@evilmartians/lefthook": "^1.3.10",
"@types/node": "^18.16.0",
"@types/react": "^18.0.38",
"@types/node": "^18.16.1",
"@types/react": "^18.2.0",
"eslint": "^8.39.0",
"eslint-config-next": "^13.3.1",
"eslint-config-prettier": "^8.8.0",
Expand Down

1 comment on commit 0075fc3

@vercel
Copy link

@vercel vercel bot commented on 0075fc3 Apr 27, 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.