Skip to content

Commit

Permalink
fix(deps): update dependency postcss-import to v16 (#224)
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 Jan 4, 2024
1 parent d41f0f6 commit f426390
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"husky": "8.0.3",
"lint-staged": "15.2.0",
"postcss": "8.4.32",
"postcss-import": "15.1.0",
"postcss-import": "16.0.0",
"postcss-nested": "6.0.1",
"postcss-preset-env": "9.3.0",
"postcss-prune-var": "1.1.1",
Expand Down
16 changes: 14 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@radix-ui/react-scroll-area": "1.0.5",
"marked": "^11.1.1",
"postcss-import": "^15.1.0",
"postcss-import": "^16.0.0",
"react-error-boundary": "4.0.12",
"react-router-dom": "6.21.1",
"vite": "5.0.10",
Expand Down
10 changes: 5 additions & 5 deletions storybook/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f426390

Please sign in to comment.