Skip to content

Commit 596c886

Browse files
authored
chore: bump docusaurus (#13835)
1 parent bc7b20c commit 596c886

File tree

3 files changed

+243
-228
lines changed

3 files changed

+243
-228
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@babel/core": "^7.11.6",
5151
"@crowdin/cli": "^3.5.2",
52-
"@docusaurus/module-type-aliases": "2.2.0",
52+
"@docusaurus/module-type-aliases": "^2.0.0",
5353
"@tsconfig/docusaurus": "^1.0.5",
5454
"@types/react": "^17.0.3",
5555
"graphql": "^16.3.0",

website/src/pages/index.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,7 @@ class Card extends React.Component {
251251
class Hand extends React.Component {
252252
render() {
253253
const cards = [0, 1, 2, 3, 4].map(i => <Card key={i} index={i} />);
254-
return (
255-
<div className="jest-hand">
256-
{cards}
257-
<script src="/landing.js" />
258-
</div>
259-
);
254+
return <div className="jest-hand">{cards}</div>;
260255
}
261256
}
262257

0 commit comments

Comments
 (0)