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 Sep 20, 2024
1 parent 05df069 commit 6156413
Show file tree
Hide file tree
Showing 10 changed files with 865 additions and 1,006 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Alpine image
FROM node:20.16.0-alpine AS alpine
FROM node:20.17.0-alpine AS alpine
RUN apk update
RUN apk add --no-cache libc6-compat

Expand Down
28 changes: 14 additions & 14 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,34 @@
"@fontesio/config": "workspace:*",
"@fontesio/tsconfig": "workspace:*",
"@fontesio/ui": "workspace:*",
"@iconify/json": "2.2.231",
"@iconify/json": "2.2.250",
"@melt-ui/svelte": "0.83.0",
"@sveltejs/adapter-node": "5.2.0",
"@sveltejs/kit": "2.5.18",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"autoprefixer": "10.4.19",
"bits-ui": "0.21.12",
"@sveltejs/adapter-node": "5.2.3",
"@sveltejs/kit": "2.5.28",
"@sveltejs/vite-plugin-svelte": "3.1.2",
"autoprefixer": "10.4.20",
"bits-ui": "0.21.15",
"formsnap": "1.0.1",
"postcss": "8.4.40",
"postcss": "8.4.47",
"svelte": "4.2.18",
"svelte-check": "3.8.4",
"svelte-check": "3.8.6",
"svelte-headless-table": "0.18.2",
"sveltekit-search-params": "2.1.2",
"tailwind-merge": "2.4.0",
"tailwind-merge": "2.5.2",
"tailwind-variants": "^0.2.0",
"tailwindcss": "3.4.7",
"tailwindcss": "3.4.12",
"tailwindcss-animate": "1.0.7",
"typescript": "5.5.4",
"unplugin-icons": "0.19.0",
"typescript": "5.6.2",
"unplugin-icons": "0.19.3",
"vite": "5.1.3",
"vitest": "2.0.4"
"vitest": "2.1.1"
},
"type": "module",
"dependencies": {
"@fontesio/citations": "workspace:*",
"@fontesio/drizzle": "workspace:*",
"@fontesio/lib": "workspace:*",
"sveltekit-superforms": "2.16.1",
"sveltekit-superforms": "2.19.0",
"zod": "3.23.8"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"docker:build": "docker build . -t fontesio-web"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.2",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"eslint": "8.57.1",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.6",
"turbo": "2.0.9"
"turbo": "2.1.2"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.11.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.47.1",
"drizzle-orm": "0.33.0",
"lucia": "3.2.0"
}
}
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@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",
"tailwindcss": "3.4.7",
"eslint-plugin-svelte": "2.44.0",
"tailwindcss": "3.4.12",
"tailwindcss-animate": "1.0.7"
}
}
6 changes: 3 additions & 3 deletions packages/drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"with-env": "dotenv -e ../../.env"
},
"dependencies": {
"drizzle-orm": "0.32.1",
"drizzle-orm": "0.33.0",
"drizzle-zod": "0.5.1",
"nanoid": "5.0.7",
"postgres": "3.4.4",
Expand All @@ -20,7 +20,7 @@
"@fontesio/citations": "workspace:*",
"@types/node": "^22.0.0",
"dotenv-cli": "7.4.2",
"drizzle-kit": "0.23.0",
"pg": "8.12.0"
"drizzle-kit": "0.24.2",
"pg": "8.13.0"
}
}
8 changes: 4 additions & 4 deletions packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"dev": "email dev --dir=templates --port=3001"
},
"dependencies": {
"@react-email/components": "0.0.22",
"@react-email/components": "0.0.25",
"@react-email/render": "0.0.17",
"nodemailer": "6.9.14"
"nodemailer": "6.9.15"
},
"devDependencies": {
"@types/nodemailer": "6.4.15",
"@types/react": "18.3.3",
"@types/nodemailer": "6.4.16",
"@types/react": "18.3.8",
"react": "18.3.1",
"react-email": "2.1.6"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"dependencies": {
"@fontesio/drizzle": "workspace:*",
"@fontesio/email": "workspace:*",
"@lucia-auth/adapter-drizzle": "1.0.7",
"@upstash/ratelimit": "2.0.1",
"@upstash/redis": "1.33.0",
"@lucia-auth/adapter-drizzle": "1.1.0",
"@upstash/ratelimit": "2.0.3",
"@upstash/redis": "1.34.0",
"arctic": "1.9.2",
"drizzle-orm": "0.32.1",
"drizzle-orm": "0.33.0",
"lucia": "3.2.0",
"oslo": "1.2.1",
"pino": "9.3.2",
"pino": "9.4.0",
"zod": "3.23.8"
}
}
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"devDependencies": {
"@fontesio/tsconfig": "workspace:*",
"bits-ui": "0.21.12",
"bits-ui": "0.21.15",
"cmdk-sv": "0.0.18",
"formsnap": "1.0.1",
"svelte": "4.2.18",
"sveltekit-superforms": "2.16.1",
"tailwind-merge": "2.4.0",
"sveltekit-superforms": "2.19.0",
"tailwind-merge": "2.5.2",
"tailwind-variants": "^0.2.0",
"unplugin-icons": "0.19.0"
"unplugin-icons": "0.19.3"
}
}
Loading

0 comments on commit 6156413

Please sign in to comment.