feat: update deps

This commit is contained in:
Anthony Berg 2024-10-30 09:43:07 +01:00
parent 3b07233cc1
commit 8569c84556
3 changed files with 1896 additions and 987 deletions

View File

@ -1,4 +1,6 @@
const withNextra = require('nextra')({
import nextra from 'nextra'
const withNextra = nextra({
theme: 'nextra-theme-blog',
themeConfig: './theme.config.js',
// optional: add `unstable_staticImage: true` to enable Nextra's auto image import
@ -9,4 +11,4 @@ const nextConfig = {
// any configs you need
}
module.exports = withNextra(nextConfig)
export default withNextra(nextConfig)

View File

@ -2,6 +2,7 @@
"name": "anthonyberg-website",
"version": "0.1.0",
"description": "A website for my own portfolio",
"type": "module",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
@ -10,22 +11,22 @@
"start": "next start"
},
"engines": {
"node": ">=20",
"node": ">=22",
"pnpm": ">=8"
},
"dependencies": {
"gray-matter": "^4.0.3",
"next": "^14.2.14",
"nextra": "^2.13.4",
"nextra-theme-blog": "^2.13.4",
"next": "^15.0.2",
"nextra": "^3.1.3",
"nextra-theme-blog": "^3.1.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rss": "^1.2.2"
},
"devDependencies": {
"@types/node": "^20.16.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.2"
"@types/node": "^22.8.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3"
}
}

2860
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff