diff --git a/package-lock.json b/package-lock.json index 2028d699..249a99ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@changesets/cli": "^2.27.1", "@testing-library/cypress": "^10.0.1", "@testing-library/dom": "^9.3.4", - "@testing-library/jest-dom": "^6.2.0", + "@testing-library/jest-dom": "^6.2.1", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2", "@types/jquery": "^3.5.29", @@ -3705,9 +3705,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.0.tgz", - "integrity": "sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.2.1.tgz", + "integrity": "sha512-Nuy/uFFDe9h/2jwoUuMKgoxvgkUv4S9jI9bARj6dGUKJ3euRhg8JFi5sciYbrayoxkadEOZednRT9+vo6LvvxQ==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.3.2", @@ -3726,6 +3726,7 @@ }, "peerDependencies": { "@jest/globals": ">= 28", + "@types/bun": "latest", "@types/jest": ">= 28", "jest": ">= 28", "vitest": ">= 0.32" @@ -3734,6 +3735,9 @@ "@jest/globals": { "optional": true }, + "@types/bun": { + "optional": true + }, "@types/jest": { "optional": true }, diff --git a/package.json b/package.json index fb9ce70e..9f4254dc 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@changesets/cli": "^2.27.1", "@testing-library/cypress": "^10.0.1", "@testing-library/dom": "^9.3.4", - "@testing-library/jest-dom": "^6.2.0", + "@testing-library/jest-dom": "^6.2.1", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2", "@types/jquery": "^3.5.29",