Skip to content

Commit

Permalink
Chores: update dependencies and GitHub Actions (#78)
Browse files Browse the repository at this point in the history
* ci: update github actions

* chores: dependencies updated
  • Loading branch information
maehr authored Nov 3, 2023
1 parent abdfaf8 commit aeff37e
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 223 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/awesome-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
Awesome_Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: npx awesome-lint
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
- uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@playwright/test": "^1.39.0",
"@sveltejs/adapter-cloudflare": "^2.3.3",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.25.2",
"@sveltejs/kit": "^1.27.2",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"awesome-lint": "^1.0.0",
"daisyui": "^3.9.3",
"eslint": "^8.51.0",
"daisyui": "^3.9.4",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte3": "^4.0.0",
"mdsvex": "^0.11.0",
Expand All @@ -42,10 +42,10 @@
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"rehype-autolink-headings": "^7.0.0",
"svelte": "^4.2.1",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"svelte-multiselect": "^10.2.0",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^0.34.6"
Expand Down
Loading

0 comments on commit aeff37e

Please sign in to comment.