From 6fd8633a0418e4b313cc7ccbe27ea96cb9bc7dc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:02:32 +0000 Subject: [PATCH] Bump stylis to 4.3.2 --- docs/package.json | 4 ++-- pnpm-lock.yaml | 32 ++++++++++++++++---------------- test/package.json | 2 +- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/package.json b/docs/package.json index d58453da2d5cb6..eff93962718726 100644 --- a/docs/package.json +++ b/docs/package.json @@ -106,7 +106,7 @@ "react-window": "^1.8.10", "rimraf": "^5.0.9", "styled-components": "^6.1.12", - "stylis": "4.2.0", + "stylis": "4.3.2", "stylis-plugin-rtl": "^2.1.1", "use-count-up": "^3.0.1", "webpack-bundle-analyzer": "^4.10.2" @@ -128,7 +128,7 @@ "@types/react-swipeable-views": "^0.13.5", "@types/react-transition-group": "^4.4.10", "@types/react-window": "^1.8.8", - "@types/stylis": "^4.2.0", + "@types/stylis": "^4.2.6", "chai": "^4.5.0", "cross-fetch": "^4.0.0", "gm": "^1.25.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bd29158a587caf..dce1a0788b2061 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -798,11 +798,11 @@ importers: specifier: ^6.1.12 version: 6.1.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) stylis: - specifier: 4.2.0 - version: 4.2.0 + specifier: 4.3.2 + version: 4.3.2 stylis-plugin-rtl: specifier: ^2.1.1 - version: 2.1.1(stylis@4.2.0) + version: 2.1.1(stylis@4.3.2) use-count-up: specifier: ^3.0.1 version: 3.0.1(react@18.3.1) @@ -859,8 +859,8 @@ importers: specifier: ^1.8.8 version: 1.8.8 '@types/stylis': - specifier: ^4.2.0 - version: 4.2.5 + specifier: ^4.2.6 + version: 4.2.6 chai: specifier: ^4.5.0 version: 4.5.0 @@ -2311,14 +2311,14 @@ importers: specifier: ^6.1.12 version: 6.1.12(react-dom@18.3.1(react@18.3.1))(react@18.3.1) stylis: - specifier: 4.2.0 - version: 4.2.0 + specifier: 4.3.2 + version: 4.3.2 stylis-plugin-rtl: specifier: ^2.1.1 - version: 2.1.1(stylis@4.2.0) + version: 2.1.1(stylis@4.3.2) stylis-plugin-rtl-sc: specifier: npm:stylis-plugin-rtl@^1.1.0 - version: stylis-plugin-rtl@1.1.0(stylis@4.2.0) + version: stylis-plugin-rtl@1.1.0(stylis@4.3.2) webfontloader: specifier: ^1.6.28 version: 1.6.28 @@ -5209,6 +5209,9 @@ packages: '@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==} + '@types/tsscmp@1.0.0': resolution: {integrity: sha512-rj18XR6c4Ohds86Lq8MI1NMRrXes4eLo4H06e5bJyKucE1rXGsfBBbFGD2oDC+DSufQCpnU3TTW7QAiwLx+7Yw==} @@ -15783,6 +15786,8 @@ snapshots: '@types/stylis@4.2.5': {} + '@types/stylis@4.2.6': {} + '@types/tsscmp@1.0.0': {} '@types/unist@2.0.6': {} @@ -23094,15 +23099,10 @@ snapshots: transitivePeerDependencies: - supports-color - stylis-plugin-rtl@1.1.0(stylis@4.2.0): + stylis-plugin-rtl@1.1.0(stylis@4.3.2): dependencies: cssjanus: 1.3.2 - stylis: 4.2.0 - - stylis-plugin-rtl@2.1.1(stylis@4.2.0): - dependencies: - cssjanus: 2.1.0 - stylis: 4.2.0 + stylis: 4.3.2 stylis-plugin-rtl@2.1.1(stylis@4.3.2): dependencies: diff --git a/test/package.json b/test/package.json index 0f505b646021a9..46069517bce830 100644 --- a/test/package.json +++ b/test/package.json @@ -37,7 +37,7 @@ "react-router-dom": "^6.24.1", "sinon": "^16.1.3", "styled-components": "^6.1.12", - "stylis": "4.2.0", + "stylis": "4.3.2", "stylis-plugin-rtl": "^2.1.1", "stylis-plugin-rtl-sc": "npm:stylis-plugin-rtl@^1.1.0", "webfontloader": "^1.6.28",