@vue/compiler-sfc 3.5.2 → 3.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-sfc v3.5.2
2
+ * @vue/compiler-sfc v3.5.3
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -20856,7 +20856,7 @@ function isStaticNode(node) {
20856
20856
  return false;
20857
20857
  }
20858
20858
 
20859
- const version = "3.5.2";
20859
+ const version = "3.5.3";
20860
20860
  const parseCache = parseCache$1;
20861
20861
  const errorMessages = {
20862
20862
  ...CompilerDOM.errorMessages,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-sfc v3.5.2
2
+ * @vue/compiler-sfc v3.5.3
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -48891,7 +48891,7 @@ var __spreadValues = (a, b) => {
48891
48891
  }
48892
48892
  return a;
48893
48893
  };
48894
- const version = "3.5.2";
48894
+ const version = "3.5.3";
48895
48895
  const parseCache = parseCache$1;
48896
48896
  const errorMessages = __spreadValues(__spreadValues({}, errorMessages$1), DOMErrorMessages);
48897
48897
  const walk = walk$2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-sfc",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "description": "@vue/compiler-sfc",
5
5
  "main": "dist/compiler-sfc.cjs.js",
6
6
  "module": "dist/compiler-sfc.esm-browser.js",
@@ -47,10 +47,10 @@
47
47
  "magic-string": "^0.30.11",
48
48
  "postcss": "^8.4.44",
49
49
  "source-map-js": "^1.2.0",
50
- "@vue/compiler-core": "3.5.2",
51
- "@vue/compiler-dom": "3.5.2",
52
- "@vue/shared": "3.5.2",
53
- "@vue/compiler-ssr": "3.5.2"
50
+ "@vue/compiler-core": "3.5.3",
51
+ "@vue/compiler-dom": "3.5.3",
52
+ "@vue/compiler-ssr": "3.5.3",
53
+ "@vue/shared": "3.5.3"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@babel/types": "^7.25.2",