Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed May 12, 2021
1 parent 95a942a commit cc010f4
Show file tree
Hide file tree
Showing 6 changed files with 310 additions and 251 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
]
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@commitlint/cli": "^12.1.3",
"@commitlint/config-conventional": "^12.1.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.8.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.9.0",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"sort-package-json": "^1.49.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0",
"sort-package-json": "^1.50.0",
"vuepress": "^1.8.2",
"vuepress-theme-gungnir": "^0.1.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/katex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"author": "Renovamen <renovamenzxh@gmail.com>",
"main": "index.js",
"dependencies": {
"katex": "^0.13.0"
"katex": "^0.13.10"
}
}
2 changes: 1 addition & 1 deletion packages/plugins/mermaid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"author": "Renovamen <renovamenzxh@gmail.com>",
"main": "index.js",
"dependencies": {
"mermaid": "^8.9.2"
"mermaid": "^8.10.1"
}
}
4 changes: 2 additions & 2 deletions packages/plugins/rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"author": "Renovamen <renovamenzxh@gmail.com>",
"main": "index.js",
"dependencies": {
"chalk": "^4.1.0",
"fs-extra": "^9.1.0",
"chalk": "^4.1.1",
"fs-extra": "^10.0.0",
"rss": "^1.2.2"
}
}
4 changes: 2 additions & 2 deletions packages/theme-gungnir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"@renovamen/vuepress-plugin-reading-time": "^0.1.7",
"@renovamen/vuepress-plugin-rss": "^0.1.7",
"@vssue/api-github-v3": "^1.4.7",
"@vssue/vuepress-plugin-vssue": "^1.4.7",
"@vssue/vuepress-plugin-vssue": "^1.4.8",
"@vuepress/plugin-blog": "1.9.4",
"@vuepress/plugin-google-analytics": "^1.8.2",
"markdown-it-chain": "^1.3.0",
"md5": "2.3.0",
"oh-vue-icons": "^0.4.1",
"oh-vue-icons": "^0.4.3",
"vuepress-plugin-chart": "^0.1.7",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-markmap": "^0.1.7",
Expand Down

1 comment on commit cc010f4

@vercel
Copy link

@vercel vercel bot commented on cc010f4 May 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.