Skip to content

Commit

Permalink
Dependabot & Updates (#165)
Browse files Browse the repository at this point in the history
* ci: change interval of dependabot to monthly

* chore: dependencies updated to latest

* chore: dependencies updated to latest

* ci: update pnpm version
  • Loading branch information
maehr authored May 4, 2024
1 parent 77245d9 commit 1204e26
Show file tree
Hide file tree
Showing 4 changed files with 3,615 additions and 2,998 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ updates:
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: 'weekly'
interval: 'monthly'
4 changes: 2 additions & 2 deletions .github/workflows/sveltekitci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
with:
node-version: 21
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: false
- name: Get pnpm store directory
shell: bash
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"license": "AGPL-3.0",
"engines": {
"node": ">=20",
"pnpm": ">=8"
"pnpm": ">=9"
},
"private": true,
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@9.0.6",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand All @@ -30,15 +30,15 @@
"devDependencies": {
"@divriots/jampack": "^0.24.0",
"@playwright/test": "^1.43.1",
"@skeletonlabs/skeleton": "^2.9.1",
"@skeletonlabs/skeleton": "^2.9.2",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tailwindcss/typography": "^0.5.12",
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"cheerio": "1.0.0-rc.12",
"dompurify": "^3.1.0",
"dompurify": "^3.1.2",
"eslint": "^9.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.38.0",
Expand All @@ -55,16 +55,16 @@
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-captions": "^2.2.3",
"remark-captions": "^2.2.4",
"svelte": "^4.2.15",
"svelte-check": "^3.6.9",
"svelte-maplibre": "^0.8.5",
"svelte-check": "^3.7.1",
"svelte-maplibre": "^0.9.1",
"tailwindcss": "^3.4.3",
"turndown": "^7.1.3",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-plugin-tailwind-purgecss": "^0.3.1",
"vitest": "^1.5.0",
"vite": "^5.2.11",
"vite-plugin-tailwind-purgecss": "^0.3.3",
"vitest": "^1.5.3",
"xml2js": "^0.6.2"
},
"type": "module"
Expand Down
Loading

0 comments on commit 1204e26

Please sign in to comment.