andoncloud-prometheus-widget 1.2.3 → 1.2.4
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.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/stories/Widget.stories.d.ts +2 -4
- package/dist/version.d.ts +1 -1
- package/package.json +13 -11
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
|
-
declare const _default: ComponentMeta<React.FC<import("andoncloud-dashboard-toolkit").WidgetProps<import("../types").WidgetData, import("../types").WidgetSettings>>>;
|
|
1
|
+
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, import("andoncloud-dashboard-toolkit").WidgetProps<import("../types").WidgetData, import("../types").WidgetSettings>>;
|
|
4
2
|
export default _default;
|
|
5
|
-
export declare const Default:
|
|
3
|
+
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("andoncloud-dashboard-toolkit").WidgetProps<import("../types").WidgetData, import("../types").WidgetSettings>>;
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LIBRARY_VERSION = "1.2.
|
|
1
|
+
export declare const LIBRARY_VERSION = "1.2.4";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "andoncloud-prometheus-widget",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "Made with create-andoncloud-widget",
|
|
5
5
|
"author": "Adrian Olszewski",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,34 +19,36 @@
|
|
|
19
19
|
"lint:ci": "eslint --ext .ts,.tsx --quiet .",
|
|
20
20
|
"i18n:extract": "i18next src/components/**/*.tsx [-oc]",
|
|
21
21
|
"prepare": "run-s build",
|
|
22
|
-
"update": "ncu -u --reject chart.js && npm install --ignore-scripts && cd preview && ncu -u && npm install"
|
|
22
|
+
"update": "ncu -u --reject chart.js,chartjs-plugin-datasource-prometheus && npm install --ignore-scripts && cd preview && ncu -u && npm install",
|
|
23
|
+
"version:bump": "npm version --no-git-tag-version patch"
|
|
23
24
|
},
|
|
24
25
|
"peerDependencies": {
|
|
25
26
|
"react": "^18.0.0"
|
|
26
27
|
},
|
|
27
28
|
"devDependencies": {
|
|
28
|
-
"@emotion/react": "^11.
|
|
29
|
-
"@emotion/styled": "^11.
|
|
29
|
+
"@emotion/react": "^11.11.0",
|
|
30
|
+
"@emotion/styled": "^11.11.0",
|
|
30
31
|
"@types/chart.js": "^2.9.37",
|
|
31
32
|
"@types/color": "^3.0.3",
|
|
32
33
|
"@types/lodash.pick": "^4.4.7",
|
|
33
|
-
"andoncloud-library-scripts": "^1.0.
|
|
34
|
+
"andoncloud-library-scripts": "^1.0.8",
|
|
34
35
|
"eslint-config-andoncloud": "^1.0.0",
|
|
35
|
-
"mobx": "^6.
|
|
36
|
-
"mobx-react-lite": "^3.4.
|
|
37
|
-
"npm-check-updates": "^16.
|
|
36
|
+
"mobx": "^6.9.0",
|
|
37
|
+
"mobx-react-lite": "^3.4.3",
|
|
38
|
+
"npm-check-updates": "^16.10.12",
|
|
38
39
|
"npm-run-all": "^4.1.5",
|
|
40
|
+
"postcss": "^8.4.24",
|
|
39
41
|
"react": "^18.2.0",
|
|
40
42
|
"react-dom": "^18.2.0",
|
|
41
|
-
"react-router-dom": "^6.
|
|
43
|
+
"react-router-dom": "^6.11.2",
|
|
42
44
|
"react-scripts": "^5.0.1"
|
|
43
45
|
},
|
|
44
46
|
"files": [
|
|
45
47
|
"dist"
|
|
46
48
|
],
|
|
47
49
|
"dependencies": {
|
|
48
|
-
"andoncloud-dashboard-toolkit": "^1.2.
|
|
49
|
-
"andoncloud-widget-base": "^1.1.
|
|
50
|
+
"andoncloud-dashboard-toolkit": "^1.2.14",
|
|
51
|
+
"andoncloud-widget-base": "^1.1.13",
|
|
50
52
|
"chart.js": "2.9.4",
|
|
51
53
|
"chartjs-plugin-datasource-prometheus": "^1.0.12",
|
|
52
54
|
"color": "^4.2.3",
|