We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd4081 commit 98d4c48Copy full SHA for 98d4c48
chatbot-ui/package.json
@@ -3,9 +3,9 @@
3
"version": "0.1.0",
4
"private": true,
5
"dependencies": {
6
- "@testing-library/jest-dom": "^5.17.0",
7
- "@testing-library/react": "^13.4.0",
8
- "@testing-library/user-event": "^13.5.0",
+ "@testing-library/jest-dom": "^6.6.3",
+ "@testing-library/react": "^16.1.0",
+ "@testing-library/user-event": "^14.5.2",
9
"axios": "^1.5.0",
10
"react": "^18.3.1",
11
"react-dom": "^18.3.1",
@@ -22,6 +22,7 @@
22
"@testing-library/react": "^13.4.0",
23
"@testing-library/user-event": "^13.5.0",
24
"identity-obj-proxy": "^3.0.0",
25
+ "jest": "^29.7.0",
26
"jest-environment-jsdom": "^29.7.0"
27
},
28
"scripts": {
0 commit comments