Skip to content

Commit

Permalink
chore(deps): update dependency postcss to v8.4.31 (#3380)
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 Oct 2, 2023
1 parent 35842e4 commit 23b2c36
Show file tree
Hide file tree
Showing 7 changed files with 182 additions and 182 deletions.
2 changes: 1 addition & 1 deletion config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@storybook/core-events": "7.1.0",
"@storybook/react-vite": "7.1.0",
"autoprefixer": "10.4.16",
"postcss": "8.4.29",
"postcss": "8.4.31",
"postcss-loader": "7.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"next-contentlayer": "0.3.4",
"postcss": "8.4.29",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.46.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@babel/core": "7.21.8",
"@marigold/tsconfig": "workspace:*",
"postcss": "8.4.29",
"postcss": "8.4.31",
"react": "18.2.0",
"tailwindcss": "3.3.3",
"tsup": "7.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"deepmerge": "4.2.2"
},
"peerDependencies": {
"postcss": "8.4.29",
"postcss": "8.4.31",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@marigold/tsconfig": "workspace:*",
"postcss": "8.4.29",
"postcss": "8.4.31",
"tailwindcss": "3.3.3",
"tsup": "7.2.0"
},
Expand Down
Loading

2 comments on commit 23b2c36

@vercel
Copy link

@vercel vercel bot commented on 23b2c36 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marigold-storybook – ./

marigold-storybook-git-main-marigold.vercel.app
marigold-storybook-marigold.vercel.app
marigold-latest.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 23b2c36 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marigold-docs – ./

marigold-docs-marigold.vercel.app
marigold-docs.vercel.app
marigold-docs-git-main-marigold.vercel.app

Please sign in to comment.