Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
x0k committed Dec 18, 2024
1 parent e9fd313 commit e41532e
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 380 deletions.
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.29.2",
"@astrojs/starlight": "^0.30.2",
"@astrojs/svelte": "^7.0.1",
"astro": "^5.0.3",
"astro": "^5.0.9",
"astro-vtbot": "^1.10.7",
"sharp": "^0.33.5",
"starlight-package-managers": "^0.8.0",
"svelte": "^5.7.1"
"starlight-package-managers": "^0.8.1",
"svelte": "^5.14.4"
}
}
3 changes: 2 additions & 1 deletion apps/docs/src/content/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineCollection } from 'astro:content';
import { docsLoader } from '@astrojs/starlight/loaders'
import { docsSchema } from '@astrojs/starlight/schema';

export const collections = {
docs: defineCollection({ schema: docsSchema() }),
docs: defineCollection({ schema: docsSchema(), loader: docsLoader() }),
};
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"daisyui": "^4.12.22",
"postcss": "^8.4.49",
"svelte": "^5.7.1",
"svelte": "^5.14.4",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"vite": "catalog:",
"vitest": "catalog:"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"keywords": [],
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@changesets/cli": "^2.27.11",
"@total-typescript/tsconfig": "^1.0.4",
"only-allow": "^1.2.1",
"publint": "^0.2.12",
Expand Down
Loading

0 comments on commit e41532e

Please sign in to comment.