Skip to content

Commit

Permalink
chore: update react
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaneH committed Jan 20, 2025
1 parent 8605286 commit 0415778
Show file tree
Hide file tree
Showing 3 changed files with 2,869 additions and 2,920 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.43",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"i18next": "^21.8.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
1 change: 1 addition & 0 deletions src/components/Quiz/QuizOption.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react'
import styled, { css } from 'styled-components'

const QuizOptionButton = styled.div<{ isAnswer: boolean }>`
Expand Down
Loading

0 comments on commit 0415778

Please sign in to comment.