Skip to content

Commit

Permalink
Update react monorepo to v19 (#2509)
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 56af21c commit 87157a1
Show file tree
Hide file tree
Showing 12 changed files with 79 additions and 119 deletions.
8 changes: 4 additions & 4 deletions examples/hoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"typescript": "4.9.5"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"typescript": "4.9.5"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/multiple-instances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"typescript": "4.9.5"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/next-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"dependencies": {
"@tanem/react-nprogress": "latest",
"next": "latest",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react": "19.0.0",
"typescript": "4.9.5"
}
}
8 changes: 4 additions & 4 deletions examples/original-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"typescript": "4.9.5"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/plain-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"private": true,
"dependencies": {
"@tanem/react-nprogress": "latest",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions examples/reach-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/reach__router": "1.3.15",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react-transition-group": "4.4.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.5",
"typescript": "4.9.5"
Expand Down
8 changes: 4 additions & 4 deletions examples/react-router-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "5.3.4",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.5",
Expand Down
8 changes: 4 additions & 4 deletions examples/react-router-v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "6.2.1",
"react-scripts": "5.0.1",
"react-transition-group": "4.4.5",
Expand Down
8 changes: 4 additions & 4 deletions examples/render-props/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"typescript": "4.9.5"
},
Expand Down
110 changes: 35 additions & 75 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
},
"homepage": "github:tanem/react-nprogress",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
Expand All @@ -88,8 +88,8 @@
"@types/jest": "29.5.14",
"@types/mock-raf": "1.0.6",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"babel-core": "6.26.3",
Expand All @@ -103,9 +103,9 @@
"mock-raf": "1.0.1",
"npm-run-all2": "7.0.1",
"prettier": "3.4.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-test-renderer": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-test-renderer": "19.0.0",
"regenerator-runtime": "0.14.1",
"rollup": "4.28.0",
"shx": "0.3.4",
Expand Down

0 comments on commit 87157a1

Please sign in to comment.