Skip to content

Commit 9ed6871

Browse files
authored
Revert "Update dependencies (#1876)"
This reverts commit 6b3675e.
1 parent 6ff1d6a commit 9ed6871

File tree

5 files changed

+170
-135
lines changed

5 files changed

+170
-135
lines changed

docs/cli/commands.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
List all celocli commands.
55

6+
* [`celocli commands`](#celocli-commands)
7+
68
## `celocli commands`
79

810
List all celocli commands.

docs/cli/plugins.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,18 @@
33

44
List installed plugins.
55

6-
## `celocli plugins`
6+
* [`celocli plugins`](#celocli-plugins)
7+
* [`celocli plugins:add PLUGIN`](#celocli-pluginsadd-plugin)
8+
* [`celocli plugins:inspect PLUGIN...`](#celocli-pluginsinspect-plugin)
9+
* [`celocli plugins:install PLUGIN`](#celocli-pluginsinstall-plugin)
10+
* [`celocli plugins:link PATH`](#celocli-pluginslink-path)
11+
* [`celocli plugins:remove [PLUGIN]`](#celocli-pluginsremove-plugin)
12+
* [`celocli plugins:reset`](#celocli-pluginsreset)
13+
* [`celocli plugins:uninstall [PLUGIN]`](#celocli-pluginsuninstall-plugin)
14+
* [`celocli plugins:unlink [PLUGIN]`](#celocli-pluginsunlink-plugin)
15+
* [`celocli plugins:update`](#celocli-pluginsupdate)
16+
17+
## `celocli plugins`
718

819
List installed plugins.
920

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# All deploys from the main repository branch
55
# will inherit these settings.
66
[context.production]
7-
command = "yarn cache clean && yarn crowdin:sync && yarn build;"
7+
command = "yarn crowdin:sync;yarn build;"
88

99
# Deploy Preview context:
1010
# All deploys generated from a pull/merge request
1111
# will inherit these settings.
1212
[context.deploy-preview]
13-
command = "yarn cache clean && yarn run build"
13+
command = "yarn run build"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"crowdin:sync": "docusaurus write-translations && crowdin upload && crowdin download"
2020
},
2121
"dependencies": {
22-
"@algolia/client-search": "^5.25.0",
23-
"@cookbookdev/docsbot": "^4.25.8",
22+
"@algolia/client-search": "^5.21.0",
23+
"@cookbookdev/docsbot": "^4.24.14",
2424
"@crowdin/cli": "^4.6.1",
2525
"@docusaurus/core": "^3.7.0",
2626
"@docusaurus/plugin-ideal-image": "^3.7.0",
@@ -32,7 +32,7 @@
3232
"@popperjs/core": "^2.11.8",
3333
"@saucelabs/theme-github-codeblock": "^0.3.0",
3434
"@stackql/docusaurus-plugin-hubspot": "^1.1.0",
35-
"@tailwindcss/postcss": "^4.1.6",
35+
"@tailwindcss/postcss": "^4.0.14",
3636
"assert": "^2.1.0",
3737
"autoprefixer": "^10.4.21",
3838
"buffer": "^6.0.3",
@@ -49,9 +49,9 @@
4949
"prism-react-renderer": "^2.4.1",
5050
"process": "^0.11.10",
5151
"prop-types": "^15",
52-
"react": "^19.0.0",
53-
"react-dom": "^19.0.0",
54-
"react-lite-youtube-embed": "^2.5.1",
52+
"react": "^18.2.0",
53+
"react-dom": "^18.2.0",
54+
"react-lite-youtube-embed": "^2.4.0",
5555
"react-loadable": "^5.5.0",
5656
"react-popper": "^2.3.0",
5757
"react-youtube": "^10.1.0",
@@ -79,7 +79,7 @@
7979
"devDependencies": {
8080
"@docusaurus/module-type-aliases": "3.7.0",
8181
"@docusaurus/tsconfig": "3.7.0",
82-
"@types/react": "^18.3.21",
82+
"@types/react": "^18.2.45",
8383
"@types/react-helmet": "^6.1.11",
8484
"@types/react-router-dom": "^5.3.3",
8585
"prettier": "3.5.3",

0 commit comments

Comments
 (0)