@vue/runtime-core 3.3.12 → 3.3.13

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.
@@ -7762,7 +7762,7 @@ function isMemoSame(cached, memo) {
7762
7762
  return true;
7763
7763
  }
7764
7764
 
7765
- const version = "3.3.12";
7765
+ const version = "3.3.13";
7766
7766
  const _ssrUtils = {
7767
7767
  createComponentInstance,
7768
7768
  setupComponent,
@@ -6094,7 +6094,7 @@ function isMemoSame(cached, memo) {
6094
6094
  return true;
6095
6095
  }
6096
6096
 
6097
- const version = "3.3.12";
6097
+ const version = "3.3.13";
6098
6098
  const _ssrUtils = {
6099
6099
  createComponentInstance,
6100
6100
  setupComponent,
@@ -7822,7 +7822,7 @@ function isMemoSame(cached, memo) {
7822
7822
  return true;
7823
7823
  }
7824
7824
 
7825
- const version = "3.3.12";
7825
+ const version = "3.3.13";
7826
7826
  const _ssrUtils = {
7827
7827
  createComponentInstance,
7828
7828
  setupComponent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/runtime-core",
3
- "version": "3.3.12",
3
+ "version": "3.3.13",
4
4
  "description": "@vue/runtime-core",
5
5
  "main": "index.js",
6
6
  "module": "dist/runtime-core.esm-bundler.js",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-core#readme",
34
34
  "dependencies": {
35
- "@vue/reactivity": "3.3.12",
36
- "@vue/shared": "3.3.12"
35
+ "@vue/shared": "3.3.13",
36
+ "@vue/reactivity": "3.3.13"
37
37
  }
38
38
  }