Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 7, 2024
1 parent 1041489 commit 47be342
Show file tree
Hide file tree
Showing 8 changed files with 384 additions and 451 deletions.
16 changes: 8 additions & 8 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
},
"devDependencies": {
"@fontesio/tsconfig": "workspace:*",
"@iconify/json": "2.2.231",
"@iconify/json": "2.2.234",
"@sveltejs/adapter-vercel": "5.4.1",
"@sveltejs/kit": "2.5.18",
"@sveltejs/kit": "2.5.20",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"svelte": "4.2.18",
"svelte-check": "3.8.4",
"svelte-check": "3.8.5",
"tslib": "2.6.3",
"typescript": "5.5.4",
"unplugin-icons": "0.19.0",
"unplugin-icons": "0.19.1",
"vite": "5.1.3",
"vitest": "2.0.4"
"vitest": "2.0.5"
},
"type": "module",
"dependencies": {
Expand All @@ -34,10 +34,10 @@
"@fontesio/lib": "workspace:*",
"@fontesio/ui": "workspace:*",
"@melt-ui/svelte": "0.83.0",
"autoprefixer": "10.4.19",
"bits-ui": "0.21.12",
"autoprefixer": "10.4.20",
"bits-ui": "0.21.13",
"formsnap": "1.0.1",
"postcss": "8.4.40",
"postcss": "8.4.41",
"svelte-headless-table": "0.18.2",
"sveltekit-search-params": "2.1.2",
"sveltekit-superforms": "2.16.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"eslint": "8.57.0",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"turbo": "2.0.9"
"turbo": "2.0.12"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"engines": {
"pnpm": ">=8.6",
"node": ">=20.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/app-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"@fontesio/drizzle": "workspace:*",
"@fontesio/lib": "workspace:*",
"@fontesio/tsconfig": "workspace:*",
"@playwright/test": "1.45.3",
"drizzle-orm": "0.32.1",
"@playwright/test": "1.46.0",
"drizzle-orm": "0.32.2",
"lucia": "3.2.0"
}
}
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-turbo": "latest",
"eslint-plugin-svelte": "2.43.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@fontesio/citations": "workspace:*",
"drizzle-orm": "0.32.1",
"drizzle-orm": "0.32.2",
"drizzle-zod": "0.5.1",
"nanoid": "5.0.7",
"postgres": "3.4.4",
Expand All @@ -20,7 +20,7 @@
"devDependencies": {
"@types/node": "^22.0.0",
"dotenv-cli": "7.4.2",
"drizzle-kit": "0.23.0",
"drizzle-kit": "0.23.2",
"pg": "8.12.0"
}
}
6 changes: 3 additions & 3 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"@fontesio/citations": "workspace:*",
"@fontesio/drizzle": "workspace:*",
"@fontesio/email": "workspace:*",
"@lucia-auth/adapter-drizzle": "1.0.7",
"@lucia-auth/adapter-drizzle": "1.1.0",
"@upstash/ratelimit": "2.0.1",
"@upstash/redis": "1.33.0",
"@upstash/redis": "1.34.0",
"arctic": "1.9.2",
"drizzle-orm": "0.32.1",
"drizzle-orm": "0.32.2",
"lucia": "3.2.0",
"oslo": "1.2.1",
"zod": "3.23.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"fix": "prettier --plugin prettier-plugin-svelte --write . && eslint --fix ."
},
"dependencies": {
"bits-ui": "0.21.12",
"bits-ui": "0.21.13",
"cmdk-sv": "0.0.18",
"formsnap": "1.0.1",
"svelte": "4.2.18",
"sveltekit-superforms": "2.16.1",
"tailwind-merge": "2.4.0",
"tailwind-variants": "^0.2.0",
"unplugin-icons": "0.19.0"
"unplugin-icons": "0.19.1"
},
"devDependencies": {
"@fontesio/tsconfig": "workspace:*"
Expand Down
Loading

0 comments on commit 47be342

Please sign in to comment.