Skip to content

Commit

Permalink
Update yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Oct 25, 2022
1 parent 5855dc2 commit e43adba
Show file tree
Hide file tree
Showing 2 changed files with 553 additions and 556 deletions.
2 changes: 1 addition & 1 deletion src/components/dialogs/UpdateNotesDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import Component from "vue-class-component";
import { Prop, Watch } from "vue-property-decorator";
import GitHubCommunicator from "@/logic/communication/github/GitHubCommunicator";
import { NetworkUtils } from "unipept-web-components";
import marked from "marked";
import { marked } from "marked";
import Utils from "@/logic/Utils";
const { app } = require("@electron/remote");
Expand Down
Loading

0 comments on commit e43adba

Please sign in to comment.