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 Jan 27, 2024
1 parent 8e4047e commit 3b10cb6
Show file tree
Hide file tree
Showing 5 changed files with 3,184 additions and 2,564 deletions.
873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.5.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
yarnPath: .yarn/releases/yarn-3.5.1.cjs
compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.0.2.cjs
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "^2.23.0",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "^1.0.1",
"dotenv": "^16.0.3",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"next": "13.4.4",
"@supabase/supabase-js": "^2.39.3",
"@types/node": "20.11.8",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "^1.1.2",
"dotenv": "^16.4.1",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.32.1",
"typescript": "5.0.4"
"sharp": "^0.32.6",
"typescript": "5.3.3"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"
},
"packageManager": "yarn@3.5.1"
"packageManager": "yarn@4.0.2"
}
Loading

0 comments on commit 3b10cb6

Please sign in to comment.