dependencies upgrade

This commit is contained in:
Zheyuan Wu
2025-04-14 11:02:33 -05:00
parent 671611cd97
commit de0823d2c8
5 changed files with 6358 additions and 4039 deletions

View File

@@ -3,7 +3,7 @@ services:
build:
context: ./
dockerfile: ./Dockerfile
image: trance0/notenextra:v1.1.13
image: trance0/notenextra:v1.1.14
restart: on-failure:5
ports:
- 13000:3000

10373
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,9 +9,9 @@
"@napi-rs/simple-git": "^0.1.19",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"next": "^15.0.3",
"nextra": "^3.2.3",
"nextra-theme-docs": "^3.2.3",
"next": "^15.3.0",
"nextra": "^1.1.0",
"nextra-theme-docs": "^2.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vercel": "^32.3.0"

View File

@@ -24,4 +24,5 @@ export default {
CSE559A_L19: "Computer Vision (Lecture 19)",
CSE559A_L20: "Computer Vision (Lecture 20)",
CSE559A_L21: "Computer Vision (Lecture 21)",
CSE559A_L22: "Computer Vision (Lecture 22)",
}

View File

@@ -36,5 +36,6 @@ export default {
Math4121_L30: "Introduction to Lebesgue Integration (Lecture 30)",
Math4121_L31: "Introduction to Lebesgue Integration (Lecture 31)",
Math4121_L32: "Introduction to Lebesgue Integration (Lecture 32)",
Math4121_L33: "Introduction to Lebesgue Integration (Lecture 33)"
Math4121_L33: "Introduction to Lebesgue Integration (Lecture 33)",
Math4121_L34: "Introduction to Lebesgue Integration (Lecture 34)",
}