Fix assessment result not showing after create in course (#807)

* upgrade deps

* fix assessment not display after create in course
This commit is contained in:
an-lee
2024-07-15 14:25:03 +08:00
committed by GitHub
parent 8ea0667f53
commit c21f33af22
3 changed files with 56 additions and 49 deletions

View File

@@ -64,7 +64,7 @@
"autoprefixer": "^10.4.19",
"electron": "^31.2.0",
"electron-playwright-helpers": "^1.7.1",
"eslint": "^9.6.0",
"eslint": "^9.7.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"flora-colossus": "^2.0.0",
@@ -114,7 +114,7 @@
"@rails/actioncable": "7.1.3",
"@sentry/electron": "^5.2.0",
"@uidotdev/usehooks": "^2.4.1",
"@vidstack/react": "^1.11.27",
"@vidstack/react": "^1.11.29",
"ahoy.js": "^0.4.4",
"autosize": "^6.0.1",
"axios": "^1.7.2",
@@ -142,12 +142,12 @@
"fs-extra": "^11.2.0",
"html-to-text": "^9.0.5",
"https-proxy-agent": "^7.0.5",
"i18next": "^23.11.5",
"intl-tel-input": "^23.3.0",
"i18next": "^23.12.1",
"intl-tel-input": "^23.3.2",
"js-md5": "^0.8.3",
"langchain": "^0.2.8",
"lodash": "^4.17.21",
"lucide-react": "^0.407.0",
"lucide-react": "^0.408.0",
"mark.js": "^8.11.1",
"microsoft-cognitiveservices-speech-sdk": "^1.38.0",
"next-themes": "^0.3.0",
@@ -174,7 +174,7 @@
"tailwind-scrollbar-hide": "^1.1.7",
"umzug": "^3.8.1",
"update-electron-app": "^3.0.0",
"wavesurfer.js": "^7.8.1",
"wavesurfer.js": "^7.8.2",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.1"
}