aboutsummaryrefslogtreecommitdiff
path: root/apps/website
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2023-12-26 16:44:14 +0100
committerPauline <git@ethanlibs.co>2023-12-26 18:22:39 +0100
commitae4afbb2af686e10feb7518cd2e5f4a4e94503bf (patch)
tree242bd118f77603370a222f2434337532a02ce051 /apps/website
parent6db9917e7d2ffaa1a9e08c326c0ac8736332823c (diff)
downloadNexus-ae4afbb2af686e10feb7518cd2e5f4a4e94503bf.tar.gz
Nexus-ae4afbb2af686e10feb7518cd2e5f4a4e94503bf.tar.bz2
Nexus-ae4afbb2af686e10feb7518cd2e5f4a4e94503bf.zip
chore(deps): bump and use patched lint
Diffstat (limited to 'apps/website')
-rw-r--r--apps/website/package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/website/package.json b/apps/website/package.json
index bb13cbe..11da785 100644
--- a/apps/website/package.json
+++ b/apps/website/package.json
@@ -11,19 +11,19 @@
"test": "vitest"
},
"dependencies": {
- "@astrojs/mdx": "^1.1.5",
- "@astrojs/rss": "^3.0.0",
+ "@astrojs/mdx": "^2.0.2",
+ "@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
- "@astrojs/tailwind": "^5.0.2",
- "astro": "^4.0.6",
+ "@astrojs/tailwind": "^5.0.4",
+ "astro": "^4.0.7",
"sass": "^1.69.5",
"tailwindcss": "^3.4.0",
- "vitest": "^0.34.6"
+ "vitest": "^1.1.0"
},
"devDependencies": {
"@polyfrost/config": "workspace:*",
"@types/node": "~20.10.5",
- "node-html-parser": "^6.1.11",
+ "node-html-parser": "^6.1.12",
"typescript": "^5.3.3"
}
}