Skip to content

Commit 8516cb4

Browse files
authored
chore: upgrade docusaurus (#280)
* chore: upgrade docusaurus * chore: rm openbase link * fix: rm twitter link
1 parent 924d776 commit 8516cb4

File tree

4 files changed

+3846
-6523
lines changed

4 files changed

+3846
-6523
lines changed

documentation/docs/intro.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { IntroLogo } from '../src/components/intro-logo';
1212
[![NPM Version Latest](https://img.shields.io/npm/v/react-scroll-parallax/latest)](https://www.npmjs.com/package/react-scroll-parallax)
1313
[![NPM Downloads](https://img.shields.io/npm/dm/react-scroll-parallax)](https://www.npmjs.com/package/react-scroll-parallax)
1414
[![Codecov](https://codecov.io/gh/jscottsmith/react-scroll-parallax/branch/v3/graph/badge.svg)](https://codecov.io/gh/jscottsmith/react-scroll-parallax)
15-
[![Rate on Openbase](https://badges.openbase.com/js/rating/react-scroll-parallax.svg)](https://openbase.com/js/react-scroll-parallax?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge)
1615

1716
[![Test and Lint](https://github.com/jscottsmith/react-scroll-parallax/actions/workflows/main.yml/badge.svg)](https://github.com/jscottsmith/react-scroll-parallax/actions/workflows/main.yml)
1817
[![Storybook](https://github.com/jscottsmith/react-scroll-parallax/actions/workflows/surge.yml/badge.svg)](https://github.com/jscottsmith/react-scroll-parallax/actions/workflows/surge.yml)

documentation/docusaurus.config.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,17 +150,13 @@ const config = {
150150
title: 'Who',
151151
items: [
152152
{
153-
label: 'J',
153+
label: 'Author',
154154
href: 'https://github.com/jscottsmith',
155155
},
156156
{
157157
label: 'Damnthat.tv',
158158
href: 'https://damnthat.tv/',
159159
},
160-
{
161-
label: '@damntelevision',
162-
href: 'https://twitter.com/damntelevision',
163-
},
164160
],
165161
},
166162
],

documentation/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"write-heading-ids": "docusaurus write-heading-ids"
1818
},
1919
"dependencies": {
20-
"@docusaurus/core": "3.0.1",
21-
"@docusaurus/plugin-google-analytics": "3.0.1",
22-
"@docusaurus/preset-classic": "3.0.1",
20+
"@docusaurus/core": "3.9.1",
21+
"@docusaurus/plugin-google-analytics": "3.9.1",
22+
"@docusaurus/preset-classic": "3.9.1",
2323
"@mdx-js/react": "^3.0.0",
2424
"classnames": "^2.3.2",
2525
"clsx": "2.0.0",
@@ -41,7 +41,7 @@
4141
]
4242
},
4343
"devDependencies": {
44-
"@docusaurus/tsconfig": "3.0.1",
44+
"@docusaurus/tsconfig": "3.9.1",
4545
"@types/react": "^18.2.29",
4646
"tailwindcss": "^3.3.6",
4747
"typescript": "5.3.3"

0 commit comments

Comments
 (0)