@lwc/synthetic-shadow 2.31.1 → 2.32.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/synthetic-shadow.js +676 -909
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@lwc/synthetic-shadow",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.32.1",
|
4
4
|
"description": "Synthetic Shadow Root for LWC",
|
5
5
|
"homepage": "https://lwc.dev/",
|
6
6
|
"repository": {
|
@@ -36,8 +36,8 @@
|
|
36
36
|
"access": "public"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
|
-
"@lwc/features": "2.
|
40
|
-
"@lwc/shared": "2.
|
39
|
+
"@lwc/features": "2.32.1",
|
40
|
+
"@lwc/shared": "2.32.1"
|
41
41
|
},
|
42
42
|
"nx": {
|
43
43
|
"targets": {
|