Skip to content

Commit

Permalink
Update react monorepo to v19.0.1 (#2513)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 306a6b1 commit c014098
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions examples/hoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/multiple-instances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react": "19.0.1",
"typescript": "4.9.5"
}
}
4 changes: 2 additions & 2 deletions examples/original-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/reach-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/reach__router": "1.3.15",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react-transition-group": "4.4.11",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-router-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.11",
"react": "19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-router-v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.11",
"react": "19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/render-props/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
"@types/jest": "29.5.14",
"@types/mock-raf": "1.0.6",
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"babel-core": "6.26.3",
Expand Down

0 comments on commit c014098

Please sign in to comment.