Skip to content

Commit

Permalink
chore(deps): update dependency jest-location-mock to v2 (#544)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 1f5b28c commit 09ba355
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 36 deletions.
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"express": "^4.18.1",
"express-session": "^1.17.3",
"jest": "^29.5.0",
"jest-location-mock": "^1.0.9",
"jest-location-mock": "^2.0.0",
"jest-matcher-specific-error": "^1.0.0",
"lint-staged": "^14.0.0",
"prettier": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/jest": "^29.5.0",
"eslint": "^8.44.0",
"jest": "^29.5.0",
"jest-location-mock": "^1.0.9",
"jest-location-mock": "^2.0.0",
"jest-matcher-specific-error": "^1.0.0",
"lint-staged": "^14.0.0",
"next": "^13.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/node": "^18.15.11",
"eslint": "^8.44.0",
"jest": "^29.5.0",
"jest-location-mock": "^1.0.9",
"jest-location-mock": "^2.0.0",
"jest-matcher-specific-error": "^1.0.0",
"lint-staged": "^14.0.0",
"prettier": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/node": "^18.8.3",
"eslint": "^8.44.0",
"jest": "^29.5.0",
"jest-location-mock": "^1.0.9",
"jest-location-mock": "^2.0.0",
"jest-matcher-specific-error": "^1.0.0",
"lint-staged": "^14.0.0",
"prettier": "^3.0.0",
Expand Down
84 changes: 52 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 09ba355

Please sign in to comment.