Skip to content

Commit

Permalink
Update dependency @types/node to v20.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 21, 2024
1 parent 1afb47d commit cefef8a
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.12",
"@types/node": "20.14.2",
"@types/node": "20.14.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"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": "5.15.20",
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.12",
"@types/node": "20.14.2",
"@types/node": "20.14.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"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.12",
"@types/node": "20.14.2",
"@types/node": "20.14.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"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": "20.14.2",
"@types/node": "20.14.4",
"@types/react": "18.3.3",
"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.12",
"@types/node": "20.14.2",
"@types/node": "20.14.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"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.12",
"@types/node": "20.14.2",
"@types/node": "20.14.4",
"@types/reach__router": "1.3.15",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
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.12",
"@types/node": "20.14.2",
"@types/node": "20.14.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@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.12",
"@types/node": "20.14.2",
"@types/node": "20.14.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@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.12",
"@types/node": "20.14.2",
"@types/node": "20.14.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"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 @@ -84,7 +84,7 @@
"@types/hoist-non-react-statics": "3.3.5",
"@types/jest": "29.5.12",
"@types/mock-raf": "1.0.6",
"@types/node": "20.14.2",
"@types/node": "20.14.4",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
Expand Down

0 comments on commit cefef8a

Please sign in to comment.