@lwc/style-compiler 5.1.0 → 5.1.1-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
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": "5.1.0",
7
+ "version": "5.1.1-alpha.0",
8
8
  "description": "Transform style sheet to be consumed by the LWC engine",
9
9
  "keywords": [
10
10
  "lwc"
@@ -42,7 +42,7 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@lwc/shared": "5.1.0",
45
+ "@lwc/shared": "5.1.1-alpha.0",
46
46
  "postcss": "~8.4.31",
47
47
  "postcss-selector-parser": "~6.0.13",
48
48
  "postcss-value-parser": "~4.2.0"
@@ -50,4 +50,4 @@
50
50
  "devDependencies": {
51
51
  "@types/string.prototype.matchall": "^4.0.3"
52
52
  }
53
- }
53
+ }