@vue/compiler-sfc 3.4.22 → 3.4.23

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.22
2
+ * @vue/compiler-sfc v3.4.23
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -20641,7 +20641,7 @@ function isStaticNode(node) {
20641
20641
  return false;
20642
20642
  }
20643
20643
 
20644
- const version = "3.4.22";
20644
+ const version = "3.4.23";
20645
20645
  const parseCache = parseCache$1;
20646
20646
  const errorMessages = {
20647
20647
  ...CompilerDOM.errorMessages,
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/compiler-sfc v3.4.22
2
+ * @vue/compiler-sfc v3.4.23
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -48334,7 +48334,7 @@ var __spreadValues = (a, b) => {
48334
48334
  }
48335
48335
  return a;
48336
48336
  };
48337
- const version = "3.4.22";
48337
+ const version = "3.4.23";
48338
48338
  const parseCache = parseCache$1;
48339
48339
  const errorMessages = __spreadValues(__spreadValues({}, errorMessages$1), DOMErrorMessages);
48340
48340
  const walk = walk$2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-sfc",
3
- "version": "3.4.22",
3
+ "version": "3.4.23",
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.8",
48
48
  "postcss": "^8.4.38",
49
49
  "source-map-js": "^1.2.0",
50
- "@vue/compiler-core": "3.4.22",
51
- "@vue/compiler-ssr": "3.4.22",
52
- "@vue/compiler-dom": "3.4.22",
53
- "@vue/shared": "3.4.22"
50
+ "@vue/compiler-core": "3.4.23",
51
+ "@vue/compiler-ssr": "3.4.23",
52
+ "@vue/compiler-dom": "3.4.23",
53
+ "@vue/shared": "3.4.23"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@babel/types": "^7.24.0",