@lwc/ssr-runtime 8.12.1 → 8.12.2

Sign up to get free protection for your applications and to get access to all the features.
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/ssr-runtime",
7
- "version": "8.12.1",
7
+ "version": "8.12.2",
8
8
  "description": "Runtime complement to @lwc/ssr-compiler",
9
9
  "keywords": [
10
10
  "lwc",
@@ -47,8 +47,8 @@
47
47
  }
48
48
  },
49
49
  "devDependencies": {
50
- "@lwc/shared": "8.12.1",
51
- "@lwc/engine-core": "8.12.1",
50
+ "@lwc/shared": "8.12.2",
51
+ "@lwc/engine-core": "8.12.2",
52
52
  "observable-membrane": "2.0.0"
53
53
  }
54
54
  }