Skip to content

Commit

Permalink
Merge pull request #775 from s3igo/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies
  • Loading branch information
s3igo authored Dec 22, 2024
2 parents dbfcc77 + a012617 commit 85f416b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run ls-lint
run: bun run lint:ls
- name: Check spelling
uses: crate-ci/typos@bd36f89fcd3424dcefd442894589e6ee572a59f2 # v1.28.1
uses: crate-ci/typos@9d890159570d5018df91fedfa40b4730cd4a81b1 # v1.28.4
- name: Run Textlint
run: bun run lint:text
- name: Run knip
Expand Down
Binary file modified bun.lockb
Binary file not shown.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
},
"dependencies": {
"@astrojs/partytown": "2.1.2",
"@astrojs/rss": "4.0.9",
"@astrojs/rss": "4.0.10",
"@astrojs/solid-js": "4.4.4",
"@astrojs/tailwind": "5.1.2",
"@astrojs/tailwind": "5.1.4",
"@fontsource/jetbrains-mono": "5.1.1",
"@fontsource/zen-kaku-gothic-new": "5.1.0",
"@kobalte/core": "0.13.7",
Expand All @@ -42,34 +42,34 @@
"postcss-load-config": "6.0.1",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"sanitize-html": "2.13.1",
"sanitize-html": "2.14.0",
"satori": "0.12.0",
"satori-html": "0.3.2",
"sharp": "0.33.5",
"solid-js": "1.9.3",
"tailwindcss": "3.4.15",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"unist-util-visit": "5.0.0"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@biomejs/biome": "1.9.4",
"@ls-lint/ls-lint": "2.2.3",
"@playwright/test": "1.49.0",
"@playwright/test": "1.49.1",
"@types/markdown-it": "14.1.2",
"@types/node": "20.17.8",
"@types/node": "20.17.10",
"@types/sanitize-html": "2.13.0",
"@types/unist": "3.0.3",
"@vitest/coverage-v8": "2.1.6",
"@vitest/coverage-v8": "2.1.8",
"husky": "9.1.7",
"knip": "5.38.1",
"knip": "5.41.1",
"lost-pixel": "3.22.0",
"scaffdog": "4.1.0",
"textlint": "14.3.0",
"textlint": "14.4.0",
"textlint-filter-rule-allowlist": "4.0.0",
"textlint-filter-rule-comments": "1.2.2",
"textlint-rule-preset-ja-technical-writing": "10.0.1",
"vitest": "2.1.6"
"vitest": "2.1.8"
},
"trustedDependencies": ["@biomejs/biome", "esbuild", "odiff-bin", "sharp"]
}

0 comments on commit 85f416b

Please sign in to comment.