You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2023/03/09 13:27:57 UTC

[superset] branch master updated: chore: bump docusaurus to latest stable (#23317)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a588d11a5 chore: bump docusaurus to latest stable (#23317)
0a588d11a5 is described below

commit 0a588d11a57958ee036e2219738b60fff89156e0
Author: Ville Brofeldt <33...@users.noreply.github.com>
AuthorDate: Thu Mar 9 15:27:48 2023 +0200

    chore: bump docusaurus to latest stable (#23317)
---
 docs/package.json | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/package.json b/docs/package.json
index a8e2e4e1c6..5128299f62 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -18,11 +18,11 @@
   "dependencies": {
     "@algolia/client-search": "^4.13.0",
     "@ant-design/icons": "^4.7.0",
-    "@docsearch/react": "^3.0.0",
-    "@docusaurus/core": "^2.0.0-beta.17",
-    "@docusaurus/plugin-client-redirects": "^2.0.0-beta.17",
-    "@docusaurus/plugin-google-gtag": "^2.0.0-beta.18",
-    "@docusaurus/preset-classic": "^2.0.0-beta.17",
+    "@docsearch/react": "^3.3.3",
+    "@docusaurus/core": "^2.3.1",
+    "@docusaurus/plugin-client-redirects": "^2.3.1",
+    "@docusaurus/plugin-google-gtag": "^2.3.1",
+    "@docusaurus/preset-classic": "^2.3.1",
     "@emotion/core": "^10.1.1",
     "@emotion/styled": "^10.0.27",
     "@mdx-js/react": "^1.6.22",
@@ -45,8 +45,8 @@
     "url-loader": "^4.1.1"
   },
   "devDependencies": {
-    "@docusaurus/module-type-aliases": "^2.0.0-beta.17",
-    "@tsconfig/docusaurus": "^1.0.4",
+    "@docusaurus/module-type-aliases": "^2.3.1",
+    "@tsconfig/docusaurus": "^1.0.6",
     "@types/react": "^17.0.42",
     "typescript": "^4.3.5",
     "webpack": "^5.61.0"