Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
chore: update dependency postcss-styled-syntax to v0.7.0 (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent deb86b0 commit 4f72c44
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
"@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",
"stylelint-config-standard": "^36.0.1",
"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"
}
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 4f72c44

Please # to comment.