Skip to content

Commit

Permalink
Dependabot added to ci, deps updated (#81)
Browse files Browse the repository at this point in the history
* ci: add dependabot

* chore: deps updated

* chore: formatting
  • Loading branch information
maehr authored Dec 14, 2023
1 parent aeff37e commit ea2b8e8
Show file tree
Hide file tree
Showing 4 changed files with 835 additions and 508 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: 'pnpm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: 'weekly'
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,31 @@
"private": true,
"packageManager": "[email protected]",
"devDependencies": {
"@playwright/test": "^1.39.0",
"@sveltejs/adapter-cloudflare": "^2.3.3",
"@playwright/test": "^1.40.1",
"@sveltejs/adapter-cloudflare": "^2.3.4",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.2",
"@sveltejs/kit": "^1.30.1",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"awesome-lint": "^1.0.0",
"daisyui": "^3.9.4",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"awesome-lint": "^1.0.1",
"daisyui": "^4.4.19",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte3": "^4.0.0",
"mdsvex": "^0.11.0",
"mdsvex-relative-images": "^1.0.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"rehype-autolink-headings": "^7.0.0",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"rehype-autolink-headings": "^7.1.0",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"svelte-multiselect": "^10.2.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6"
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vitest": "^1.0.4"
},
"type": "module"
}
Loading

0 comments on commit ea2b8e8

Please sign in to comment.