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] authored Sep 13, 2023
1 parent a94680b commit 936fb0c
Show file tree
Hide file tree
Showing 3 changed files with 766 additions and 197 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@sanity/pkg-utils": "^2.3.10",
"@sanity/tsdoc": "1.0.0-alpha.38",
"@sanity/uuid": "^3.0.2",
"@types/jest": "^27.0.3",
"@types/jest": "^29.5.4",
"@types/mkdirp": "^1.0.2",
"@types/node": "^14.18.9",
"@types/react": "^18.0.25",
Expand All @@ -102,7 +102,7 @@
"@types/yargs": "^17.0.7",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-jest": "^27.4.2",
"babel-jest": "^29.7.0",
"cac": "^6.7.12",
"chalk": "^4.1.2",
"depcheck": "^1.4.3",
Expand All @@ -124,7 +124,7 @@
"glob": "^7.2.0",
"globby": "^10.0.0",
"husky": "^7.0.4",
"jest": "^27.4.3",
"jest": "^29.7.0",
"lerna": "^4.0.0",
"lint-staged": "^12.1.2",
"lodash": "^4.17.21",
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/portable-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@types/debug": "^4.1.5",
"@types/express": "^4.16.1",
"@types/express-ws": "^3.0.1",
"@types/jest": "^27.4.3",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.149",
"@types/node": "^14.18.9",
"@types/node-ipc": "^9.2.0",
Expand All @@ -92,9 +92,9 @@
"@vitejs/plugin-react": "^4.0.4",
"express": "^4.17.1",
"express-ws": "^5.0.2",
"jest": "^27.4.3",
"jest": "^29.7.0",
"jest-dev-server": "^9.0.0",
"jest-environment-node": "^27.4.3",
"jest-environment-node": "^29.7.0",
"node-ipc": "npm:@node-ipc/[email protected]",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit 936fb0c

Please sign in to comment.