Skip to content
Merged
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
1 change: 0 additions & 1 deletion documentation/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { IntroLogo } from '../src/components/intro-logo';
[![NPM Version Latest](https://img.shields.io/npm/v/react-scroll-parallax/latest)](https://www.npmjs.com/package/react-scroll-parallax)
[![NPM Downloads](https://img.shields.io/npm/dm/react-scroll-parallax)](https://www.npmjs.com/package/react-scroll-parallax)
[![Codecov](https://codecov.io/gh/jscottsmith/react-scroll-parallax/branch/v3/graph/badge.svg)](https://codecov.io/gh/jscottsmith/react-scroll-parallax)
[![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)

[![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)
[![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)
Expand Down
6 changes: 1 addition & 5 deletions documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,17 +150,13 @@ const config = {
title: 'Who',
items: [
{
label: 'J',
label: 'Author',
href: 'https://github.com/jscottsmith',
},
{
label: 'Damnthat.tv',
href: 'https://damnthat.tv/',
},
{
label: '@damntelevision',
href: 'https://twitter.com/damntelevision',
},
],
},
],
Expand Down
8 changes: 4 additions & 4 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.0.1",
"@docusaurus/plugin-google-analytics": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"@docusaurus/core": "3.9.1",
"@docusaurus/plugin-google-analytics": "3.9.1",
"@docusaurus/preset-classic": "3.9.1",
"@mdx-js/react": "^3.0.0",
"classnames": "^2.3.2",
"clsx": "2.0.0",
Expand All @@ -41,7 +41,7 @@
]
},
"devDependencies": {
"@docusaurus/tsconfig": "3.0.1",
"@docusaurus/tsconfig": "3.9.1",
"@types/react": "^18.2.29",
"tailwindcss": "^3.3.6",
"typescript": "5.3.3"
Expand Down
Loading
Loading