Skip to content

Commit

Permalink
build(deps-dev): bump postcss-styled-syntax from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [postcss-styled-syntax](https://github.com/hudochenkov/postcss-styled-syntax) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/hudochenkov/postcss-styled-syntax/releases)
- [Changelog](https://github.com/hudochenkov/postcss-styled-syntax/blob/main/CHANGELOG.md)
- [Commits](hudochenkov/postcss-styled-syntax@0.4.0...0.5.0)

---
updated-dependencies:
- dependency-name: postcss-styled-syntax
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 72caf15 commit c06e7b0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"lint-staged": "^14.0.1",
"postcss": "^8.4.29",
"postcss-styled": "^0.34.0",
"postcss-styled-syntax": "^0.4.0",
"postcss-styled-syntax": "^0.5.0",
"postcss-syntax": "^0.36.2",
"prettier": "^3.0.3",
"react": "^18.2.0",
Expand Down
35 changes: 28 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3114,7 +3114,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/typescript-estree@npm:5.62.0, @typescript-eslint/typescript-estree@npm:^5.47.0":
"@typescript-eslint/typescript-estree@npm:5.62.0, @typescript-eslint/typescript-estree@npm:^5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/typescript-estree@npm:5.62.0"
dependencies:
Expand Down Expand Up @@ -8262,15 +8262,16 @@ __metadata:
languageName: node
linkType: hard

"postcss-styled-syntax@npm:^0.4.0":
version: 0.4.0
resolution: "postcss-styled-syntax@npm:0.4.0"
"postcss-styled-syntax@npm:^0.5.0":
version: 0.5.0
resolution: "postcss-styled-syntax@npm:0.5.0"
dependencies:
"@typescript-eslint/typescript-estree": ^5.47.0
"@typescript-eslint/typescript-estree": ^5.62.0
estree-walker: ^2.0.2
typescript: ~5.1.6
peerDependencies:
postcss: ^8.4.21
checksum: f72ebb30c232b85bc2717582a5ec48114182f4c0d5cb4987256c8eaf896ecdd7519c295d59e6a5f2747da763b523c4cb26a102e8a0ff6d88ac1a4948a26327f9
checksum: 1571ea468e9eb9ddf8cd81b298174b310a3ee5ec6b3b1e01a25b4c0e51acb5fc4bb4f76785fe9f9714be29fa6884dd123c7179b475b41c1a108545ca1875af37
languageName: node
linkType: hard

Expand Down Expand Up @@ -10035,6 +10036,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:~5.1.6":
version: 5.1.6
resolution: "typescript@npm:5.1.6"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: b2f2c35096035fe1f5facd1e38922ccb8558996331405eb00a5111cc948b2e733163cc22fab5db46992aba7dd520fff637f2c1df4996ff0e134e77d3249a7350
languageName: node
linkType: hard

"typescript@patch:typescript@^5.2.2#~builtin<compat/typescript>":
version: 5.2.2
resolution: "typescript@patch:typescript@npm%3A5.2.2#~builtin<compat/typescript>::version=5.2.2&hash=f3b441"
Expand All @@ -10055,6 +10066,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@~5.1.6#~builtin<compat/typescript>":
version: 5.1.6
resolution: "typescript@patch:typescript@npm%3A5.1.6#~builtin<compat/typescript>::version=5.1.6&hash=5da071"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: f53bfe97f7c8b2b6d23cf572750d4e7d1e0c5fff1c36d859d0ec84556a827b8785077bc27676bf7e71fae538e517c3ecc0f37e7f593be913d884805d931bc8be
languageName: node
linkType: hard

"ufo@npm:^1.1.2":
version: 1.1.2
resolution: "ufo@npm:1.1.2"
Expand Down Expand Up @@ -10728,7 +10749,7 @@ __metadata:
lint-staged: ^14.0.1
postcss: ^8.4.29
postcss-styled: ^0.34.0
postcss-styled-syntax: ^0.4.0
postcss-styled-syntax: ^0.5.0
postcss-syntax: ^0.36.2
prettier: ^3.0.3
react: ^18.2.0
Expand Down

0 comments on commit c06e7b0

Please sign in to comment.