diff --git a/packages/js/internal-js-tests/package.json b/packages/js/internal-js-tests/package.json index d9217cedc60e7..a7dc7b98b9b8c 100644 --- a/packages/js/internal-js-tests/package.json +++ b/packages/js/internal-js-tests/package.json @@ -30,12 +30,12 @@ "lint:fix": "eslint src --fix" }, "dependencies": { - "@testing-library/jest-dom": "^5.16.2", - "@testing-library/react": "^12.1.3", - "@wordpress/data": "wp-6.0", - "@wordpress/i18n": "wp-6.0", - "@wordpress/jest-console": "^5.0.1", - "regenerator-runtime": "^0.13.9" + "@testing-library/jest-dom": "^6.5.0", + "@testing-library/react": "^16.0.1", + "@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",