Skip to content

Commit

Permalink
chore: remove explicit postcss deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed Apr 25, 2024
1 parent e12f3ed commit 5c3f9d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
"eslint-plugin-storybook": "^0.6.15",
"msw": "1.3.2",
"msw-storybook-addon": "^1.10.0",
"postcss": "^8.4.35",
"postcss-import": "^13.0.0",
"prettier": "^2.3.0",
"storybook": "^7.6.4",
"svg-sprite": "^2.0.4",
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9003,15 +9003,6 @@ polished@^4.2.2:
dependencies:
"@babel/runtime" "^7.17.8"

postcss-import@^13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-13.0.0.tgz#d6960cd9e3de5464743b04dd8cd9d870662f8b8c"
integrity sha512-LPUbm3ytpYopwQQjqgUH4S3EM/Gb9QsaSPP/5vnoi+oKVy3/mIk2sc0Paqw7RL57GpScm9MdIMUypw2znWiBpg==
dependencies:
postcss-value-parser "^4.0.0"
read-cache "^1.0.0"
resolve "^1.1.7"

postcss-import@^15.1.0:
version "15.1.0"
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-15.1.0.tgz#41c64ed8cc0e23735a9698b3249ffdbf704adc70"
Expand Down Expand Up @@ -9065,7 +9056,7 @@ postcss@^8.4.23:
picocolors "^1.0.0"
source-map-js "^1.0.2"

postcss@^8.4.27, postcss@^8.4.35:
postcss@^8.4.27:
version "8.4.35"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.35.tgz#60997775689ce09011edf083a549cea44aabe2f7"
integrity sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==
Expand Down

0 comments on commit 5c3f9d8

Please sign in to comment.