From 9806b44a6d23da4022260f6848d35a36c631610f Mon Sep 17 00:00:00 2001 From: endiliey Date: Wed, 25 Sep 2019 17:05:54 +0700 Subject: [PATCH] chore: fix expired discord invite link --- packages/docusaurus/package.json | 2 +- website/docs/contributing.md | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/docusaurus/package.json b/packages/docusaurus/package.json index 4173d2fe93..59c9296802 100644 --- a/packages/docusaurus/package.json +++ b/packages/docusaurus/package.json @@ -75,7 +75,7 @@ "style-loader": "^0.23.1", "terser-webpack-plugin": "^2.1.0", "wait-file": "^1.0.3", - "webpack": "^4.40.2", + "webpack": "^4.41.0", "webpack-bundle-analyzer": "^3.4.1", "webpack-dev-server": "^3.7.2", "webpack-merge": "^4.2.1", diff --git a/website/docs/contributing.md b/website/docs/contributing.md index bad02db5eb..8e158e3642 100644 --- a/website/docs/contributing.md +++ b/website/docs/contributing.md @@ -27,7 +27,7 @@ Contributions are very welcome. If you think you need help planning your contrib ### Join our Discord channel -To participate in Docusaurus 2 dev, join the [#docusaurus-2-dev](https://discord.gg/9wrnhY) channel. +To participate in Docusaurus 2 dev, join the [#docusaurus-2-dev](https://discord.gg/Je6Ash6) channel. ## Our development process diff --git a/yarn.lock b/yarn.lock index d22a7ed68b..cf76f4ad5c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16041,10 +16041,10 @@ webpack-sources@^1.4.1, webpack-sources@^1.4.3: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.40.2: - version "4.40.2" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.40.2.tgz#d21433d250f900bf0facbabe8f50d585b2dc30a7" - integrity sha512-5nIvteTDCUws2DVvP9Qe+JPla7kWPPIDFZv55To7IycHWZ+Z5qBdaBYPyuXWdhggTufZkQwfIK+5rKQTVovm2A== +webpack@^4.41.0: + version "4.41.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.41.0.tgz#db6a254bde671769f7c14e90a1a55e73602fc70b" + integrity sha512-yNV98U4r7wX1VJAj5kyMsu36T8RPPQntcb5fJLOsMz/pt/WrKC0Vp1bAlqPLkA1LegSwQwf6P+kAbyhRKVQ72g== dependencies: "@webassemblyjs/ast" "1.8.5" "@webassemblyjs/helper-module-context" "1.8.5"