Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 1, 2024
1 parent 6c76892 commit b154211
Show file tree
Hide file tree
Showing 9 changed files with 2,372 additions and 1,943 deletions.
807 changes: 0 additions & 807 deletions .yarn/releases/yarn-3.3.0.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.5.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"

yarnPath: .yarn/releases/yarn-3.3.0.cjs
yarnPath: .yarn/releases/yarn-3.8.5.cjs
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"fastify-favicon": "^4.2.0",
"fastify-plugin": "^4.4.0"
},
"packageManager": "yarn@3.3.0"
"packageManager": "yarn@3.8.5"
}
2 changes: 1 addition & 1 deletion apps/chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"vite": "^4.0.0"
},
"dependencies": {
"@supabase/auth-helpers-sveltekit": "^0.8.6",
"@supabase/auth-helpers-sveltekit": "^0.13.0",
"@supabase/supabase-js": "^2.2.1"
},
"type": "module"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"engines": {
"node": ">=14.0.0"
},
"packageManager": "yarn@3.3.0"
"packageManager": "yarn@3.8.5"
}
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"devDependencies": {
"prisma": "^4.7.1"
},
"packageManager": "yarn@3.3.0"
"packageManager": "yarn@3.8.5"
}
2 changes: 1 addition & 1 deletion packages/tailwind-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tailwind-config",
"main": "index.js",
"packageManager": "yarn@3.3.0",
"packageManager": "yarn@3.8.5",
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"tailwindcss": "^3.2.4"
Expand Down
Loading

0 comments on commit b154211

Please sign in to comment.