Skip to content

Commit c436a51

Browse files
committed
chore: don't use force resolution for postcss
A root-level postcss 8 dependency should suffice to fix the hoisting issue
1 parent 846e143 commit c436a51

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"memfs": "^3.2.0",
6565
"minimist": "^1.2.5",
6666
"node-fetch": "^2.6.1",
67+
"postcss": "8.3.6",
6768
"prettier": ">= 1.13.0",
6869
"rimraf": "^3.0.2",
6970
"semver": "^7.3.4",
@@ -75,7 +76,6 @@
7576
"yorkie": "^2.0.0"
7677
},
7778
"resolutions": {
78-
"postcss": "8.3.6",
7979
"puppeteer": "1.11.0",
8080
"vue-template-compiler": "^2.6.14",
8181
"vue-server-renderer": "^2.6.14"

yarn.lock

+10-1
Original file line numberDiff line numberDiff line change
@@ -18863,7 +18863,7 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
1886318863
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
1886418864
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
1886518865

18866-
[email protected], postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.36, postcss@^7.0.5, postcss@^7.0.6, postcss@^8.2.15, postcss@^8.2.6, postcss@^8.3.5:
18866+
[email protected], postcss@^8.2.15, postcss@^8.2.6, postcss@^8.3.5:
1886718867
version "8.3.6"
1886818868
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
1886918869
integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
@@ -18872,6 +18872,15 @@ [email protected], postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.26,
1887218872
nanoid "^3.1.23"
1887318873
source-map-js "^0.6.2"
1887418874

18875+
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.36, postcss@^7.0.5, postcss@^7.0.6:
18876+
version "7.0.36"
18877+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"
18878+
integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==
18879+
dependencies:
18880+
chalk "^2.4.2"
18881+
source-map "^0.6.1"
18882+
supports-color "^6.1.0"
18883+
1887518884
prelude-ls@^1.2.1:
1887618885
version "1.2.1"
1887718886
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"

0 commit comments

Comments
 (0)