Skip to content

Commit 3fdcd12

Browse files
committed
Add postcss as a direct dependency
Prior to this change, yarn complained about missing peer dependencies. This was caused by postcss being included as a transcendent dependency, without being explicitly included.
1 parent 6c73477 commit 3fdcd12

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

theme/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"cssnano": "^7.1.1",
5050
"eslint": "^10.0.3",
5151
"globals": "^17.4.0",
52+
"postcss": "^8.4.32",
5253
"postcss-cli": "^11.0.1",
5354
"postcss-sass": "^0.5",
5455
"postcss-scss": "^4.0",

theme/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3641,7 +3641,7 @@ postcss-value-parser@^4.2.0:
36413641
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
36423642
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
36433643

3644-
postcss@^8.2.14, postcss@^8.5.6:
3644+
postcss@^8.2.14, postcss@^8.4.32, postcss@^8.5.6:
36453645
version "8.5.8"
36463646
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.8.tgz#6230ecc8fb02e7a0f6982e53990937857e13f399"
36473647
integrity sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==
@@ -4040,9 +4040,9 @@ socket.io-adapter@~2.5.2:
40404040
ws "~8.18.3"
40414041

40424042
socket.io-parser@~4.2.4:
4043-
version "4.2.5"
4044-
resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.5.tgz#3f41b8d369129a93268f2abecba94b5292850099"
4045-
integrity sha512-bPMmpy/5WWKHea5Y/jYAP6k74A+hvmRCQaJuJB6I/ML5JZq/KfNieUVo/3Mh7SAqn7TyFdIo6wqYHInG1MU1bQ==
4043+
version "4.2.6"
4044+
resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.6.tgz#19156bf179af3931abd05260cfb1491822578a6f"
4045+
integrity sha512-asJqbVBDsBCJx0pTqw3WfesSY0iRX+2xzWEWzrpcH7L6fLzrhyF8WPI8UaeM4YCuDfpwA/cgsdugMsmtz8EJeg==
40464046
dependencies:
40474047
"@socket.io/component-emitter" "~3.1.0"
40484048
debug "~4.4.1"

0 commit comments

Comments
 (0)