diff --git a/packages/js-tests/package.json b/packages/js-tests/package.json index 029ef497544..0c59939da1e 100644 --- a/packages/js-tests/package.json +++ b/packages/js-tests/package.json @@ -23,12 +23,12 @@ "prepack": "pnpm run clean && pnpm run build" }, "dependencies": { - "@testing-library/jest-dom": "^5.16.2", - "@testing-library/react": "^12.1.3", - "@wordpress/data": "^6.3.0", - "@wordpress/i18n": "^4.3.1", - "@wordpress/jest-console": "^5.0.1", - "regenerator-runtime": "^0.13.9" + "@testing-library/jest-dom": "^6.5.0", + "@testing-library/react": "^16.0.0", + "@wordpress/data": "^10.6.0", + "@wordpress/i18n": "^5.6.0", + "@wordpress/jest-console": "^8.6.0", + "regenerator-runtime": "^0.14.0" }, "devDependencies": { "@babel/core": "^7.17.5",