Skip to content

Commit 3ddbecf

Browse files
authored
Merge pull request #485 from scriptex/renovate/postcss-calc-8.x
Update dependency postcss-calc to v8
2 parents 15dfc5b + fe5e86c commit 3ddbecf

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"file-loader": "6.2.0",
4949
"mini-css-extract-plugin": "1.3.3",
5050
"postcss": "8.2.2",
51-
"postcss-calc": "7.0.5",
51+
"postcss-calc": "8.0.0",
5252
"postcss-cli": "8.3.1",
5353
"postcss-custom-media": "7.0.8",
5454
"postcss-each": "0.10.0",

yarn.lock

+9-1
Original file line numberDiff line numberDiff line change
@@ -8786,7 +8786,15 @@ postcss-browser-comments@^3.0.0:
87868786
dependencies:
87878787
postcss "^7"
87888788

8789-
[email protected], postcss-calc@^7.0.1:
8789+
8790+
version "8.0.0"
8791+
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-8.0.0.tgz#a05b87aacd132740a5db09462a3612453e5df90a"
8792+
integrity sha512-5NglwDrcbiy8XXfPM11F3HeC6hoT9W7GUH/Zi5U/p7u3Irv4rHhdDcIZwG0llHXV4ftsBjpfWMXAnXNl4lnt8g==
8793+
dependencies:
8794+
postcss-selector-parser "^6.0.2"
8795+
postcss-value-parser "^4.0.2"
8796+
8797+
postcss-calc@^7.0.1:
87908798
version "7.0.5"
87918799
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.5.tgz#f8a6e99f12e619c2ebc23cf6c486fdc15860933e"
87928800
integrity sha512-1tKHutbGtLtEZF6PT4JSihCHfIVldU72mZ8SdZHIYriIZ9fh9k9aWSppaT8rHsyI3dX+KSR+W+Ix9BMY3AODrg==

0 commit comments

Comments
 (0)