@lwc/synthetic-shadow 2.10.0 → 2.11.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/synthetic-shadow.js +2922 -3571
  2. package/package.json +4 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lwc/synthetic-shadow",
3
- "version": "2.10.0",
3
+ "version": "2.11.3",
4
4
  "description": "Synthetic Shadow Root for LWC",
5
5
  "homepage": "https://lwc.dev/",
6
6
  "repository": {
@@ -36,8 +36,7 @@
36
36
  "access": "public"
37
37
  },
38
38
  "devDependencies": {
39
- "@lwc/features": "2.10.0",
40
- "@lwc/shared": "2.10.0"
41
- },
42
- "gitHead": "94040389ab8fc717b8753e503f659489480a327d"
39
+ "@lwc/features": "2.11.3",
40
+ "@lwc/shared": "2.11.3"
41
+ }
43
42
  }