From 6279291706bacb08c1ba0517280e85aa0d5c54b7 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 4 Dec 2025 12:28:43 +0800 Subject: [PATCH] chore: add testing-library/dom and jquery dependencies --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 83d5dd94c..b0c357b27 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", "@playwright/experimental-ct-react": "^1.49.1", + "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.3.0", @@ -70,6 +71,7 @@ "husky": "^0.14.3", "jest": "^28.1.3", "jest-environment-jsdom": "^28.1.3", + "jquery": "^3.7.1", "js-beautify": "^1.7.5", "json-loader": "^0.5.4", "lint-staged": "^12.1.2",