Skip to content

Commit

Permalink
chore(deps): update jest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 13, 2022
1 parent db3e77c commit 59ba649
Show file tree
Hide file tree
Showing 5 changed files with 360 additions and 318 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@testing-library/react": "13.3.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.2.1",
"jest": "28.1.2",
"jest": "28.1.3",
"lerna": "5.1.6",
"standard-version": "9.5.0",
"ts-jest": "28.0.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.2.1",
"@types/jest": "28.1.3",
"@types/jest": "28.1.5",
"@types/node": "17.0.31",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
Expand Down Expand Up @@ -51,10 +51,10 @@
},
"devDependencies": {
"@types/styled-components": "5.1.25",
"jest": "28.1.2",
"jest-environment-jsdom": "28.1.2"
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3"
},
"resolutions": {
"jest": "28.1.2"
"jest": "28.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/react-windrose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/react-dom": "18.0.5",
"@types/react-is": "17.0.3",
"@types/styled-components": "5.1.25",
"jest-environment-jsdom": "28.1.2",
"jest-environment-jsdom": "28.1.3",
"react-is": "18.2.0",
"ts-jest": "28.0.5",
"ts-node": "10.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/windrose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
},
"devDependencies": {
"@types/d3": "7.4.0",
"@types/jest": "28.1.3",
"@types/jest": "28.1.5",
"@types/lodash": "4.14.182",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/styled-components": "5.1.25",
"jest-environment-jsdom": "28.1.2",
"jest-environment-jsdom": "28.1.3",
"jest-styled-components": "7.0.8",
"standard-version": "9.5.0",
"ts-jest": "28.0.5",
Expand Down

0 comments on commit 59ba649

Please sign in to comment.