aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2023-08-28 21:33:44 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2023-08-28 21:33:44 -0500
commitf0c03a9b8e15387c4defd0a0e3e0298324406fae (patch)
tree564011d0265666953b17258954ff68614ff6566a /package.json
parent2f0439621cff059e414d67f6ce43a7a6c4de13bc (diff)
downloadhomepage-f0c03a9b8e15387c4defd0a0e3e0298324406fae.tar.xz
homepage-f0c03a9b8e15387c4defd0a0e3e0298324406fae.zip
Add wg2nd
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/package.json b/package.json
index c0bcb1f..f292e37 100644
--- a/package.json
+++ b/package.json
@@ -8,20 +8,20 @@
"start": "next start"
},
"dependencies": {
- "@fontsource/inconsolata": "^4.5.0",
- "clsx": "^1.1.1",
- "highlight.js": "^11.1.0",
- "html-loader": "^2.1.2",
- "markdown-loader": "^8.0.0",
- "marked": "^4.0.16",
- "next": "^12.1.6",
- "react": "17.0.2",
- "react-dom": "17.0.2",
- "sass": "^1.35.2"
+ "@fontsource/inconsolata": "^5.0.8",
+ "clsx": "^2.0.0",
+ "highlight.js": "^11.8.0",
+ "html-loader": "^4.2.0",
+ "marked": "^7.0.5",
+ "marked-highlight": "^2.0.4",
+ "next": "^13.4.19",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
+ "sass": "^1.66.1"
},
"devDependencies": {
- "@types/marked": "^2.0.4",
- "@types/react": "^17.0.45",
- "typescript": "^4.7.2"
+ "@types/marked": "^5.0.1",
+ "@types/react": "^18.2.21",
+ "typescript": "^5.2.2"
}
}