@vue/compiler-sfc 3.4.20 → 3.4.21

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.4.20
2
+ * @vue/compiler-sfc v3.4.21
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -20607,7 +20607,7 @@ function isStaticNode(node) {
20607
20607
  return false;
20608
20608
  }
20609
20609
 
20610
- const version = "3.4.20";
20610
+ const version = "3.4.21";
20611
20611
  const parseCache = parseCache$1;
20612
20612
  const errorMessages = {
20613
20613
  ...CompilerDOM.errorMessages,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-sfc v3.4.20
2
+ * @vue/compiler-sfc v3.4.21
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -48228,7 +48228,7 @@ var __spreadValues = (a, b) => {
48228
48228
  }
48229
48229
  return a;
48230
48230
  };
48231
- const version = "3.4.20";
48231
+ const version = "3.4.21";
48232
48232
  const parseCache = parseCache$1;
48233
48233
  const errorMessages = __spreadValues(__spreadValues({}, errorMessages$1), DOMErrorMessages);
48234
48234
  const walk = walk$2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-sfc",
3
- "version": "3.4.20",
3
+ "version": "3.4.21",
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.7",
48
48
  "postcss": "^8.4.35",
49
49
  "source-map-js": "^1.0.2",
50
- "@vue/compiler-core": "3.4.20",
51
- "@vue/compiler-dom": "3.4.20",
52
- "@vue/compiler-ssr": "3.4.20",
53
- "@vue/shared": "3.4.20"
50
+ "@vue/compiler-dom": "3.4.21",
51
+ "@vue/compiler-ssr": "3.4.21",
52
+ "@vue/compiler-core": "3.4.21",
53
+ "@vue/shared": "3.4.21"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@babel/types": "^7.23.9",