Skip to content

Commit

Permalink
Update dependency @types/node to v18.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2023
1 parent 80e57db commit f1aa04a
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 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.1",
"@types/node": "18.16.8",
"@types/node": "18.16.9",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"react": "18.2.0",
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 @@ -10,7 +10,7 @@
"@mui/material": "5.13.0",
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.1",
"@types/node": "18.16.8",
"@types/node": "18.16.9",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"react": "18.2.0",
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.1",
"@types/node": "18.16.8",
"@types/node": "18.16.9",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "18.16.8",
"@types/node": "18.16.9",
"@types/react": "18.2.6",
"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.1",
"@types/node": "18.16.8",
"@types/node": "18.16.9",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"react": "18.2.0",
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.1",
"@types/node": "18.16.8",
"@types/node": "18.16.9",
"@types/reach__router": "1.3.11",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
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.1",
"@types/node": "18.16.8",
"@types/node": "18.16.9",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@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.1",
"@types/node": "18.16.8",
"@types/node": "18.16.9",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@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.1",
"@types/node": "18.16.8",
"@types/node": "18.16.9",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"react": "18.2.0",
Expand Down
14 changes: 7 additions & 7 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.1",
"@types/jest": "29.5.1",
"@types/mock-raf": "1.0.3",
"@types/node": "18.16.8",
"@types/node": "18.16.9",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "5.59.5",
Expand Down

0 comments on commit f1aa04a

Please sign in to comment.