Skip to content

Commit

Permalink
chore(web): remove prop-types (#20951)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Dec 1, 2024
1 parent 579ec5c commit 5dfa032
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@
"eslint-plugin-testing-library": "7.0.0",
"jest": "29.7.0",
"prettier": "3.4.1",
"prop-types": "15.8.1",
"purgecss": "7.0.2",
"react-test-renderer": "18.3.1",
"serve": "14.2.4",
Expand Down
2 changes: 0 additions & 2 deletions web/src/App/components/Copyright.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import type { Meta, StoryObj } from '@storybook/react';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import React from 'react';
import HmCopyright from './Copyright';

type Story = StoryObj<typeof HmCopyright>;
Expand Down
2 changes: 0 additions & 2 deletions web/src/App/components/SocialList.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import type { Meta, StoryObj } from '@storybook/react';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import React from 'react';
import WEBSITES from '../../Home/fixtures/WEBSITES';
import HmSocialList from './SocialList';

Expand Down

0 comments on commit 5dfa032

Please sign in to comment.