Skip to content

Commit

Permalink
Update dependency @types/jest to v29.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 26, 2024
1 parent afe5ed1 commit 76a4ba3
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 53 deletions.
2 changes: 1 addition & 1 deletion examples/hoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"private": true,
"dependencies": {
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/node": "20.16.14",
"@types/react": "18.3.11",
"@types/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 @@ -12,7 +12,7 @@
"@mui/material": "6.1.5",
"@mui/styles": "6.1.5",
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/node": "20.16.14",
"@types/react": "18.3.11",
"@types/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 @@ -8,7 +8,7 @@
"private": true,
"dependencies": {
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/node": "20.16.14",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
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 @@ -8,7 +8,7 @@
"private": true,
"dependencies": {
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/node": "20.16.14",
"@types/react": "18.3.11",
"@types/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 @@ -9,7 +9,7 @@
"dependencies": {
"@reach/router": "1.3.4",
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/node": "20.16.14",
"@types/reach__router": "1.3.15",
"@types/react": "18.3.11",
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 @@ -8,7 +8,7 @@
"private": true,
"dependencies": {
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/node": "20.16.14",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
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 @@ -8,7 +8,7 @@
"private": true,
"dependencies": {
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/node": "20.16.14",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
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 @@ -8,7 +8,7 @@
"private": true,
"dependencies": {
"@tanem/react-nprogress": "latest",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/node": "20.16.14",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
Expand Down
61 changes: 17 additions & 44 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 @@ -85,7 +85,7 @@
"@rollup/plugin-terser": "0.4.4",
"@testing-library/react": "16.0.1",
"@types/hoist-non-react-statics": "3.3.5",
"@types/jest": "29.5.13",
"@types/jest": "29.5.14",
"@types/mock-raf": "1.0.6",
"@types/node": "20.16.14",
"@types/react": "18.3.11",
Expand Down

0 comments on commit 76a4ba3

Please sign in to comment.