diff --git a/packages/plugin-code-blocks/package.json b/packages/plugin-code-blocks/package.json index b8867132..114d586e 100644 --- a/packages/plugin-code-blocks/package.json +++ b/packages/plugin-code-blocks/package.json @@ -52,7 +52,7 @@ "@types/lodash": "^4.14.182", "@types/node": "^20.0.0", "@types/react": "^18.0.14", - "@types/testing-library__jest-dom": "^5.14.9", + "@types/testing-library__jest-dom": "^6.0.0", "@typescript-eslint/eslint-plugin": "^5.28.0", "@typescript-eslint/parser": "^5.28.0", "eslint": "^8.18.0", diff --git a/packages/plugin-pages/package.json b/packages/plugin-pages/package.json index 241f53ca..f5e64459 100644 --- a/packages/plugin-pages/package.json +++ b/packages/plugin-pages/package.json @@ -54,7 +54,7 @@ "@types/lodash": "^4.14.182", "@types/node": "^20.0.0", "@types/react": "^18.0.14", - "@types/testing-library__jest-dom": "^5.14.9", + "@types/testing-library__jest-dom": "^6.0.0", "@typescript-eslint/eslint-plugin": "^5.28.0", "@typescript-eslint/parser": "^5.28.0", "eslint": "^8.18.0", diff --git a/packages/plugintestbed/package.json b/packages/plugintestbed/package.json index 4fbb694b..97458d00 100644 --- a/packages/plugintestbed/package.json +++ b/packages/plugintestbed/package.json @@ -35,7 +35,7 @@ "dependencies": { "lodash": "^4.17.21", "@testing-library/jest-dom": "^5.16.4", - "@types/testing-library__jest-dom": "^5.14.9", + "@types/testing-library__jest-dom": "^6.0.0", "@knodes/typedoc-pluginutils": "workspace:*", "memfs": "^4.0.0", "unionfs": "^4.4.0" @@ -51,7 +51,7 @@ "@types/lodash": "^4.14.182", "@types/node": "^20.0.0", "@types/react": "^18.0.14", - "@types/testing-library__jest-dom": "^5.14.9", + "@types/testing-library__jest-dom": "^6.0.0", "@typescript-eslint/eslint-plugin": "^5.28.0", "@typescript-eslint/parser": "^5.28.0", "eslint": "^8.18.0", diff --git a/packages/pluginutils/package.json b/packages/pluginutils/package.json index c64d3d9b..328f71ec 100644 --- a/packages/pluginutils/package.json +++ b/packages/pluginutils/package.json @@ -63,7 +63,7 @@ "@types/lodash": "^4.14.182", "@types/node": "^20.0.0", "@types/react": "^18.0.14", - "@types/testing-library__jest-dom": "^5.14.9", + "@types/testing-library__jest-dom": "^6.0.0", "@typescript-eslint/eslint-plugin": "^5.28.0", "@typescript-eslint/parser": "^5.28.0", "eslint": "^8.18.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fe1ac799..5f5777eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -94,8 +94,8 @@ importers: specifier: ^18.0.14 version: 18.3.3 '@types/testing-library__jest-dom': - specifier: ^5.14.9 - version: 5.14.9 + specifier: ^6.0.0 + version: 6.0.0 '@typescript-eslint/eslint-plugin': specifier: ^5.28.0 version: 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.5.4) @@ -188,8 +188,8 @@ importers: specifier: ^18.0.14 version: 18.3.3 '@types/testing-library__jest-dom': - specifier: ^5.14.9 - version: 5.14.9 + specifier: ^6.0.0 + version: 6.0.0 '@typescript-eslint/eslint-plugin': specifier: ^5.28.0 version: 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.5.4) @@ -254,8 +254,8 @@ importers: specifier: ^5.16.4 version: 5.17.0 '@types/testing-library__jest-dom': - specifier: ^5.14.9 - version: 5.14.9 + specifier: ^6.0.0 + version: 6.0.0 lodash: specifier: ^4.17.21 version: 4.17.21 @@ -388,8 +388,8 @@ importers: specifier: ^7.3.9 version: 7.5.8 '@types/testing-library__jest-dom': - specifier: ^5.14.9 - version: 5.14.9 + specifier: ^6.0.0 + version: 6.0.0 '@types/tmp': specifier: ^0.2.3 version: 0.2.6 @@ -1676,6 +1676,12 @@ packages: dependencies: '@types/jest': 29.5.12 + /@types/testing-library__jest-dom@6.0.0: + resolution: {integrity: sha512-bnreXCgus6IIadyHNlN/oI5FfX4dWgvGhOPvpr7zzCYDGAPIfvyIoAozMBINmhmsVuqV0cncejF2y5KC7ScqOg==} + deprecated: This is a stub types definition. @testing-library/jest-dom provides its own type definitions, so you do not need this installed. + dependencies: + '@testing-library/jest-dom': 5.17.0 + /@types/tmp@0.2.6: resolution: {integrity: sha512-chhaNf2oKHlRkDGt+tiKE2Z5aJ6qalm7Z9rlLdBwmOiAAf09YQvvoLXjWK4HWPF1xU/fqvMgfNfpVoBscA/tKA==} dev: true diff --git a/tools/proto/package.json b/tools/proto/package.json index f486b509..950f4709 100644 --- a/tools/proto/package.json +++ b/tools/proto/package.json @@ -42,7 +42,7 @@ "@types/lodash": "^4.14.182", "@types/node": "^20.0.0", "@types/react": "^18.0.14", - "@types/testing-library__jest-dom": "^5.14.9", + "@types/testing-library__jest-dom": "^6.0.0", "@typescript-eslint/eslint-plugin": "^5.28.0", "@typescript-eslint/parser": "^5.28.0", "eslint": "^8.18.0",