Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaaisa committed Nov 5, 2019
1 parent ee2d155 commit 4c355c4
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 20 deletions.
4 changes: 2 additions & 2 deletions components/Markdown/DynamicMarkdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
},
created () {
this.templateRender = new Function(this.renderFunc)()
this.$options.staticRenderFns = new Function(this.staticRenderFuncs)()
this.templateRender = this.renderFunc
this.$options.staticRenderFns = this.staticRenderFuncs
}
}
</script>
48 changes: 31 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"analyze": "nuxt build --analyze"
},
"devDependencies": {
"frontmatter-markdown-loader": "^2.3.0",
"frontmatter-markdown-loader": "^3.0.0",
"highlight.js": "^9.16.2",
"node-sass": "^4.13.0",
"responsive-loader": "^1.2.0",
Expand Down

0 comments on commit 4c355c4

Please sign in to comment.