Skip to content

Commit

Permalink
fix(deps): update dependency @docusaurus/core to v2.0.0-alpha.53
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 27, 2020
1 parent d14f1ba commit a40d264
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"deploy": "docusaurus deploy"
},
"dependencies": {
"@docusaurus/core": "2.0.0-alpha.51",
"@docusaurus/core": "2.0.0-alpha.53",
"@docusaurus/preset-classic": "2.0.0-alpha.51",
"classnames": "2.2.6",
"react": "16.13.1",
Expand Down
21 changes: 16 additions & 5 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -991,10 +991,10 @@
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==

"@docusaurus/core@2.0.0-alpha.51":
version "2.0.0-alpha.51"
resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.0.0-alpha.51.tgz#3e6d859d072a0fc7ccf7c8d2ad68c3ec659c3a03"
integrity sha512-ZAxMX6nsJvooWD7pu2ipY73T76NMxKioMrSi9+pGENd+wTlEKbLQ0QWMWBgLfmx3jpccMopHMKdnpNuOJCSJOQ==
"@docusaurus/core@2.0.0-alpha.53":
version "2.0.0-alpha.53"
resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-2.0.0-alpha.53.tgz#9ff4a668dcaa607ba916dfc2ba878bfae489858c"
integrity sha512-PVmNnNtQ6rCHXN5+lbTAY/s/Q47U7LjCKPchRCdEibPslELPRTAGOfJFk7znbMOM8Nw84Phr7Ijv2JPelRY4aQ==
dependencies:
"@babel/core" "^7.9.0"
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
Expand All @@ -1003,7 +1003,7 @@
"@babel/preset-react" "^7.9.4"
"@babel/preset-typescript" "^7.9.0"
"@babel/runtime" "^7.9.2"
"@docusaurus/utils" "^2.0.0-alpha.51"
"@docusaurus/utils" "^2.0.0-alpha.53"
"@endiliey/static-site-generator-webpack-plugin" "^4.0.0"
babel-loader "^8.1.0"
babel-plugin-dynamic-import-node "^2.3.0"
Expand Down Expand Up @@ -1190,6 +1190,17 @@
lodash.camelcase "^4.3.0"
lodash.kebabcase "^4.1.1"

"@docusaurus/utils@^2.0.0-alpha.53":
version "2.0.0-alpha.53"
resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-2.0.0-alpha.53.tgz#4ea8a3145c506eead897b9a14eac9c53932a0e32"
integrity sha512-ATUoiCrRxbRFM9AbBcAzAvT+1ps/oQQ9tILM+AXr9UFE2acptLD5q4V6d7FbvPF9QFHe2hnRlbpsJyYTgZL3RA==
dependencies:
escape-string-regexp "^2.0.0"
fs-extra "^8.1.0"
gray-matter "^4.0.2"
lodash.camelcase "^4.3.0"
lodash.kebabcase "^4.1.1"

"@endiliey/static-site-generator-webpack-plugin@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@endiliey/static-site-generator-webpack-plugin/-/static-site-generator-webpack-plugin-4.0.0.tgz#94bfe58fd83aeda355de797fcb5112adaca3a6b1"
Expand Down

0 comments on commit a40d264

Please sign in to comment.