update deps

This commit is contained in:
Niccolo Borgioli 2024-03-05 17:27:33 +01:00
parent 0f172b5c61
commit 9a5d3ca87d
No known key found for this signature in database
GPG Key ID: 4897ACD13A65977C
4 changed files with 369 additions and 383 deletions

2
.nvmrc
View File

@ -1 +1 @@
v20.5.1 v20.11.1

View File

@ -5,6 +5,7 @@ const withNextra = require('nextra')({
module.exports = { module.exports = {
...withNextra(), ...withNextra(),
output: 'export',
images: { images: {
unoptimized: true, unoptimized: true,
}, },

View File

@ -1,15 +1,15 @@
{ {
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"packageManager": "pnpm@8.6.12", "packageManager": "pnpm@8.15.4",
"scripts": { "scripts": {
"dev": "NEXT_TELEMETRY_DISABLED=1 next dev", "dev": "NEXT_TELEMETRY_DISABLED=1 next dev",
"build": "NEXT_TELEMETRY_DISABLED=1 next build && NEXT_TELEMETRY_DISABLED=1 next export" "build": "NEXT_TELEMETRY_DISABLED=1 next build"
}, },
"dependencies": { "dependencies": {
"next": "^13.5.4", "next": "^14.1.2",
"nextra": "^2.13.2", "nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.2", "nextra-theme-docs": "^2.13.4",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0"
} }

739
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff