Skip to content

Commit

Permalink
Re-enable dependabot for website (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
SapiensAnatis authored Jul 8, 2024
1 parent 5a05580 commit bd7c08f
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 427 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ updates:
directory: "/MaintenanceWorker"
schedule:
interval: "weekly"
# - package-ecosystem: "npm"
# directory: "/Website"
# schedule:
# interval: "weekly"
- package-ecosystem: "npm"
directory: "/Website"
schedule:
interval: "weekly"
30 changes: 15 additions & 15 deletions Website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@
"shadcn": "pnpm dlx shadcn-svelte@latest add"
},
"devDependencies": {
"@eslint/js": "9.5.0",
"@playwright/test": "1.45.0",
"@eslint/js": "9.6.0",
"@playwright/test": "1.45.1",
"@sveltejs/adapter-node": "5.2.0",
"@sveltejs/enhanced-img": "0.3.0",
"@sveltejs/kit": "2.5.17",
"@sveltejs/kit": "2.5.18",
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@types/eslint": "8.56.10",
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.14",
"@typescript-eslint/parser": "8.0.0-alpha.30",
"autoprefixer": "10.4.19",
"dotenv": "16.4.5",
"eslint": "9.5.0",
"eslint": "9.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-svelte": "2.41.0",
"globals": "15.6.0",
"globals": "15.8.0",
"msw": "2.3.1",
"postcss": "8.4.38",
"postcss": "8.4.39",
"postcss-load-config": "5.1.0",
"prettier": "3.3.2",
"prettier-plugin-svelte": "3.2.5",
Expand All @@ -47,21 +47,21 @@
"svelte-check": "3.8.4",
"tailwindcss": "3.4.4",
"tslib": "2.6.3",
"typescript": "5.5.2",
"typescript": "5.5.3",
"typescript-eslint": "8.0.0-alpha.14",
"vite": "5.3.1",
"vite-plugin-checker": "0.6.4"
"vite": "5.3.3",
"vite-plugin-checker": "0.7.1"
},
"type": "module",
"dependencies": {
"@unpic/svelte": "0.0.53",
"bits-ui": "0.21.10",
"bits-ui": "0.21.12",
"clsx": "2.1.1",
"lucide-svelte": "0.397.0",
"lucide-svelte": "0.399.0",
"mode-watcher": "0.3.1",
"tailwind-merge": "2.3.0",
"tailwind-merge": "2.4.0",
"tailwind-variants": "0.2.1",
"vaul-svelte": "0.3.1",
"vaul-svelte": "0.3.2",
"zod": "3.23.8"
},
"pnpm": {
Expand Down
Loading

0 comments on commit bd7c08f

Please sign in to comment.