Skip to content

Commit

Permalink
Update React (#42)
Browse files Browse the repository at this point in the history
## Describe your changes

## Issue ticket number and link

## Checklist before requesting a review
- [x] I have performed a self-review of my code
- [x] If it is a core feature, I have added thorough tests.
  • Loading branch information
lounsbrough authored Oct 1, 2024
1 parent dc40da6 commit 0cfa2cd
Show file tree
Hide file tree
Showing 4 changed files with 1,738 additions and 2,000 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"@types/react": "^18.2.54",
"@types/react-dom": "^18.2.18",
"@types/react-helmet": "^6.1.11",
"react": "^18.2.0",
"react": "^18.3.1",
"react-color-a11y": "workspace:*",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.4",
"react-scripts": "5.0.1",
"typescript": "^5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"eslint-plugin-react": "^7.33.2",
"gh-pages": "^6.1.1",
"postcss": "^8.4.33",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.9.6",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.36.0",
Expand Down
Loading

0 comments on commit 0cfa2cd

Please sign in to comment.