From 023300c625cd2aad06aa14a6d09b21d2cea92995 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 02:06:53 +0000 Subject: [PATCH] Bump stylis to ^4.3.2 --- docs/package.json | 4 ++-- pnpm-lock.yaml | 28 ++++++++++++++++------------ test/package.json | 2 +- 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/docs/package.json b/docs/package.json index 88735bebc31da..1b14107c68f16 100644 --- a/docs/package.json +++ b/docs/package.json @@ -91,7 +91,7 @@ "rimraf": "^5.0.5", "rxjs": "^7.8.1", "styled-components": "^6.1.8", - "stylis": "^4.3.1", + "stylis": "^4.3.2", "stylis-plugin-rtl": "^2.1.1", "webpack-bundle-analyzer": "^4.10.1" }, @@ -107,7 +107,7 @@ "@types/moment-hijri": "^2.1.4", "@types/react-dom": "18.2.19", "@types/react-router-dom": "^5.3.3", - "@types/stylis": "^4.2.5", + "@types/stylis": "^4.2.6", "@types/webpack-bundle-analyzer": "^4.7.0", "gm": "^1.25.0", "serve": "^14.2.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5ab7762170c9f..502b80804b2a8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -609,11 +609,11 @@ importers: specifier: ^6.1.8 version: 6.1.8(react-dom@18.2.0)(react@18.2.0) stylis: - specifier: ^4.3.1 - version: 4.3.1 + specifier: ^4.3.2 + version: 4.3.2 stylis-plugin-rtl: specifier: ^2.1.1 - version: 2.1.1(stylis@4.3.1) + version: 2.1.1(stylis@4.3.2) webpack-bundle-analyzer: specifier: ^4.10.1 version: 4.10.1 @@ -652,8 +652,8 @@ importers: specifier: ^5.3.3 version: 5.3.3 '@types/stylis': - specifier: ^4.2.5 - version: 4.2.5 + specifier: ^4.2.6 + version: 4.2.6 '@types/webpack-bundle-analyzer': specifier: ^4.7.0 version: 4.7.0(webpack-cli@5.1.4) @@ -1330,11 +1330,11 @@ importers: specifier: ^6.22.3 version: 6.22.3(react-dom@18.2.0)(react@18.2.0) stylis: - specifier: ^4.3.1 - version: 4.3.1 + specifier: ^4.3.2 + version: 4.3.2 stylis-plugin-rtl: specifier: ^2.1.1 - version: 2.1.1(stylis@4.3.1) + version: 2.1.1(stylis@4.3.2) packages: @@ -5330,8 +5330,8 @@ packages: resolution: {integrity: sha512-n4sx2bqL0mW1tvDf/loQ+aMX7GQD3lc3fkCMC55VFNDu/vBOabO+LTIeXKM14xK0ppk5TUGcWRjiSpIlUpghKw==} dev: false - /@types/stylis@4.2.5: - resolution: {integrity: sha512-1Xve+NMN7FWjY14vLoY5tL3BVEQ/n42YLwaqJIPYhotZ9uBHt87VceMwWQpzmdEt2TNXIorIFG+YeCUUW7RInw==} + /@types/stylis@4.2.6: + resolution: {integrity: sha512-4nebF2ZJGzQk0ka0O6+FZUWceyFv4vWq/0dXBMmrSeAwzOuOd/GxE5Pa64d/ndeNLG73dXoBsRzvtsVsYUv6Uw==} dev: true /@types/tsscmp@1.0.2: @@ -16546,19 +16546,23 @@ packages: react: 18.2.0 dev: false - /stylis-plugin-rtl@2.1.1(stylis@4.3.1): + /stylis-plugin-rtl@2.1.1(stylis@4.3.2): resolution: {integrity: sha512-q6xIkri6fBufIO/sV55md2CbgS5c6gg9EhSVATtHHCdOnbN/jcI0u3lYhNVeuI65c4lQPo67g8xmq5jrREvzlg==} peerDependencies: stylis: 4.x dependencies: cssjanus: 2.1.0 - stylis: 4.3.1 + stylis: 4.3.2 /stylis@4.2.0: resolution: {integrity: sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==} /stylis@4.3.1: resolution: {integrity: sha512-EQepAV+wMsIaGVGX1RECzgrcqRRU/0sYOHkeLsZ3fzHaHXZy4DaOOX0vOlGQdlsjkh3mFHAIlVimpwAs4dslyQ==} + dev: false + + /stylis@4.3.2: + resolution: {integrity: sha512-bhtUjWd/z6ltJiQwg0dUfxEJ+W+jdqQd8TbWLWyeIJHlnsqmGLRFFd8e5mA0AZi/zx90smXRlN66YMTcaSFifg==} /sucrase@3.35.0: resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} diff --git a/test/package.json b/test/package.json index 166827da51207..a08cd834a5127 100644 --- a/test/package.json +++ b/test/package.json @@ -26,7 +26,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.22.3", - "stylis": "^4.3.1", + "stylis": "^4.3.2", "stylis-plugin-rtl": "^2.1.1" } }