Skip to content

Commit

Permalink
Update dependency @types/react to v18.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 26, 2024
1 parent 189015f commit 1a0d2fb
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/hoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "20.16.15",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "20.16.15",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-instances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "20.16.15",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "18.3.1",
"react-dom": "18.3.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": "20.16.15",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion examples/original-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "20.16.15",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/reach-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/jest": "29.5.14",
"@types/node": "20.16.15",
"@types/reach__router": "1.3.15",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-transition-group": "4.4.11",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router-v5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "20.16.15",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router-v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "20.16.15",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/render-props/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "20.16.15",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@types/jest": "29.5.14",
"@types/mock-raf": "1.0.6",
"@types/node": "20.16.15",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
Expand Down

0 comments on commit 1a0d2fb

Please sign in to comment.