Skip to content

Commit

Permalink
Update dependency @types/node to v22.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 3, 2024
1 parent 5c40e7a commit 572eb24
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 @@ -9,7 +9,7 @@
"dependencies": {
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "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 @@ -13,7 +13,7 @@
"@mui/styles": "6.1.6",
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "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 @@ -9,7 +9,7 @@
"dependencies": {
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "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 @@ -19,7 +19,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/react": "18.3.12",
"typescript": "4.9.5"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/original-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "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 @@ -10,7 +10,7 @@
"@reach/router": "1.3.4",
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/reach__router": "1.3.15",
"@types/react": "18.3.12",
"@types/react-dom": "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 @@ -9,7 +9,7 @@
"dependencies": {
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-router-dom": "5.3.3",
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 @@ -9,7 +9,7 @@
"dependencies": {
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-router-dom": "5.3.3",
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 @@ -9,7 +9,7 @@
"dependencies": {
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.14",
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "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 @@ -87,7 +87,7 @@
"@types/hoist-non-react-statics": "3.3.5",
"@types/jest": "29.5.14",
"@types/mock-raf": "1.0.6",
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.12.2",
Expand Down

0 comments on commit 572eb24

Please sign in to comment.