@checkstack/dashboard-frontend 0.7.0 → 0.7.1
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 +23 -0
- package/package.json +19 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @checkstack/dashboard-frontend
|
|
2
2
|
|
|
3
|
+
## 0.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [9016526]
|
|
8
|
+
- @checkstack/common@0.10.0
|
|
9
|
+
- @checkstack/catalog-common@2.2.0
|
|
10
|
+
- @checkstack/healthcheck-common@1.1.0
|
|
11
|
+
- @checkstack/incident-common@1.2.0
|
|
12
|
+
- @checkstack/maintenance-common@1.2.0
|
|
13
|
+
- @checkstack/notification-common@1.1.0
|
|
14
|
+
- @checkstack/anomaly-common@1.2.0
|
|
15
|
+
- @checkstack/auth-frontend@0.6.1
|
|
16
|
+
- @checkstack/catalog-frontend@0.10.1
|
|
17
|
+
- @checkstack/command-common@0.2.12
|
|
18
|
+
- @checkstack/command-frontend@0.2.36
|
|
19
|
+
- @checkstack/frontend-api@0.5.1
|
|
20
|
+
- @checkstack/notification-frontend@0.4.1
|
|
21
|
+
- @checkstack/queue-frontend@0.4.1
|
|
22
|
+
- @checkstack/tips-frontend@0.2.1
|
|
23
|
+
- @checkstack/ui@1.8.1
|
|
24
|
+
- @checkstack/signal-frontend@0.1.3
|
|
25
|
+
|
|
3
26
|
## 0.7.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@checkstack/dashboard-frontend",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"license": "Elastic-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.tsx",
|
|
@@ -14,23 +14,23 @@
|
|
|
14
14
|
"lint:code": "eslint . --max-warnings 0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@checkstack/anomaly-common": "1.0
|
|
18
|
-
"@checkstack/auth-frontend": "0.
|
|
19
|
-
"@checkstack/catalog-common": "2.0
|
|
20
|
-
"@checkstack/catalog-frontend": "0.
|
|
21
|
-
"@checkstack/command-common": "0.2.
|
|
22
|
-
"@checkstack/command-frontend": "0.2.
|
|
23
|
-
"@checkstack/common": "0.
|
|
24
|
-
"@checkstack/frontend-api": "0.
|
|
25
|
-
"@checkstack/healthcheck-common": "1.0.
|
|
26
|
-
"@checkstack/incident-common": "1.0
|
|
27
|
-
"@checkstack/maintenance-common": "1.0
|
|
28
|
-
"@checkstack/notification-common": "1.0.
|
|
29
|
-
"@checkstack/notification-frontend": "0.
|
|
30
|
-
"@checkstack/queue-frontend": "0.
|
|
31
|
-
"@checkstack/signal-frontend": "0.1.
|
|
32
|
-
"@checkstack/tips-frontend": "0.
|
|
33
|
-
"@checkstack/ui": "1.
|
|
17
|
+
"@checkstack/anomaly-common": "1.1.0",
|
|
18
|
+
"@checkstack/auth-frontend": "0.6.0",
|
|
19
|
+
"@checkstack/catalog-common": "2.1.0",
|
|
20
|
+
"@checkstack/catalog-frontend": "0.10.0",
|
|
21
|
+
"@checkstack/command-common": "0.2.11",
|
|
22
|
+
"@checkstack/command-frontend": "0.2.35",
|
|
23
|
+
"@checkstack/common": "0.9.0",
|
|
24
|
+
"@checkstack/frontend-api": "0.5.0",
|
|
25
|
+
"@checkstack/healthcheck-common": "1.0.2",
|
|
26
|
+
"@checkstack/incident-common": "1.1.0",
|
|
27
|
+
"@checkstack/maintenance-common": "1.1.0",
|
|
28
|
+
"@checkstack/notification-common": "1.0.2",
|
|
29
|
+
"@checkstack/notification-frontend": "0.4.0",
|
|
30
|
+
"@checkstack/queue-frontend": "0.4.0",
|
|
31
|
+
"@checkstack/signal-frontend": "0.1.2",
|
|
32
|
+
"@checkstack/tips-frontend": "0.2.0",
|
|
33
|
+
"@checkstack/ui": "1.8.0",
|
|
34
34
|
"date-fns": "^4.1.0",
|
|
35
35
|
"lucide-react": "^0.344.0",
|
|
36
36
|
"react": "^18.2.0",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
"typescript": "^5.0.0",
|
|
41
41
|
"@types/react": "^18.2.0",
|
|
42
42
|
"@checkstack/tsconfig": "0.0.7",
|
|
43
|
-
"@checkstack/scripts": "0.3.
|
|
43
|
+
"@checkstack/scripts": "0.3.1"
|
|
44
44
|
}
|
|
45
45
|
}
|