From 4f72c4403131e66b793b05019f06ba13afcdf6cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:47:06 +0900 Subject: [PATCH] chore: update dependency postcss-styled-syntax to v0.7.0 (#299) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 4 ++-- yarn.lock | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 8db6f0b..49485c6 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@types/jest": "^29.5.14", "@types/styled-components": "^5.1.34", "jest": "^29.7.0", - "postcss-styled-syntax": "^0.6.4", + "postcss-styled-syntax": "^0.7.0", "standard-version": "^9.3.2", "styled-components": "^5.3.11", "stylelint": "^16.10.0", @@ -39,7 +39,7 @@ "vitest": "^2.0.5" }, "peerDependencies": { - "postcss-styled-syntax": "^0.4.0 || ^0.5.0 || ^0.6.0", + "postcss-styled-syntax": "^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0", "stylelint": "^16.0.0", "stylelint-config-standard": "^33.0.0 || ^34.0.0 || ^35.0.0 || ^36.0.0" } diff --git a/yarn.lock b/yarn.lock index 79c7ae5..298b128 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3794,12 +3794,12 @@ postcss-selector-parser@^6.1.2: cssesc "^3.0.0" util-deprecate "^1.0.2" -postcss-styled-syntax@^0.6.4: - version "0.6.4" - resolved "https://registry.yarnpkg.com/postcss-styled-syntax/-/postcss-styled-syntax-0.6.4.tgz#16c07d2c55261a435031b6a9c7f1d5c2daa2246c" - integrity sha512-uWiLn+9rKgIghUYmTHvXMR6MnyPULMe9Gv3bV537Fg4FH6CA6cn21WMjKss2Qb98LUhT847tKfnRGG3FhSOgUQ== +postcss-styled-syntax@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/postcss-styled-syntax/-/postcss-styled-syntax-0.7.0.tgz#7ae2f5e9af36af3e81fc96f0e92c98d27b21be9d" + integrity sha512-OeStzPkHJ1/WDGRKm/JuVK8UdJbjt3U7AFC+zUc9omJ79SaXSxWoy+PXxJz7t8vOO8HcUgCLndNEQfLvZ74TuQ== dependencies: - typescript "^5.3.3" + typescript "^5.6.3" postcss-value-parser@^4.0.2, postcss-value-parser@^4.2.0: version "4.2.0" @@ -4621,10 +4621,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^5.3.3: - version "5.3.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" - integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== +typescript@^5.6.3: + version "5.6.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" + integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== uglify-js@^3.1.4: version "3.13.5"