Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vasfvitor committed Jul 12, 2024
1 parent bacb77e commit 3edc067
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,33 @@
"preview": "astro preview"
},
"dependencies": {
"@astrojs/markdown-remark": "^4.2.1",
"@fontsource-variable/inter": "^5.0.16",
"@fontsource/noto-sans-sc": "^5.0.17",
"@astrojs/starlight": "^0.20.1",
"@astrojs/markdown-remark": "^5.0.0",
"@astrojs/rss": "^4.0.5",
"@astrojs/starlight": "^0.24.0",
"@lorenzo_lewis/starlight-utils": "^0.1.0",
"@types/json-schema": "^7.0.15",
"astro": "^4.4.4",
"astro-d2": "^0.3.0",
"astro-feelback": "^0.3.4",
"astro-og-canvas": "^0.4.2",
"canvaskit-wasm": "^0.39.1",
"astrojs-service-worker": "^2.0.0",
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-astro": "^0.14.0",
"rehype-autolink-headings": "^7.1.0",
"sass": "^1.77.2",
"semver": "^7.6.0",
"sharp": "^0.33.2",
"shiki": "^1.1.7",
"starlight-blog": "^0.5.0",
"starlight-links-validator": "^0.5.3"
"starlight-blog": "^0.11.0",
"starlight-links-validator": "^0.9.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}
}

0 comments on commit 3edc067

Please sign in to comment.