Skip to content

Commit

Permalink
chore(deps): update dependency postcss to v8.4.26 (#3173)
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 23, 2023
1 parent 8e141a4 commit 63d4315
Show file tree
Hide file tree
Showing 7 changed files with 187 additions and 186 deletions.
2 changes: 1 addition & 1 deletion config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@storybook/core-events": "7.1.0",
"@storybook/react-vite": "7.1.0",
"autoprefixer": "10.4.14",
"postcss": "8.4.24",
"postcss": "8.4.26",
"postcss-loader": "7.2.4",
"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.8",
"next": "13.4.8",
"next-contentlayer": "0.3.4",
"postcss": "8.4.24",
"postcss": "8.4.26",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use": "17.4.0",
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.24",
"postcss": "8.4.26",
"react": "18.2.0",
"tailwindcss": "3.3.3",
"tsup": "6.7.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 @@ -25,12 +25,12 @@
"find-up": "5.0.0"
},
"peerDependencies": {
"postcss": "8.4.24",
"postcss": "8.4.26",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@marigold/tsconfig": "workspace:*",
"postcss": "8.4.24",
"postcss": "8.4.26",
"tailwindcss": "3.3.3",
"tsup": "6.7.0"
},
Expand Down
Loading

2 comments on commit 63d4315

@vercel
Copy link

@vercel vercel bot commented on 63d4315 Jul 23, 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

@vercel
Copy link

@vercel vercel bot commented on 63d4315 Jul 23, 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-latest.vercel.app
marigold-storybook-git-main-marigold.vercel.app
marigold-storybook-marigold.vercel.app

Please sign in to comment.