Skip to content

Commit

Permalink
chore: ⬆️ update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
spences10 committed Dec 30, 2024
1 parent e1b6fa5 commit 98e9adf
Show file tree
Hide file tree
Showing 2 changed files with 672 additions and 390 deletions.
40 changes: 20 additions & 20 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,39 +17,39 @@
"build:packages": "pnpm -r --filter=\"../../packages/*\" run build"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@playwright/test": "^1.49.1",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.7.4",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@sveltejs/kit": "^2.15.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/svelte": "^5.2.4",
"@testing-library/svelte": "^5.2.6",
"@types/eslint": "9.6.1",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@vitest/coverage-v8": "^2.1.4",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vitest/coverage-v8": "^2.1.8",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"eslint": "^9.14.0",
"daisyui": "^4.12.23",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"eslint-plugin-svelte": "^2.46.1",
"fathom-client": "^3.7.2",
"jsdom": "^25.0.1",
"mdsvex": "^0.12.3",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"svead": "workspace:*",
"svelte": "5.8.0",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.14",
"svelte": "5.16.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.4"
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vitest": "^2.1.8"
},
"type": "module"
}
Loading

0 comments on commit 98e9adf

Please sign in to comment.