@lwc/style-compiler 8.12.4 → 8.12.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
|
5
5
|
],
|
6
6
|
"name": "@lwc/style-compiler",
|
7
|
-
"version": "8.12.
|
7
|
+
"version": "8.12.5",
|
8
8
|
"description": "Transform style sheet to be consumed by the LWC engine",
|
9
9
|
"keywords": [
|
10
10
|
"lwc"
|
@@ -46,8 +46,8 @@
|
|
46
46
|
}
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
|
-
"@lwc/shared": "8.12.
|
50
|
-
"postcss": "~8.
|
49
|
+
"@lwc/shared": "8.12.5",
|
50
|
+
"postcss": "~8.5.1",
|
51
51
|
"postcss-selector-parser": "~7.0.0",
|
52
52
|
"postcss-value-parser": "~4.2.0"
|
53
53
|
}
|