@kong-ui-public/entities-upstreams-targets 3.5.6 → 3.5.8

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.
@@ -357,9 +357,9 @@ export default function useI18n(): {
357
357
  };
358
358
  };
359
359
  }>;
360
- i18nT: import("vue").DefineComponent<{
360
+ i18nT: import("@vue/runtime-core").DefineComponent<{
361
361
  i18n: {
362
- type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
362
+ type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
363
363
  upstreams: {
364
364
  list: {
365
365
  table_headers: {
@@ -727,9 +727,9 @@ export default function useI18n(): {
727
727
  type: StringConstructor;
728
728
  default: string;
729
729
  };
730
- }, () => import("vue").VNodeChild, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
730
+ }, () => import("@vue/runtime-core").VNodeChild, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
731
731
  i18n: {
732
- type: import("vue").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
732
+ type: import("@vue/runtime-core").PropType<import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<{
733
733
  upstreams: {
734
734
  list: {
735
735
  table_headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/entities-upstreams-targets",
3
- "version": "3.5.6",
3
+ "version": "3.5.8",
4
4
  "type": "module",
5
5
  "main": "./dist/entities-upstreams-targets.umd.js",
6
6
  "module": "./dist/entities-upstreams-targets.es.js",
@@ -26,7 +26,7 @@
26
26
  "axios": "^1.6.8",
27
27
  "vue": ">= 3.3.13 < 4",
28
28
  "vue-router": "^4.3.3",
29
- "@kong-ui-public/entities-shared": "^3.8.4",
29
+ "@kong-ui-public/entities-shared": "^3.8.6",
30
30
  "@kong-ui-public/i18n": "^2.2.2"
31
31
  },
32
32
  "devDependencies": {
@@ -34,9 +34,9 @@
34
34
  "@kong/icons": "^1.15.1",
35
35
  "@kong/kongponents": "9.5.5",
36
36
  "axios": "^1.6.8",
37
- "vue": "^3.4.31",
37
+ "vue": "^3.4.38",
38
38
  "vue-router": "^4.4.3",
39
- "@kong-ui-public/entities-shared": "^3.8.4",
39
+ "@kong-ui-public/entities-shared": "^3.8.6",
40
40
  "@kong-ui-public/i18n": "^2.2.2"
41
41
  },
42
42
  "repository": {