Skip to content

Commit

Permalink
fix: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Nov 16, 2022
1 parent 53f1b48 commit d90a5c4
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 182 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
},
"dependencies": {
"@fontsource/poppins": "^4.5.10",
"@prisma/client": "^4.5.0",
"@prisma/client": "^4.6.1",
"@types/cookie": "^0.5.1",
"@types/jsonwebtoken": "^8.5.9",
"argon2": "^0.30.1",
"argon2": "^0.30.2",
"cookie": "^0.5.0",
"jsonwebtoken": "^8.5.1",
"next": "13.0.2",
"next": "13.0.3",
"next-connect": "^0.13.0",
"next-seo": "^5.14.0",
"next-seo": "^5.14.1",
"pterodactyl.js": "^2.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.1",
"react-hook-form": "^7.39.4",
"react-query": "^3.39.2",
"redaxios": "^0.5.1",
"remixicon": "^2.5.0",
Expand All @@ -32,15 +32,15 @@
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/react-dom": "18.0.9",
"autoprefixer": "^10.4.13",
"eslint": "8.26.0",
"eslint-config-next": "13.0.2",
"postcss": "^8.4.18",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"prisma": "^4.5.0",
"tailwindcss": "^3.2.2",
"typescript": "4.8.4"
"prisma": "^4.6.1",
"tailwindcss": "^3.2.4",
"typescript": "4.9.3"
}
}
Loading

1 comment on commit d90a5c4

@vercel
Copy link

@vercel vercel bot commented on d90a5c4 Nov 16, 2022

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.