Skip to content

Commit 0cfa2cd

Browse files
authored
Update React (#42)
## 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.
1 parent dc40da6 commit 0cfa2cd

File tree

4 files changed

+1738
-2000
lines changed

4 files changed

+1738
-2000
lines changed

demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@types/react": "^18.2.54",
1616
"@types/react-dom": "^18.2.18",
1717
"@types/react-helmet": "^6.1.11",
18-
"react": "^18.2.0",
18+
"react": "^18.3.1",
1919
"react-color-a11y": "workspace:*",
2020
"react-colorful": "^5.6.1",
21-
"react-dom": "^18.2.0",
21+
"react-dom": "^18.3.1",
2222
"react-helmet-async": "^2.0.4",
2323
"react-scripts": "5.0.1",
2424
"typescript": "^5.3.3",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"eslint-plugin-react": "^7.33.2",
6161
"gh-pages": "^6.1.1",
6262
"postcss": "^8.4.33",
63-
"react": "^18.2.0",
64-
"react-dom": "^18.2.0",
63+
"react": "^18.3.1",
64+
"react-dom": "^18.3.1",
6565
"rollup": "^4.9.6",
6666
"rollup-plugin-peer-deps-external": "^2.2.4",
6767
"rollup-plugin-typescript2": "^0.36.0",

0 commit comments

Comments
 (0)