Skip to content

Commit

Permalink
Merge branch 'bump-desp'
Browse files Browse the repository at this point in the history
  • Loading branch information
x0k committed Dec 18, 2024
2 parents 4c20400 + e41532e commit 7499a67
Show file tree
Hide file tree
Showing 6 changed files with 857 additions and 947 deletions.
12 changes: 6 additions & 6 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.28.5",
"@astrojs/svelte": "^5.7.2",
"astro": "^4.16.8",
"astro-vtbot": "^1.10.6",
"@astrojs/starlight": "^0.30.2",
"@astrojs/svelte": "^7.0.1",
"astro": "^5.0.9",
"astro-vtbot": "^1.10.7",
"sharp": "^0.33.5",
"starlight-package-managers": "^0.8.0",
"svelte": "^5.1.9"
"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() }),
};
18 changes: 9 additions & 9 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"postcss": "^8.4.47",
"svelte": "^5.1.9",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.14",
"daisyui": "^4.12.22",
"postcss": "^8.4.49",
"svelte": "^5.14.4",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.17",
"vite": "catalog:",
"vitest": "catalog:"
},
"dependencies": {
"@json-table/block-to-xlsx": "workspace:^",
"@json-table/core": "workspace:^0.1.0",
"@sjsf/ajv8-validator": "^1.3.0",
"@sjsf/daisyui-theme": "^1.3.0",
"@sjsf/form": "^1.3.0",
"@sjsf/ajv8-validator": "^1.7.0",
"@sjsf/daisyui-theme": "^1.7.0",
"@sjsf/form": "^1.7.0",
"ajv": "^8.17.1",
"browser-fs-access": "^0.35.0",
"exceljs": "^4.4.0",
Expand Down
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@9.12.1",
"packageManager": "pnpm@9.14.4",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand All @@ -20,16 +20,11 @@
"keywords": [],
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@changesets/cli": "^2.27.11",
"@total-typescript/tsconfig": "^1.0.4",
"only-allow": "^1.2.1",
"publint": "^0.2.12",
"turbo": "^2.2.3",
"typescript": "~5.6.3"
},
"pnpm": {
"overrides": {
"@sveltejs/vite-plugin-svelte": "^4.0.0"
}
"turbo": "^2.3.3",
"typescript": "~5.7.2"
}
}
Loading

0 comments on commit 7499a67

Please sign in to comment.