Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v29.5.13 (#785)
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 13, 2024
1 parent a83fe41 commit 22552b5
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 25 deletions.
2 changes: 1 addition & 1 deletion e2e/fixtures/view-transition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"rspress": "workspace:*"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.13",
"@types/node": "^18.11.17"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"chokidar": "^3.6.0"
},
"devDependencies": {
"@types/jest": "~29.5.12",
"@types/jest": "~29.5.13",
"@types/node": "^18.11.17",
"@types/react": "^18.3.5",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@types/body-scroll-lock": "^3.1.2",
"@types/hast": "3.0.4",
"@types/html-to-text": "^8.1.1",
"@types/jest": "~29.5.12",
"@types/jest": "~29.5.13",
"@types/lodash-es": "^4.17.12",
"@types/mdast": "^3.0.15",
"@types/node": "^18.11.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/jest": "~29.5.12",
"@types/jest": "~29.5.13",
"@types/node": "^18.11.17",
"@types/prompts": "^2.4.9",
"@types/react": "^18.3.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@modern-js/tsconfig": "2.60.0",
"@types/jest": "~29.5.12",
"@types/jest": "~29.5.13",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"typescript": "^5.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/interpret": "^1.1.3",
"@types/jest": "~29.5.12",
"@types/jest": "~29.5.13",
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.11.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/hast": "3.0.4",
"@types/html-to-text": "^8.1.1",
"@types/is-html": "^2.0.2",
"@types/jest": "~29.5.12",
"@types/jest": "~29.5.13",
"@types/lodash-es": "^4.17.12",
"@types/mdast": "^3.0.15",
"@types/nprogress": "^0.2.3",
Expand Down
35 changes: 17 additions & 18 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 22552b5

Please sign in to comment.