-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all dependencies (#1446)
- Loading branch information
1 parent
004726f
commit ecd9154
Showing
4 changed files
with
1,423 additions
and
1,215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
restore-keys: cache-lychee- | ||
|
||
- name: Run lychee | ||
uses: lycheeverse/[email protected].0 | ||
uses: lycheeverse/[email protected].2 | ||
with: | ||
args: "--base . --cache --max-cache-age 1d . --max-redirects 10 --max-retries 5 --user-agent Chrome/51.0.2704.103 Safari/537.36" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,18 +64,18 @@ | |
"flowbite": "^2.3.0", | ||
"husky": "9.1.6", | ||
"locale-emoji": "0.3.0", | ||
"marked": "14.1.2", | ||
"marked": "14.1.3", | ||
"mdast-util-to-string": "4.0.0", | ||
"nanostores": "0.11.3", | ||
"postcss-nesting": "13.0.0", | ||
"postcss-preset-env": "10.0.6", | ||
"postcss-preset-env": "10.0.7", | ||
"prettier": "3.3.3", | ||
"prettier-plugin-astro": "0.14.1", | ||
"prettier-plugin-tailwindcss": "0.6.8", | ||
"reading-time": "1.5.0", | ||
"rehype-accessible-emojis": "^0.3.2", | ||
"remark-toc": "^9.0.0", | ||
"tailwindcss": "3.4.13", | ||
"tailwindcss": "3.4.14", | ||
"vitest": "^1.3.1", | ||
"workbox-window": "^7.0.0" | ||
}, | ||
|
@@ -84,9 +84,9 @@ | |
"@astrojs/vue": "^4.0.8", | ||
"@vueuse/integrations": "^10.8.0", | ||
"fuse.js": "^7.0.0", | ||
"sass": "1.79.4", | ||
"sass": "1.80.3", | ||
"sharp": "0.33.5", | ||
"vue": "^3.4.19" | ||
}, | ||
"packageManager": "[email protected].1" | ||
"packageManager": "[email protected].2" | ||
} |
Oops, something went wrong.