Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrquantumoff committed May 1, 2023
1 parent 18150a1 commit 5f99eba
Show file tree
Hide file tree
Showing 2 changed files with 233 additions and 200 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "^2.15.0",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^0.1.11",
"@supabase/supabase-js": "^2.21.0",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@vercel/analytics": "^1.0.0",
"dotenv": "^16.0.3",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"next": "13.3.0",
"eslint": "8.39.0",
"eslint-config-next": "13.3.3",
"next": "13.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.32.0",
"sharp": "^0.32.1",
"typescript": "5.0.4"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1"
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}
Loading

0 comments on commit 5f99eba

Please sign in to comment.