Skip to content

Commit

Permalink
Bump React to ^19.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent e91b49f commit e531a83
Show file tree
Hide file tree
Showing 5 changed files with 501 additions and 335 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
"postcss": "^8.4.49",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react": "^19.0.0",
"react-docgen": "^5.4.3",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-hook-form": "^7.53.2",
"react-is": "^18.3.1",
"react-is": "^19.0.0",
"react-router": "^6.28.0",
"react-router-dom": "^6.28.0",
"react-runner": "^1.0.5",
Expand Down Expand Up @@ -114,7 +114,7 @@
"@types/moment-hijri": "^2.1.4",
"@types/moment-jalaali": "^0.7.9",
"@types/prop-types": "^15.7.14",
"@types/react-dom": "^18.3.1",
"@types/react-dom": "^19.0.0",
"@types/react-router-dom": "^5.3.3",
"@types/stylis": "^4.2.6",
"@types/webpack-bundle-analyzer": "^4.7.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
"@types/lodash": "^4.17.13",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/requestidlecallback": "^0.3.7",
"@types/sinon": "^17.0.3",
"@types/yargs": "^17.0.33",
Expand Down Expand Up @@ -178,8 +178,8 @@
"prettier": "^3.4.1",
"pretty-quick": "^4.0.0",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"remark": "^15.0.1",
"rimraf": "^6.0.1",
"serve": "^14.2.4",
Expand All @@ -197,7 +197,7 @@
"yargs": "^17.7.2"
},
"resolutions": {
"react-is": "^18.3.1",
"react-is": "^19.0.0",
"@types/node": "^20.17.9"
},
"packageManager": "[email protected]",
Expand Down
Loading

0 comments on commit e531a83

Please sign in to comment.