@yugabytedb/perf-advisor-ui 1.0.91 → 1.0.93
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/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/package.json +21 -11
- package/dist/cjs/index.css +0 -10
- package/dist/esm/index.css +0 -10
- package/dist/esm/index.js +0 -11
- package/dist/esm/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yugabytedb/perf-advisor-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.93",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"types": "dist/types.d.ts",
|
|
6
6
|
"author": "Rajagopalan Madhavan",
|
|
@@ -10,9 +10,19 @@
|
|
|
10
10
|
"LICENSE"
|
|
11
11
|
],
|
|
12
12
|
"license": "MIT",
|
|
13
|
+
"overrides": {
|
|
14
|
+
"react-router": {
|
|
15
|
+
"react": "17.0.2",
|
|
16
|
+
"react-dom": "17.0.2"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"engines": {
|
|
20
|
+
"node": ">=22",
|
|
21
|
+
"npm": ">=10"
|
|
22
|
+
},
|
|
13
23
|
"devDependencies": {
|
|
14
24
|
"@rollup/plugin-commonjs": "^24.1.0",
|
|
15
|
-
"@rollup/plugin-image": "
|
|
25
|
+
"@rollup/plugin-image": "3.0.3",
|
|
16
26
|
"@rollup/plugin-json": "6.0.0",
|
|
17
27
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
18
28
|
"@rollup/plugin-replace": "5.0.2",
|
|
@@ -20,19 +30,20 @@
|
|
|
20
30
|
"@rollup/plugin-typescript": "^11.1.0",
|
|
21
31
|
"@testing-library/jest-dom": "^5.16.5",
|
|
22
32
|
"@testing-library/user-event": "^13.5.0",
|
|
23
|
-
"@typescript-eslint/eslint-plugin": "
|
|
24
|
-
"@typescript-eslint/parser": "
|
|
25
|
-
"@yugabyte-ui-library/core": "2.0.
|
|
33
|
+
"@typescript-eslint/eslint-plugin": "6.21.0",
|
|
34
|
+
"@typescript-eslint/parser": "6.21.0",
|
|
35
|
+
"@yugabyte-ui-library/core": "2.0.17",
|
|
26
36
|
"concurrently": "9.2.1",
|
|
27
37
|
"eslint-config-prettier": "8.3.0",
|
|
28
38
|
"eslint-plugin-import": "2.23.4",
|
|
29
39
|
"nodemon": "3.1.10",
|
|
30
|
-
"rollup": "2.
|
|
31
|
-
"rollup-plugin-dts": "
|
|
40
|
+
"rollup": "3.2.5",
|
|
41
|
+
"rollup-plugin-dts": "5.3.1",
|
|
32
42
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
33
43
|
"rollup-plugin-postcss": "^4.0.2",
|
|
34
44
|
"rollup-plugin-visualizer": "5.12.0",
|
|
35
|
-
"standard-version": "9.5.0"
|
|
45
|
+
"standard-version": "9.5.0",
|
|
46
|
+
"typescript": "5.3.3"
|
|
36
47
|
},
|
|
37
48
|
"dependencies": {
|
|
38
49
|
"@material-ui/core": "4.12.3",
|
|
@@ -59,7 +70,6 @@
|
|
|
59
70
|
"react-router": "3.2.6",
|
|
60
71
|
"react-router-dom": "5.3.3",
|
|
61
72
|
"react-toastify": "7.0.3",
|
|
62
|
-
"typescript": "4.9.3",
|
|
63
73
|
"vis-timeline": "7.7.3"
|
|
64
74
|
},
|
|
65
75
|
"prettier": {
|
|
@@ -71,7 +81,7 @@
|
|
|
71
81
|
"@material-ui/core": "4.12.3",
|
|
72
82
|
"@material-ui/icons": "4.11.2",
|
|
73
83
|
"@material-ui/lab": "4.0.0-alpha.58",
|
|
74
|
-
"@yugabyte-ui-library/core": "2.0.
|
|
84
|
+
"@yugabyte-ui-library/core": "2.0.17",
|
|
75
85
|
"react": "17.0.2",
|
|
76
86
|
"react-dom": "17.0.2",
|
|
77
87
|
"react-query": "3.32.1",
|
|
@@ -108,4 +118,4 @@
|
|
|
108
118
|
"publishConfig": {
|
|
109
119
|
"access": "public"
|
|
110
120
|
}
|
|
111
|
-
}
|
|
121
|
+
}
|
package/dist/cjs/index.css
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
|
|
2
|
-
Theme: GitHub
|
|
3
|
-
Description: Light theme as seen on github.com
|
|
4
|
-
Author: github.com
|
|
5
|
-
Maintainer: @Hirse
|
|
6
|
-
Updated: 2021-05-15
|
|
7
|
-
|
|
8
|
-
Outdated base version: https://github.com/primer/github-syntax-light
|
|
9
|
-
Current colors taken from GitHub's CSS
|
|
10
|
-
*/.hljs{background:#fff;color:#24292e}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{background-color:#f0fff4;color:#22863a}.hljs-deletion{background-color:#ffeef0;color:#b31d28}
|
package/dist/esm/index.css
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
|
|
2
|
-
Theme: GitHub
|
|
3
|
-
Description: Light theme as seen on github.com
|
|
4
|
-
Author: github.com
|
|
5
|
-
Maintainer: @Hirse
|
|
6
|
-
Updated: 2021-05-15
|
|
7
|
-
|
|
8
|
-
Outdated base version: https://github.com/primer/github-syntax-light
|
|
9
|
-
Current colors taken from GitHub's CSS
|
|
10
|
-
*/.hljs{background:#fff;color:#24292e}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{background-color:#f0fff4;color:#22863a}.hljs-deletion{background-color:#ffeef0;color:#b31d28}
|