@kong-ui-public/document-viewer 2.1.21 → 2.1.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.
|
@@ -6,7 +6,7 @@ export default function usei18n(): {
|
|
|
6
6
|
};
|
|
7
7
|
}>;
|
|
8
8
|
i18nT: {
|
|
9
|
-
install<MessageSource extends Record<string, any>>(app: import("vue").App<any>, options: {
|
|
9
|
+
install<MessageSource extends Record<string, any>>(app: import("@vue/runtime-core").App<any>, options: {
|
|
10
10
|
i18n: import("@kong-ui-public/i18n/dist/types/types").IntlShapeEx<MessageSource>;
|
|
11
11
|
}): void;
|
|
12
12
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/document-viewer",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/document-viewer.umd.js",
|
|
6
6
|
"module": "./dist/document-viewer.es.js",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@kong/kongponents": "^9.
|
|
24
|
+
"@kong/kongponents": "^9.6.7",
|
|
25
25
|
"vue": ">= 3.3.13 < 4"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@kong/design-tokens": "1.17.2",
|
|
29
|
-
"@kong/kongponents": "9.
|
|
29
|
+
"@kong/kongponents": "9.6.7",
|
|
30
30
|
"@types/prismjs": "^1.26.4",
|
|
31
31
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
32
|
-
"vue": "^3.4.
|
|
32
|
+
"vue": "^3.4.38"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"prismjs": "^1.29.0",
|