Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lucpotage committed Jul 23, 2020
1 parent 123d995 commit 75c721c
Show file tree
Hide file tree
Showing 3 changed files with 1,950 additions and 1,884 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-katex",
"version": "0.4.0",
"version": "0.5.0",
"description": "Vue plugin for KaTeX",
"main": "dist/vue-katex.cjs.js",
"module": "dist/vue-katex.es.js",
Expand Down Expand Up @@ -38,29 +38,29 @@
},
"homepage": "https://github.com/lucpotage/vue-katex#readme",
"peerDependencies": {
"katex": "^0.11.1",
"vue": "^2.6.10"
"katex": "^0.12",
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@vue/cli-plugin-babel": "^4.2.2",
"@vue/cli-plugin-eslint": "^4.2.2",
"@vue/cli-plugin-unit-jest": "^4.2.2",
"@vue/cli-service": "^4.2.2",
"@vue/test-utils": "^1.0.0-beta.31",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"eslint": "^5.16.0",
"eslint-config-google": "^0.12.0",
"eslint-plugin-vue": "^5.2.2",
"@babel/core": "^7.10.5",
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-plugin-unit-jest": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-vue": "^6.2.2",
"katex": "^0.11.1",
"rollup": "^1.27.2",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-vue": "^5.0.0",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"deepmerge": "^4.2.2"
Expand Down
2 changes: 1 addition & 1 deletion src/components/KatexElement.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
maxExpand: this.maxExpand,
allowedProtocols: this.allowedProtocols,
strict: this.strict,
})
}),
);
},
math() {
Expand Down
Loading

0 comments on commit 75c721c

Please sign in to comment.