diff --git a/.changeset/renovate-abec8f6.md b/.changeset/renovate-abec8f6.md new file mode 100644 index 000000000..77cbc5d42 --- /dev/null +++ b/.changeset/renovate-abec8f6.md @@ -0,0 +1,5 @@ +--- +'@scaleway/jest-helpers': patch +--- + +Updated dependency `@emotion/react` to `11.11.4`. diff --git a/packages/jest-helpers/package.json b/packages/jest-helpers/package.json index 69c4a10a5..799577a07 100644 --- a/packages/jest-helpers/package.json +++ b/packages/jest-helpers/package.json @@ -23,7 +23,7 @@ "dependencies": { "@emotion/cache": "11.11.0", "@emotion/jest": "11.11.0", - "@emotion/react": "11.11.3", + "@emotion/react": "11.11.4", "@testing-library/react": "14.1.2" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 109f641a5..9741edc7f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -215,8 +215,8 @@ importers: specifier: 11.11.0 version: 11.11.0(@types/jest@29.5.12) '@emotion/react': - specifier: 11.11.3 - version: 11.11.3(@types/react@18.2.58)(react@18.2.0) + specifier: 11.11.4 + version: 11.11.4(@types/react@18.2.58)(react@18.2.0) '@testing-library/react': specifier: 14.1.2 version: 14.1.2(react-dom@18.2.0)(react@18.2.0) @@ -2221,8 +2221,8 @@ packages: resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} dev: false - /@emotion/react@11.11.3(@types/react@18.2.58)(react@18.2.0): - resolution: {integrity: sha512-Cnn0kuq4DoONOMcnoVsTOR8E+AdnKFf//6kUWc4LCdnxj31pZWn7rIULd6Y7/Js1PiPHzn7SKCM9vB/jBni8eA==} + /@emotion/react@11.11.4(@types/react@18.2.58)(react@18.2.0): + resolution: {integrity: sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==} peerDependencies: '@types/react': '*' react: '>=16.8.0 || 18'