Skip to content

Commit

Permalink
chore(deps): update dependency postcss to v8.4.39 (#2717)
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 Jul 9, 2024
1 parent 9a7e444 commit b68dcee
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 83 deletions.
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.38"
"postcss": "8.4.39"
}
}
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.38",
"postcss": "8.4.39",
"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 @@ -60,7 +60,7 @@
"perfect-debounce": "1.0.0",
"pkg-types": "1.0.3",
"pluralize": "8.0.0",
"postcss": "8.4.38",
"postcss": "8.4.39",
"preferred-pm": "3.1.4",
"prettier": "3.2.5",
"ts-morph": "21.0.1",
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.38"
"postcss": "8.4.39"
},
"devDependencies": {
"@pandacss/logger": "workspace:*"
Expand Down
122 changes: 51 additions & 71 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"postcss": "8.4.38",
"postcss": "8.4.39",
"nuxt": "3.10.2",
"@sandbox-nuxt-lib-source/css-lib": "workspace:*",
"@pandacss/dev": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion sandbox/gatsby-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@pandacss/dev": "workspace:*",
"gatsby": "5.13.6",
"gatsby-plugin-postcss": "6.13.1",
"postcss": "8.4.38",
"postcss": "8.4.39",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion sandbox/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"postcss": "8.4.38",
"postcss": "8.4.39",
"nuxt": "3.10.2",
"vue": "3.4.19",
"@pandacss/dev": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion sandbox/runtime-perf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@vitejs/plugin-react": "4.2.1",
"postcss": "8.4.38",
"postcss": "8.4.39",
"source-map-explorer": "2.5.3",
"typescript": "5.3.3",
"vite": "5.2.13",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@storybook/react-webpack5": "7.6.16",
"babel-loader": "9.1.3",
"@pandacss/dev": "workspace:*",
"postcss": "8.4.38",
"postcss": "8.4.39",
"storybook": "7.6.16"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sandbox/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@sveltejs/kit": "2.5.18",
"autoprefixer": "10.4.19",
"eslint-plugin-svelte3": "4.0.0",
"postcss": "8.4.38",
"postcss": "8.4.39",
"postcss-load-config": "5.1.0",
"prettier-plugin-svelte": "3.2.5",
"svelte": "4.2.11",
Expand Down
2 changes: 1 addition & 1 deletion sandbox/vite-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@vitejs/plugin-react": "4.2.1",
"postcss": "8.4.38",
"postcss": "8.4.39",
"source-map-explorer": "2.5.3",
"typescript": "5.3.3",
"vite": "5.2.13",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"postcss": "8.4.39",
"prettier": "3.2.5"
}
}

0 comments on commit b68dcee

Please sign in to comment.