mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-21 23:56:25 +00:00
update deps
This commit is contained in:
parent
0a977a0b3d
commit
1f04e83a3d
10
package.json
10
package.json
@ -3,13 +3,13 @@
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@8.6.12",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build && next export"
|
||||
"dev": "NEXT_TELEMETRY_DISABLED=1 next dev",
|
||||
"build": "NEXT_TELEMETRY_DISABLED=1 next build && NEXT_TELEMETRY_DISABLED=1 next export"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "^13.4.19",
|
||||
"nextra": "^2.11.1",
|
||||
"nextra-theme-docs": "^2.11.1",
|
||||
"next": "^13.5.4",
|
||||
"nextra": "^2.13.2",
|
||||
"nextra-theme-docs": "^2.13.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0"
|
||||
}
|
||||
|
725
pnpm-lock.yaml
generated
725
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user