Skip to content

Commit

Permalink
Fix jest
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescd committed Jul 25, 2024
1 parent efee0c8 commit a676c9e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mobile-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"concurrently": "^8.2.0",
"jest": "^29.5.0",
"nodemon": "^2.0.22",
"prettier": "^3.3.3"
"prettier": "^3.3.3",
"typescript": "5.4.5"
},
"dependencies": {
"argon2": "^0.30.3",
Expand Down
4 changes: 3 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
"jest-html-reporters": "3.1.7",
"nodemon": "^3.1.1",
"prettier": "3.2.5",
"sass": "^1.77.2"
"sass": "^1.77.2",
"ts-node": "10.9.2",
"typescript": "5.4.5"
}
}
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7711,6 +7711,7 @@ __metadata:
nodemon: ^2.0.22
prettier: ^3.3.3
shared: "workspace:^"
typescript: 5.4.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11009,7 +11010,9 @@ __metadata:
slugify: ^1.6.6
smoothscroll-polyfill: 0.4.4
tailwindcss: ^3.4.3
ts-node: 10.9.2
tss-react: ^4.9.10
typescript: 5.4.5
uuid: ^9.0.1
yaml-import: 2.0.0
zod: ^3.23.8
Expand Down

0 comments on commit a676c9e

Please sign in to comment.