Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tommybarvaag committed Jan 31, 2023
1 parent 7212a77 commit 2e822b5
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 88 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,40 +17,40 @@
"author": "Tommy Lunde Barvåg",
"license": "MIT",
"dependencies": {
"@next/font": "^13.0.5",
"@prisma/client": "^4.6.1",
"@next/font": "^13.1.6",
"@prisma/client": "^4.9.0",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-label": "^2.0.0",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-popover": "^1.0.3",
"@radix-ui/react-presence": "^1.0.0",
"@radix-ui/react-radio-group": "^1.1.0",
"@radix-ui/react-select": "^1.1.2",
"@radix-ui/react-radio-group": "^1.1.1",
"@radix-ui/react-select": "^1.2.0",
"@radix-ui/react-separator": "^1.0.1",
"@sendgrid/mail": "^7.7.0",
"@stitches/react": "^1.2.8",
"date-fns": "^2.29.1",
"framer-motion": "^7.6.11",
"date-fns": "^2.29.3",
"framer-motion": "^8.5.5",
"jwt-decode": "^3.1.2",
"lodash.merge": "^4.6.2",
"next": "^13.0.5",
"next-auth": "^4.17.0",
"next": "^13.1.6",
"next-auth": "^4.19.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.39.5",
"react-icons": "^4.4.0",
"react-hook-form": "^7.43.0",
"react-icons": "^4.7.1",
"react-use": "^17.4.0",
"swr": "1.3.0"
"swr": "2.0.3"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.7",
"@types/node": "^18.6.3",
"@types/react": "^18.0.15",
"eslint": "8.28.0",
"eslint-config-next": "^13.0.5",
"prettier": "^2.7.1",
"prisma": "^4.6.1",
"typescript": "^4.9.3"
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"eslint": "8.33.0",
"eslint-config-next": "^13.1.6",
"prettier": "^2.8.3",
"prisma": "^4.9.0",
"typescript": "^4.9.5"
}
}
Loading

1 comment on commit 2e822b5

@vercel
Copy link

@vercel vercel bot commented on 2e822b5 Jan 31, 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.