Skip to content

Commit

Permalink
Chore(repo): Add missing jest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Apr 8, 2024
1 parent eb2433a commit 3b9782d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/form-validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@swc/core": "1.4.8",
"@swc/jest": "0.2.36",
"@types/jest": "29.5.12",
"jest": "^29.7.0",
"jest-environment-jsdom": "29.7.0",
"npm-run-all": "4.1.5",
"sass": "1.72.0",
Expand Down
1 change: 1 addition & 0 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"autoprefixer": "10.4.19",
"clean-css-cli": "5.6.3",
"glob": "10.3.10",
"jest": "^29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node-single-context": "29.4.0",
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 3 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4901,6 +4901,7 @@ __metadata:
"@swc/core": 1.4.8
"@swc/jest": 0.2.36
"@types/jest": 29.5.12
jest: ^29.7.0
jest-environment-jsdom: 29.7.0
npm-run-all: 4.1.5
sass: 1.72.0
Expand Down Expand Up @@ -5049,6 +5050,7 @@ __metadata:
autoprefixer: 10.4.19
clean-css-cli: 5.6.3
glob: 10.3.10
jest: ^29.7.0
jest-environment-jsdom: 29.7.0
jest-environment-node-single-context: 29.4.0
npm-run-all: ^4.1.5
Expand Down Expand Up @@ -21012,7 +21014,7 @@ __metadata:
languageName: node
linkType: hard

"jest@npm:29.7.0":
"jest@npm:29.7.0, jest@npm:^29.7.0":
version: 29.7.0
resolution: "jest@npm:29.7.0"
dependencies:
Expand Down

0 comments on commit 3b9782d

Please sign in to comment.