Skip to content

Commit 98d4c48

Browse files
committed
refactor: install necessary dependencies for test
1 parent bcd4081 commit 98d4c48

File tree

2 files changed

+655
-171
lines changed

2 files changed

+655
-171
lines changed

chatbot-ui/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@testing-library/jest-dom": "^5.17.0",
7-
"@testing-library/react": "^13.4.0",
8-
"@testing-library/user-event": "^13.5.0",
6+
"@testing-library/jest-dom": "^6.6.3",
7+
"@testing-library/react": "^16.1.0",
8+
"@testing-library/user-event": "^14.5.2",
99
"axios": "^1.5.0",
1010
"react": "^18.3.1",
1111
"react-dom": "^18.3.1",
@@ -22,6 +22,7 @@
2222
"@testing-library/react": "^13.4.0",
2323
"@testing-library/user-event": "^13.5.0",
2424
"identity-obj-proxy": "^3.0.0",
25+
"jest": "^29.7.0",
2526
"jest-environment-jsdom": "^29.7.0"
2627
},
2728
"scripts": {

0 commit comments

Comments
 (0)