-
- Downloads
Merge branch 'bugfix/settings-parser' into 'develop'
Fix bug in settings parser See merge request !283
Showing
- CHANGELOG.md 1 addition, 0 deletionsCHANGELOG.md
- package.json 2 additions, 2 deletionspackage.json
- src/store/modules/normalizers.js 5 additions, 5 deletionssrc/store/modules/normalizers.js
- src/views/layout/components/Sidebar/index.vue 6 additions, 1 deletionsrc/views/layout/components/Sidebar/index.vue
... | ... | @@ -29,13 +29,13 @@ |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/PanJiaChen/vue-element-admin.git" | ||
"url": "git+https://git.pleroma.social/pleroma/admin-fe.git" | ||
}, | ||
"resolutions": { | ||
"prosemirror-model": "1.9.1" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/PanJiaChen/vue-element-admin/issues" | ||
"url": "https://git.pleroma.social/pleroma/admin-fe/-/issues" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "7.18.9", | ||
... | ... |
Please register or sign in to comment