Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 16, 2022
1 parent c08c04f commit 4f17427
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@rcdoc/plugin-react": "workspace:*",
"@rcdoc/theme": "workspace:*",
"@rcdoc/vitejs-plugin": "workspace:*",
"babel-jest": "^27.5.1",
"babel-jest": "^29.0.0",
"bundle-require": "^3.0.4",
"chalk": "^5.0.0",
"chokidar": "^3.5.3",
Expand All @@ -46,7 +46,7 @@
"front-matter": "^4.0.2",
"fs-extra": "^10.0.0",
"hosted-git-info": "^5.0.0",
"jest": "^27.5.1",
"jest": "^29.0.0",
"joycon": "^3.1.1",
"less": "^4.1.2",
"lodash-es": "^4.17.21",
Expand All @@ -66,7 +66,7 @@
"vite-plugin-html": "^3.0.6"
},
"devDependencies": {
"@jest/types": "^27.5.1",
"@jest/types": "29.0.3",
"@types/fs-extra": "^9.0.13",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@rcdoc/build": "workspace:*",
"@rcdoc/cli": "workspace:*",
"@types/jest": "^27.4.0",
"@types/jest": "29.0.3",
"@types/node": "^17.0.10",
"@types/react-test-renderer": "^17.0.1",
"@vant/area-data": "^1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@rcdoc/cli": "workspace:*",
"@types/jest": "^27.4.0",
"@types/jest": "29.0.3",
"@types/node": "^17.0.10",
"@types/react-test-renderer": "^17.0.1",
"react": "^18.1.0",
Expand Down

0 comments on commit 4f17427

Please sign in to comment.