Skip to content

Commit

Permalink
chore(deps): update dependency @types/jest to v29.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 9b76ac4 commit 0b3d5f7
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 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",
"@types/jest": "^29.5.12",
"@types/node": "^14"
}
}
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 @@
"chalk": "5.3.0"
},
"devDependencies": {
"@types/jest": "~29.2.4",
"@types/jest": "~29.5.12",
"@types/node": "^18.11.17",
"@types/react": "^18",
"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.0",
"@types/hast": "3.0.3",
"@types/html-to-text": "^8.1.1",
"@types/jest": "~29.2.4",
"@types/jest": "~29.5.12",
"@types/lodash-es": "^4.17.8",
"@types/mdast": "^3.0.10",
"@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 @@ -21,7 +21,7 @@
"upgrade": "modern upgrade"
},
"devDependencies": {
"@types/jest": "~29.2.4",
"@types/jest": "~29.5.12",
"@types/node": "^18.11.17",
"@types/prompts": "^2.4.4",
"@types/react": "^18",
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.49.0",
"@types/jest": "~29.2.4",
"@types/jest": "~29.5.12",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"
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": {
"lodash-es": "^4.17.21",
"@types/interpret": "^1.1.1",
"@types/jest": "~29.2.4",
"@types/jest": "~29.5.12",
"@types/lodash": "^4.17.0",
"@types/lodash-es": "^4.17.8",
"@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 @@ -63,7 +63,7 @@
"@types/hast": "3.0.3",
"@types/html-to-text": "^8.1.1",
"@types/is-html": "^2.0.1",
"@types/jest": "~29.2.4",
"@types/jest": "~29.5.12",
"@types/lodash-es": "^4.17.8",
"@types/mdast": "^3.0.10",
"@types/nprogress": "^0.2.0",
Expand Down
34 changes: 17 additions & 17 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 0b3d5f7

Please sign in to comment.