Skip to content

Commit

Permalink
Merge pull request #177 from AdguardTeam/VPN-1840
Browse files Browse the repository at this point in the history
VPN-1840 update packages
  • Loading branch information
EugeneMeg authored May 14, 2024
2 parents 05c2cd7 + 9a264f2 commit 6403c99
Show file tree
Hide file tree
Showing 5 changed files with 3,599 additions and 4,495 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- name: yarn install
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- name: yarn install
run: yarn install
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
},
"dependencies": {
"@crowdin/cli": "3.13.0",
"@docusaurus/core": "2.0.0-beta.21",
"@docusaurus/plugin-ideal-image": "^2.0.0-beta.21",
"@docusaurus/preset-classic": "2.0.0-beta.21",
"@docusaurus/core": "^2.2.0",
"@docusaurus/plugin-ideal-image": "^2.2.0",
"@docusaurus/preset-classic": "^2.2.0",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
"docusaurus-lunr-search": "^2.1.15",
"docusaurus-plugin-sass": "^0.2.2",
"docusaurus-theme-search-typesense": "^0.4.0-2",
"docusaurus-theme-search-typesense": "^0.9.0",
"file-loader": "^6.2.0",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/theme/DocPage/Layout/Main/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import clsx from 'clsx';
import {useDocsSidebar} from '@docusaurus/theme-common';
import {useDocsSidebar} from '@docusaurus/theme-common/internal';
import styles from './styles.module.scss';
import StickyBar from '../../../StickyBar/StickyBar';

Expand Down
Loading

0 comments on commit 6403c99

Please sign in to comment.