@checkstack/healthcheck-frontend 0.23.1 → 0.23.3
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/CHANGELOG.md +43 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @checkstack/healthcheck-frontend
|
|
2
2
|
|
|
3
|
+
## 0.23.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [ed251b6]
|
|
8
|
+
- Updated dependencies [968c12f]
|
|
9
|
+
- @checkstack/ui@1.14.0
|
|
10
|
+
- @checkstack/auth-frontend@0.7.3
|
|
11
|
+
- @checkstack/catalog-frontend@0.11.3
|
|
12
|
+
- @checkstack/dashboard-frontend@0.8.3
|
|
13
|
+
- @checkstack/gitops-frontend@0.5.3
|
|
14
|
+
- @checkstack/script-packages-frontend@0.3.3
|
|
15
|
+
- @checkstack/secrets-frontend@0.2.3
|
|
16
|
+
- @checkstack/tips-frontend@0.3.3
|
|
17
|
+
- @checkstack/anomaly-common@1.3.2
|
|
18
|
+
- @checkstack/catalog-common@2.3.2
|
|
19
|
+
- @checkstack/common@0.14.1
|
|
20
|
+
- @checkstack/frontend-api@0.7.2
|
|
21
|
+
- @checkstack/healthcheck-common@1.5.2
|
|
22
|
+
- @checkstack/satellite-common@0.8.2
|
|
23
|
+
- @checkstack/signal-frontend@0.2.2
|
|
24
|
+
|
|
25
|
+
## 0.23.2
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [1fee9da]
|
|
30
|
+
- @checkstack/common@0.14.1
|
|
31
|
+
- @checkstack/anomaly-common@1.3.2
|
|
32
|
+
- @checkstack/auth-frontend@0.7.2
|
|
33
|
+
- @checkstack/catalog-common@2.3.2
|
|
34
|
+
- @checkstack/catalog-frontend@0.11.2
|
|
35
|
+
- @checkstack/dashboard-frontend@0.8.2
|
|
36
|
+
- @checkstack/frontend-api@0.7.2
|
|
37
|
+
- @checkstack/gitops-frontend@0.5.2
|
|
38
|
+
- @checkstack/healthcheck-common@1.5.2
|
|
39
|
+
- @checkstack/satellite-common@0.8.2
|
|
40
|
+
- @checkstack/script-packages-frontend@0.3.2
|
|
41
|
+
- @checkstack/secrets-frontend@0.2.2
|
|
42
|
+
- @checkstack/tips-frontend@0.3.2
|
|
43
|
+
- @checkstack/ui@1.13.2
|
|
44
|
+
- @checkstack/signal-frontend@0.2.2
|
|
45
|
+
|
|
3
46
|
## 0.23.1
|
|
4
47
|
|
|
5
48
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/healthcheck-frontend",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.3",
|
|
4
4
|
"license": "Elastic-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.tsx",
|
|
@@ -13,21 +13,21 @@
|
|
|
13
13
|
"lint:code": "eslint . --max-warnings 0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@checkstack/anomaly-common": "1.3.
|
|
17
|
-
"@checkstack/auth-frontend": "0.7.
|
|
18
|
-
"@checkstack/catalog-common": "2.3.
|
|
19
|
-
"@checkstack/catalog-frontend": "0.11.
|
|
20
|
-
"@checkstack/common": "0.
|
|
21
|
-
"@checkstack/dashboard-frontend": "0.8.
|
|
22
|
-
"@checkstack/frontend-api": "0.7.
|
|
23
|
-
"@checkstack/gitops-frontend": "0.5.
|
|
24
|
-
"@checkstack/healthcheck-common": "1.5.
|
|
25
|
-
"@checkstack/satellite-common": "0.8.
|
|
26
|
-
"@checkstack/script-packages-frontend": "0.3.
|
|
27
|
-
"@checkstack/secrets-frontend": "0.2.
|
|
28
|
-
"@checkstack/signal-frontend": "0.2.
|
|
29
|
-
"@checkstack/tips-frontend": "0.3.
|
|
30
|
-
"@checkstack/ui": "1.
|
|
16
|
+
"@checkstack/anomaly-common": "1.3.2",
|
|
17
|
+
"@checkstack/auth-frontend": "0.7.3",
|
|
18
|
+
"@checkstack/catalog-common": "2.3.2",
|
|
19
|
+
"@checkstack/catalog-frontend": "0.11.3",
|
|
20
|
+
"@checkstack/common": "0.14.1",
|
|
21
|
+
"@checkstack/dashboard-frontend": "0.8.3",
|
|
22
|
+
"@checkstack/frontend-api": "0.7.2",
|
|
23
|
+
"@checkstack/gitops-frontend": "0.5.3",
|
|
24
|
+
"@checkstack/healthcheck-common": "1.5.2",
|
|
25
|
+
"@checkstack/satellite-common": "0.8.2",
|
|
26
|
+
"@checkstack/script-packages-frontend": "0.3.3",
|
|
27
|
+
"@checkstack/secrets-frontend": "0.2.3",
|
|
28
|
+
"@checkstack/signal-frontend": "0.2.2",
|
|
29
|
+
"@checkstack/tips-frontend": "0.3.3",
|
|
30
|
+
"@checkstack/ui": "1.14.0",
|
|
31
31
|
"ajv": "^8.18.0",
|
|
32
32
|
"ajv-formats": "^3.0.1",
|
|
33
33
|
"date-fns": "^4.4.0",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"zod": "^4.2.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@checkstack/scripts": "0.
|
|
42
|
+
"@checkstack/scripts": "0.5.0",
|
|
43
43
|
"@checkstack/tsconfig": "0.0.7",
|
|
44
44
|
"@types/react": "^18.2.0",
|
|
45
45
|
"typescript": "^5.0.0"
|