Skip to content

Commit

Permalink
chore(deps): update dependency postcss to v8.4.45 (#2854)
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 Sep 9, 2024
1 parent 54426a2 commit be10aaf
Show file tree
Hide file tree
Showing 14 changed files with 483 additions and 483 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lightningcss": "1.25.1",
"lodash.merge": "4.6.2",
"outdent": "0.8.0",
"postcss": "8.4.41",
"postcss": "8.4.45",
"postcss-discard-duplicates": "7.0.0",
"postcss-discard-empty": "7.0.0",
"postcss-merge-rules": "7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fixture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@pandacss/shared": "workspace:^",
"@pandacss/token-dictionary": "workspace:^",
"@pandacss/types": "workspace:*",
"postcss": "8.4.41"
"postcss": "8.4.45"
}
}
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"javascript-stringify": "2.1.0",
"outdent": " ^0.8.0",
"pluralize": "8.0.0",
"postcss": "8.4.41",
"postcss": "8.4.45",
"ts-pattern": "5.0.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"perfect-debounce": "1.0.0",
"pkg-types": "1.0.3",
"pluralize": "8.0.0",
"postcss": "8.4.41",
"postcss": "8.4.45",
"prettier": "3.2.5",
"ts-morph": "21.0.1",
"ts-pattern": "5.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"dependencies": {
"@pandacss/node": "workspace:*",
"postcss": "8.4.41"
"postcss": "8.4.45"
},
"devDependencies": {
"@pandacss/logger": "workspace:*"
Expand Down
Loading

0 comments on commit be10aaf

Please sign in to comment.