-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Features - Add umami analytics script - Add umami event track - Add event to Posts and Projects links - Add new banner image Changes - Update avatar ester egg - Update dependencies - Upgrade astro-icon to v1.X - Increase text size from open graph post template Fixes - Fix `tag` name being replaced by astro-rename *Bump version to 1.9.0*
- Loading branch information
Showing
28 changed files
with
544 additions
and
214 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@lucjosin/lucasjosino.com", | ||
"packageManager": "[email protected]", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "astro dev", | ||
|
@@ -20,32 +20,35 @@ | |
"@lucjosin/remark-readme-stats": "./plugins/remark-readme-stats", | ||
"@typescript-eslint/eslint-plugin": "^6.8.0", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
"astro": "4.4.6", | ||
"astro-compress": "^2.2.10", | ||
"astro": "^4.4.9", | ||
"astro-compress": "^2.2.11", | ||
"astro-expressive-code": "^0.33.4", | ||
"astro-icon": "^0.8.1", | ||
"astro-icon": "^1.1.0", | ||
"astro-rename": "^1.1.2", | ||
"astro-robots-txt": "^1.0.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-astro": "^0.31.4", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-astro": "^0.12.0", | ||
"prettier-plugin-astro": "^0.13.0", | ||
"rehype-autolink-headings": "^7.1.0", | ||
"rehype-external-links": "^3.0.0", | ||
"rehype-slug": "^6.0.0", | ||
"remark-collapse": "^0.1.2", | ||
"remark-numbered-footnote-labels": "^1.1.0", | ||
"remark-toc": "^8.0.1", | ||
"remark-toc": "^9.0.0", | ||
"satori": "^0.10.13", | ||
"satori-html": "^0.3.2", | ||
"svgo": "2.8.0", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.3" | ||
}, | ||
"dependencies": { | ||
"@astrojs/react": "3.0.10", | ||
"@astrojs/rss": "4.0.5", | ||
"@expressive-code/plugin-line-numbers": "^0.33.4", | ||
"@iconify-json/ic": "^1.1.17", | ||
"@iconify-json/mdi": "^1.1.64", | ||
"@iconify-json/simple-icons": "^1.1.93", | ||
"@resvg/resvg-js": "^2.5.0", | ||
"@swup/astro": "^1.3.2", | ||
"@types/react": "^18.2.29", | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
Oops, something went wrong.