Skip to content

Commit 6936b96

Browse files
authored
fix(settings): fix profile update (#137)
1 parent aa5d74a commit 6936b96

File tree

5 files changed

+115
-109
lines changed

5 files changed

+115
-109
lines changed

.changes/fix-profile-update.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"algohub": patch:fix
3+
---
4+
5+
Fix student id and name updates in settings page.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@farmfe/cli": "^1.0.4",
42-
"@farmfe/core": "^1.6.0",
42+
"@farmfe/core": "^1.6.1",
4343
"@farmfe/js-plugin-postcss": "^1.11.0",
4444
"@farmfe/plugin-worker": "^0.0.7",
4545
"@primevue/auto-import-resolver": "^4.2.5",
@@ -56,6 +56,6 @@
5656
"typescript": "^5.7.2",
5757
"unplugin-vue-components": "^0.27.5",
5858
"vite": "^5.4.11",
59-
"vue-tsc": "^2.1.10"
59+
"vue-tsc": "^2.2.0"
6060
}
6161
}

0 commit comments

Comments
 (0)