Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^3.8.1",
"@docusaurus/faster": "^3.8.1",
"@docusaurus/plugin-client-redirects": "^3.8.1",
"@docusaurus/plugin-google-analytics": "^3.8.1",
"@docusaurus/plugin-google-gtag": "^3.8.1",
"@docusaurus/plugin-sitemap": "^3.8.1",
"@docusaurus/preset-classic": "^3.8.1",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mdx-js/react": "^3.1.0",
"@types/react": "^19.1.8",
"@docusaurus/core": "^3.9.2",
"@docusaurus/faster": "^3.9.2",
"@docusaurus/plugin-client-redirects": "^3.9.2",
"@docusaurus/plugin-google-analytics": "^3.9.2",
"@docusaurus/plugin-google-gtag": "^3.9.2",
"@docusaurus/plugin-sitemap": "^3.9.2",
"@docusaurus/preset-classic": "^3.9.2",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.0",
"@mdx-js/react": "^3.1.1",
"@types/react": "^19.2.2",
"file-loader": "^6.2.0",
"raw-loader": "^4.0.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-player": "^2.16.0",
"webpack": "^5.99.9"
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-player": "^3.3.3",
"webpack": "^5.102.1"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Link from '@docusaurus/Link';
import CoreFeatures from './../CoreFeatures';
import EEFeatures from './../EnterpriseFeatures';
import styles from './styles.module.css';
import ReactPlayer from "react-player/lazy";
import ReactPlayer from "react-player";
import clsx from 'clsx';

export default function HomepageFeatures() {
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.16.0/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To start your own journey with Weave GitOps, please see [Installation](./install

Here is a quick demo of what you can look forward to:

import ReactPlayer from "react-player/lazy";
import ReactPlayer from "react-player";

<div class="player-wrapper">
<ReactPlayer
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.17.0/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To start your own journey with Weave GitOps, please see [Installation](./install

Here is a quick demo of what you can look forward to:

import ReactPlayer from "react-player/lazy";
import ReactPlayer from "react-player";

<div class="player-wrapper">
<ReactPlayer
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.18.0/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To start your own journey with Weave GitOps, please see [Installation](./install

Here is a quick demo of what you can look forward to:

import ReactPlayer from "react-player/lazy";
import ReactPlayer from "react-player";

<div class="player-wrapper">
<ReactPlayer
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.19.0/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To start your own journey with Weave GitOps, please see [Installation](./install

Here is a quick demo of what you can look forward to:

import ReactPlayer from "react-player/lazy";
import ReactPlayer from "react-player";

<div class="player-wrapper">
<ReactPlayer
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.20.0/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To start your own journey with Weave GitOps, please see [Installation](./install

Here is a quick demo of what you can look forward to:

import ReactPlayer from "react-player/lazy";
import ReactPlayer from "react-player";

<div class="player-wrapper">
<ReactPlayer
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.21.1/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To start your own journey with Weave GitOps, please see [Installation](./install

Here is a quick demo of what you can look forward to:

import ReactPlayer from "react-player/lazy";
import ReactPlayer from "react-player";

<div class="player-wrapper">
<ReactPlayer
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.21.2/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To start your own journey with Weave GitOps, please see [Installation](./install

Here is a quick demo of what you can look forward to:

import ReactPlayer from "react-player/lazy";
import ReactPlayer from "react-player";

<div class="player-wrapper">
<ReactPlayer
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.22.0/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To start your own journey with Weave GitOps, please see [Installation](./install

Here is a quick demo of what you can look forward to:

import ReactPlayer from "react-player/lazy";
import ReactPlayer from "react-player";

<div class="player-wrapper">
<ReactPlayer
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.23.0/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To start your own journey with Weave GitOps, please see [Installation](./install

Here is a quick demo of what you can look forward to:

import ReactPlayer from "react-player/lazy";
import ReactPlayer from "react-player";

<div class="player-wrapper">
<ReactPlayer
Expand Down
Loading
Loading