Skip to content

Commit

Permalink
chore: add @jest/globals as dev dependency in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge authored and rexxars committed Feb 14, 2024
1 parent 4317541 commit af6561e
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/@sanity/block-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@sanity/schema": "3.29.1",
"@sanity/types": "3.29.1",
"@types/jsdom": "^20.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@rexxars/gitconfiglocal": "^3.0.1",
"@types/decompress": "^4.2.4",
"@types/validate-npm-package-name": "^3.0.3",
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"split2": "^3.2.2"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"string-to-stream": "^1.1.0"
},
"engines": {
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"tar-fs": "^2.1.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@sanity/client": "^6.12.4",
"nock": "^13.2.9"
},
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"p-map": "^7.0.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/arrify": "^2.0.1",
"rimraf": "^3.0.2"
},
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/mutator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@sanity/types": "3.29.1",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.149",
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/portable-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"slate-react": "0.101.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@playwright/test": "^1.39.0",
"@portabletext/toolkit": "^2.0.10",
"@sanity/diff-match-patch": "^3.1.1",
Expand Down
1 change: 1 addition & 0 deletions packages/@sanity/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"object-inspect": "^1.6.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"rimraf": "^3.0.2"
}
}
1 change: 1 addition & 0 deletions packages/@sanity/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"@types/react": "^18.0.25"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"rimraf": "^3.0.2"
}
}
1 change: 1 addition & 0 deletions packages/@sanity/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/moment": "^2.13.0",
"rimraf": "^3.0.2"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@
"yargs": "^17.3.0"
},
"devDependencies": {
"@jest/expect": "^29.7.0",
"@jest/globals": "^29.7.0",
"@playwright/experimental-ct-react": "^1.39.0",
"@playwright/test": "^1.39.0",
"@sanity/tsdoc": "1.0.0-alpha.38",
Expand Down
1 change: 1 addition & 0 deletions perf/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"studio:dev": "SANITY_STUDIO_DATASET=dev yarn --cwd studio dev"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/lodash": "^4.14.149",
"@types/node": "^18.15.3",
"esbuild": "^0.19.8",
Expand Down

0 comments on commit af6561e

Please sign in to comment.