Skip to content

Commit

Permalink
Fix dep issue by update @jest/globals @types/jest jest ts-jest version
Browse files Browse the repository at this point in the history
  • Loading branch information
serena97 committed Jan 18, 2022
1 parent 4b87149 commit e695444
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion core/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "cd ../../ ; npx jest --silent --projects core/cli"
},
"devDependencies": {
"@jest/globals": "^26.6.2",
"@jest/globals": "^27.4.6",
"@types/lodash.mergewith": "^4.6.6",
"@types/node": "^12.20.24",
"chai": "^4.3.4",
Expand Down
3 changes: 1 addition & 2 deletions core/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"@dotcom-tool-kit/npm": "file:../../plugins/npm",
"@dotcom-tool-kit/prettier": "file:../../plugins/prettier",
"@dotcom-tool-kit/upload-assets-to-s3": "file:../../plugins/upload-assets-to-s3",
"dotcom-tool-kit": "file:../cli",
"jest-cli": "^27.4.7"
"dotcom-tool-kit": "file:../cli"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion lib/package-json-hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"bugs": "https://github.com/financial-times/dotcom-tool-kit/issues",
"homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/lib/package-json-hook",
"devDependencies": {
"@jest/globals": "^26.6.2"
"@jest/globals": "^27.4.6"
},
"files": [
"/lib",
Expand Down
2 changes: 1 addition & 1 deletion lib/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lodash.mapvalues": "^4.6.0"
},
"devDependencies": {
"@jest/globals": "^26.6.2",
"@jest/globals": "^27.4.6",
"@types/lodash.isplainobject": "^4.0.6",
"@types/lodash.mapvalues": "^4.6.6",
"@types/prompts": "^2.0.14"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@financial-times/athloi": "^2.0.0",
"@financial-times/eslint-config-next": "^3.0.0",
"@types/jest": "^26.0.24",
"@types/jest": "^27.4.0",
"@types/node": "^12.20.24",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.15.2",
Expand All @@ -32,10 +32,10 @@
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-import": "^2.22.1",
"husky": "^4.3.8",
"jest": "^26.6.3",
"jest": "^27.4.7",
"lint-staged": "^10.5.4",
"prettier": "2.2.1",
"ts-jest": "^26.5.6",
"ts-jest": "^27.1.3",
"typescript": "~4.4.2"
},
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions plugins/circleci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"bugs": "https://github.com/financial-times/dotcom-tool-kit/issues",
"homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/circleci",
"devDependencies": {
"@jest/globals": "^26.6.2",
"@types/jest": "^26.0.24",
"@jest/globals": "^27.4.6",
"@types/jest": "^27.4.0",
"@types/js-yaml": "^4.0.3",
"@types/lodash.isequal": "^4.5.5"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"bugs": "https://github.com/financial-times/dotcom-tool-kit/issues",
"homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/eslint",
"devDependencies": {
"@jest/globals": "^26.6.2",
"@jest/globals": "^27.4.6",
"@types/eslint": "^7.2.13"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"bugs": "https://github.com/financial-times/dotcom-tool-kit/issues",
"homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/mocha",
"devDependencies": {
"@jest/globals": "^26.6.2",
"@jest/globals": "^27.4.6",
"@types/glob": "^7.1.3",
"@types/mocha": "^8.2.2"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/n-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"bugs": "https://github.com/financial-times/dotcom-tool-kit/issues",
"homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/n-test",
"devDependencies": {
"@jest/globals": "^26.6.2",
"@types/jest": "^26.0.23"
"@jest/globals": "^27.4.6",
"@types/jest": "^27.4.0"
},
"files": [
"/lib",
Expand Down
6 changes: 3 additions & 3 deletions plugins/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
".toolkitrc.yml"
],
"devDependencies": {
"@jest/globals": "^26.6.2",
"jest": "^26.6.3",
"ts-jest": "^26.5.6"
"@jest/globals": "^27.4.6",
"jest": "^27.4.7",
"ts-jest": "^27.1.3"
},
"volta": {
"extends": "../../package.json"
Expand Down
4 changes: 2 additions & 2 deletions plugins/upload-assets-to-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"homepage": "https://github.com/financial-times/dotcom-tool-kit/tree/main/plugins/upload-assets-to-s3",
"devDependencies": {
"@aws-sdk/types": "^3.13.1",
"@jest/globals": "^26.6.2",
"@jest/globals": "^27.4.6",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.23",
"@types/jest": "^27.4.0",
"@types/mime": "^2.0.3"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"webpack": "4.x.x || 5.x.x"
},
"devDependencies": {
"@jest/globals": "^26.6.2",
"@jest/globals": "^27.4.6",
"ts-node": "^10.0.0",
"webpack": "^4.42.1"
},
Expand Down

0 comments on commit e695444

Please sign in to comment.