Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 80650f8

Browse files
chore(deps): update jest monorepo to v29
1 parent 8b8a475 commit 80650f8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"devDependencies": {
3131
"@size-limit/preset-small-lib": "4.9.2",
3232
"@types/graphql": "14.2.3",
33-
"@types/jest": "26.0.20",
33+
"@types/jest": "29.5.0",
3434
"@typescript-eslint/eslint-plugin": "4.15.1",
3535
"@typescript-eslint/parser": "4.15.1",
3636
"del-cli": "3.0.1",
3737
"eslint": "7.20.0",
38-
"jest": "26.6.3",
38+
"jest": "29.5.0",
3939
"lerna": "3.22.1",
4040
"npm-run-all": "4.1.5",
4141
"size-limit": "4.9.2",
42-
"ts-jest": "26.5.1",
42+
"ts-jest": "29.0.5",
4343
"ts-node": "9.1.1",
4444
"typescript": "4.1.5"
4545
},

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"license": "MIT",
2323
"devDependencies": {
2424
"@types/bson": "4.0.3",
25-
"@types/jest": "26.0.20",
25+
"@types/jest": "29.5.0",
2626
"@types/yargs": "15.0.13",
2727
"endent": "2.0.1",
28-
"jest": "26.6.3",
28+
"jest": "29.5.0",
2929
"rimraf": "3.0.2",
3030
"safe-eval": "0.4.1",
31-
"ts-jest": "26.5.1",
31+
"ts-jest": "29.0.5",
3232
"typescript": "4.1.5"
3333
},
3434
"dependencies": {

packages/datastore/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@size-limit/preset-small-lib": "4.9.2",
3434
"@types/debug": "4.1.5",
35-
"@types/jest": "26.0.20",
35+
"@types/jest": "29.5.0",
3636
"@types/json-schema": "7.0.7",
3737
"@types/react-dom": "17.0.1",
3838
"@types/traverse": "0.6.32",
@@ -43,11 +43,11 @@
4343
"debug": "4.3.1",
4444
"fake-indexeddb": "3.1.2",
4545
"isomorphic-unfetch": "3.1.0",
46-
"jest": "26.6.3",
46+
"jest": "29.5.0",
4747
"react": "17.0.1",
4848
"size-limit": "4.9.2",
4949
"supports-color": "8.1.1",
50-
"ts-jest": "26.5.1",
50+
"ts-jest": "29.0.5",
5151
"typescript": "4.1.5",
5252
"vue": "3.0.6"
5353
},

0 commit comments

Comments
 (0)