Skip to content

Commit 7bf8be9

Browse files
author
Mario Mann
committed
Resolve build errors
1 parent d62d0d7 commit 7bf8be9

File tree

8 files changed

+21
-118
lines changed

8 files changed

+21
-118
lines changed

coverage/junit.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<testsuites name="jest tests" tests="1" failures="0" time="2.079">
3-
<testsuite name="placeholder test" errors="0" failures="0" skipped="0" timestamp="2021-01-12T08:18:39" time="0.895" tests="1">
4-
<testcase classname="placeholder test should return true" name="placeholder test should return true" time="0.004">
2+
<testsuites name="jest tests" tests="1" failures="0" time="1.719">
3+
<testsuite name="placeholder test" errors="0" failures="0" skipped="0" timestamp="2021-01-13T16:33:05" time="0.762" tests="1">
4+
<testcase classname="placeholder test should return true" name="placeholder test should return true" time="0.002">
55
</testcase>
66
</testsuite>
77
</testsuites>

dist/module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"@grafana/runtime": "^7.3.2",
4343
"@types/lodash": "^4.14.167",
4444
"@types/react-autosuggest": "^10.0.1",
45+
"@types/react-bootstrap-table-next": "^4.0.10",
4546
"babel-preset-react": "^6.24.1",
4647
"css-loader": "^5.0.1",
4748
"cytoscape": "^3.14.2",
@@ -50,11 +51,11 @@
5051
"human-format": "^0.11.0",
5152
"react": "^17.0.1",
5253
"react-autosuggest": "^10.0.4",
54+
"react-bootstrap-table-next": "^4.0.3",
5355
"react-cytoscapejs": "^1.2.1",
5456
"react-native": "^0.63.3",
5557
"style-loader": "^2.0.0",
5658
"typescript": "^4.0.5",
57-
"webpack": "^5.9.0",
58-
"react-bootstrap-table-next": "^4.0.3"
59+
"webpack": "^5.9.0"
5960
}
6061
}

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { PanelPlugin } from '@grafana/data';
22
import { PanelSettings } from './types';
33

44
import { ServiceDependencyGraphPanelController } from './panel/ServiceDependencyGraphPanelController';
5-
import { optionsBuilder } from './options/Options';
5+
import { optionsBuilder } from './options/options';
66

77
export const plugin = new PanelPlugin<PanelSettings>(ServiceDependencyGraphPanelController).setPanelOptions(
88
optionsBuilder

src/options/options.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { PanelOptionsEditorBuilder } from '@grafana/data';
22
import { PanelSettings } from '../types';
3-
import { TypeaheadTextField } from './typeAheadTextfield/TypeaheadTextfield';
3+
import { TypeaheadTextField } from './TypeAheadTextfield/TypeaheadTextfield';
44
import { ServiceIconMapping } from './serviceIconMapping/ServiceIconMapping';
55
import { ExternalIconMapping } from './externalIconMapping/ExternalIconMapping';
66
import { DummyDataSwitch } from './dummyDataSwitch/DummyDataSwitch';

src/panel/statistics/SortableTable.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export const SortableTable: React.FC<SortableTableProps> = ({ tableHeaders, data
3939
columns={tableHeaders}
4040
classes="table--selection"
4141
headerClasses="table--selection table--selection--head"
42-
trClassName="table--td--selection"
4342
/>
4443
);
4544
};

yarn.lock

Lines changed: 11 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@
10811081
pirates "^4.0.0"
10821082
source-map-support "^0.5.16"
10831083

1084-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
1084+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7":
10851085
version "7.12.5"
10861086
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz"
10871087
integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==
@@ -1785,11 +1785,6 @@
17851785
"@nodelib/fs.scandir" "2.1.4"
17861786
fastq "^1.6.0"
17871787

1788-
"@popperjs/core@^2.5.3":
1789-
version "2.6.0"
1790-
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.6.0.tgz"
1791-
integrity sha512-cPqjjzuFWNK3BSKLm0abspP0sp/IGOli4p5I5fKFAzdS8fvjdOwDCfZqAaIiXd9lPkOWi3SUUfZof3hEb7J/uw==
1792-
17931788
"@react-native-community/cli-debugger-ui@^4.13.1":
17941789
version "4.13.1"
17951790
resolved "https://registry.yarnpkg.com/@react-native-community/cli-debugger-ui/-/cli-debugger-ui-4.13.1.tgz"
@@ -1910,14 +1905,6 @@
19101905
sudo-prompt "^9.0.0"
19111906
wcwidth "^1.0.1"
19121907

1913-
"@restart/hooks@^0.3.22", "@restart/hooks@^0.3.25":
1914-
version "0.3.26"
1915-
resolved "https://registry.yarnpkg.com/@restart/hooks/-/hooks-0.3.26.tgz"
1916-
integrity sha512-7Hwk2ZMYm+JLWcb7R9qIXk1OoUg1Z+saKWqZXlrvFwT3w6UArVNWgxYOzf+PJoK9zZejp8okPAKTctthhXLt5g==
1917-
dependencies:
1918-
lodash "^4.17.20"
1919-
lodash-es "^4.17.20"
1920-
19211908
"@sinonjs/commons@^1.7.0":
19221909
version "1.8.1"
19231910
resolved "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.1.tgz"
@@ -2304,10 +2291,10 @@
23042291
dependencies:
23052292
"@types/react" "*"
23062293

2307-
"@types/react-bootstrap-typeahead@^3.4.7":
2308-
version "3.4.7"
2309-
resolved "https://registry.yarnpkg.com/@types/react-bootstrap-typeahead/-/react-bootstrap-typeahead-3.4.7.tgz"
2310-
integrity sha512-UBezb5DY5Ywsqu5NuypgFjvyP1SJ9rS2Gqp0/rdVKesTEvvS+DqcvgUbTyZ84J4Ni1m0LDXTuU96Oji6dAMIag==
2294+
"@types/react-bootstrap-table-next@^4.0.10":
2295+
version "4.0.10"
2296+
resolved "https://registry.yarnpkg.com/@types/react-bootstrap-table-next/-/react-bootstrap-table-next-4.0.10.tgz#ebf25c93df04cd54279fcab26992bfa40d2523e3"
2297+
integrity sha512-gWiCs+d2uBvHFh2Vd8qApY6atMDWnP0GZzaekON4oRsSyuNzfGeb1tVlFPAD75d6xmAl7pV86tMKdzEYfxv5rg==
23112298
dependencies:
23122299
"@types/react" "*"
23132300

@@ -2375,7 +2362,7 @@
23752362
"@types/prop-types" "*"
23762363
csstype "^3.0.2"
23772364

2378-
"@types/react@^16.9.11", "@types/react@^16.x":
2365+
"@types/react@^16.x":
23792366
version "16.14.2"
23802367
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz"
23812368
integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==
@@ -2473,11 +2460,6 @@
24732460
dependencies:
24742461
source-map "^0.6.1"
24752462

2476-
"@types/warning@^3.0.0":
2477-
version "3.0.0"
2478-
resolved "https://registry.yarnpkg.com/@types/warning/-/warning-3.0.0.tgz"
2479-
integrity sha1-DSUBJorY+ZYrdA04fEZU9fjiPlI=
2480-
24812463
"@types/webpack-dev-server@*":
24822464
version "3.11.1"
24832465
resolved "https://registry.yarnpkg.com/@types/webpack-dev-server/-/webpack-dev-server-3.11.1.tgz"
@@ -4307,7 +4289,7 @@ class-utils@^0.3.5:
43074289
isobject "^3.0.0"
43084290
static-extend "^0.1.1"
43094291

4310-
[email protected], [email protected], classnames@^2.2.0, classnames@^2.2.1, classnames@^2.2.5, classnames@^2.2.6:
4292+
[email protected], [email protected], classnames@^2.2.1, classnames@^2.2.5, classnames@^2.2.6:
43114293
version "2.2.6"
43124294
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz"
43134295
integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==
@@ -4600,11 +4582,6 @@ compression@^1.7.1:
46004582
safe-buffer "5.1.2"
46014583
vary "~1.1.2"
46024584

4603-
compute-scroll-into-view@^1.0.16:
4604-
version "1.0.16"
4605-
resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-1.0.16.tgz"
4606-
integrity sha512-a85LHKY81oQnikatZYA90pufpZ6sQx++BoCxOEMsjpZx+ZnaKGQnCyCehTRr/1p9GBIAHTjcU9k71kSYWloLiQ==
4607-
46084585
46094586
version "0.0.1"
46104587
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz"
@@ -4807,14 +4784,6 @@ create-react-context@<=0.2.2:
48074784
fbjs "^0.8.0"
48084785
gud "^1.0.0"
48094786

4810-
create-react-context@^0.3.0:
4811-
version "0.3.0"
4812-
resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.3.0.tgz"
4813-
integrity sha512-dNldIoSuNSvlTJ7slIKC/ZFGKexBMBrrcc+TTe1NdmROnaASuLPvqpwj9v4XS4uXZ8+YPu0sNmShX2rXI5LNsw==
4814-
dependencies:
4815-
gud "^1.0.0"
4816-
warning "^4.0.3"
4817-
48184787
48194788
version "7.0.1"
48204789
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.1.tgz"
@@ -5478,7 +5447,7 @@ decode-uri-component@^0.2.0:
54785447
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz"
54795448
integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=
54805449

5481-
deep-equal@^1.1.1, deep-equal@~1.1.1:
5450+
deep-equal@~1.1.1:
54825451
version "1.1.1"
54835452
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz"
54845453
integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==
@@ -5676,7 +5645,7 @@ dom-css@^2.0.0:
56765645
prefix-style "2.0.1"
56775646
to-camel-case "1.0.0"
56785647

5679-
dom-helpers@^5.0.1, dom-helpers@^5.2.0:
5648+
dom-helpers@^5.0.1:
56805649
version "5.2.0"
56815650
resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.2.0.tgz"
56825651
integrity sha512-Ru5o9+V8CpunKnz5LGgWXkmrH/20cGKwcHwS4m73zIvs54CN9epEmT/HLqFJW3kXpakAFkEdzgy1hzlJe3E4OQ==
@@ -7561,7 +7530,7 @@ inquirer@^6.3.1:
75617530
strip-ansi "^5.1.0"
75627531
through "^2.3.6"
75637532

7564-
invariant@^2.2.1, invariant@^2.2.2, invariant@^2.2.4:
7533+
invariant@^2.2.2, invariant@^2.2.4:
75657534
version "2.2.4"
75667535
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz"
75677536
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==
@@ -8938,11 +8907,6 @@ locate-path@^6.0.0:
89388907
dependencies:
89398908
p-locate "^5.0.0"
89408909

8941-
lodash-es@^4.17.20:
8942-
version "4.17.20"
8943-
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.20.tgz"
8944-
integrity sha512-JD1COMZsq8maT6mnuz1UMV0jvYD0E0aUsSOdrr1/nAG3dhqQXwRRgeW0cSqH1U43INKcqxaiVIQNOUDld7gRDA==
8945-
89468910
lodash._reinterpolate@^3.0.0:
89478911
version "3.0.0"
89488912
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz"
@@ -11849,23 +11813,6 @@ react-bootstrap-table-next@^4.0.3:
1184911813
react-transition-group "^4.2.0"
1185011814
underscore "1.9.1"
1185111815

11852-
react-bootstrap-typeahead@^5.1.2:
11853-
version "5.1.4"
11854-
resolved "https://registry.yarnpkg.com/react-bootstrap-typeahead/-/react-bootstrap-typeahead-5.1.4.tgz"
11855-
integrity sha512-CfoaSjGV3MZS9yrkLfYkvimzRYru1Ko7qKKzacbsBeZ/sHCxFvUhxnCXmTy/K2vZCkOmAQpU/sbgQVOkMRNlSQ==
11856-
dependencies:
11857-
"@babel/runtime" "^7.3.4"
11858-
"@restart/hooks" "^0.3.22"
11859-
classnames "^2.2.0"
11860-
fast-deep-equal "^3.1.1"
11861-
invariant "^2.2.1"
11862-
lodash.debounce "^4.0.8"
11863-
prop-types "^15.5.8"
11864-
react-overlays "^4.1.1"
11865-
react-popper "^1.0.0"
11866-
scroll-into-view-if-needed "^2.2.20"
11867-
warning "^4.0.1"
11868-
1186911816
1187011817
version "2.19.2"
1187111818
resolved "https://registry.yarnpkg.com/react-calendar/-/react-calendar-2.19.2.tgz"
@@ -12043,20 +11990,6 @@ react-native@^0.63.3:
1204311990
use-subscription "^1.0.0"
1204411991
whatwg-fetch "^3.0.0"
1204511992

12046-
react-overlays@^4.1.1:
12047-
version "4.1.1"
12048-
resolved "https://registry.yarnpkg.com/react-overlays/-/react-overlays-4.1.1.tgz"
12049-
integrity sha512-WtJifh081e6M24KnvTQoNjQEpz7HoLxqt8TwZM7LOYIkYJ8i/Ly1Xi7RVte87ZVnmqQ4PFaFiNHZhSINPSpdBQ==
12050-
dependencies:
12051-
"@babel/runtime" "^7.12.1"
12052-
"@popperjs/core" "^2.5.3"
12053-
"@restart/hooks" "^0.3.25"
12054-
"@types/warning" "^3.0.0"
12055-
dom-helpers "^5.2.0"
12056-
prop-types "^15.7.2"
12057-
uncontrollable "^7.0.0"
12058-
warning "^4.0.3"
12059-
1206011993
1206111994
version "1.3.3"
1206211995
resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-1.3.3.tgz"
@@ -12069,19 +12002,6 @@ [email protected]:
1206912002
typed-styles "^0.0.7"
1207012003
warning "^4.0.2"
1207112004

12072-
react-popper@^1.0.0:
12073-
version "1.3.7"
12074-
resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-1.3.7.tgz"
12075-
integrity sha512-nmqYTx7QVjCm3WUZLeuOomna138R1luC4EqkW3hxJUrAe+3eNz3oFCLYdnPwILfn0mX1Ew2c3wctrjlUMYYUww==
12076-
dependencies:
12077-
"@babel/runtime" "^7.1.2"
12078-
create-react-context "^0.3.0"
12079-
deep-equal "^1.1.1"
12080-
popper.js "^1.14.4"
12081-
prop-types "^15.6.1"
12082-
typed-styles "^0.0.7"
12083-
warning "^4.0.2"
12084-
1208512005
react-redux@^7.1.1:
1208612006
version "7.2.2"
1208712007
resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.2.tgz"
@@ -12838,13 +12758,6 @@ schema-utils@^3.0.0:
1283812758
ajv "^6.12.5"
1283912759
ajv-keywords "^3.5.2"
1284012760

12841-
scroll-into-view-if-needed@^2.2.20:
12842-
version "2.2.26"
12843-
resolved "https://registry.yarnpkg.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.26.tgz"
12844-
integrity sha512-SQ6AOKfABaSchokAmmaxVnL9IArxEnLEX9j4wAZw+x4iUTb40q7irtHG3z4GtAWz5veVZcCnubXDBRyLVQaohw==
12845-
dependencies:
12846-
compute-scroll-into-view "^1.0.16"
12847-
1284812761
scss-tokenizer@^0.2.3:
1284912762
version "0.2.3"
1285012763
resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz"
@@ -14261,16 +14174,6 @@ [email protected]:
1426114174
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz"
1426214175
integrity sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=
1426314176

14264-
uncontrollable@^7.0.0:
14265-
version "7.1.1"
14266-
resolved "https://registry.yarnpkg.com/uncontrollable/-/uncontrollable-7.1.1.tgz"
14267-
integrity sha512-EcPYhot3uWTS3w00R32R2+vS8Vr53tttrvMj/yA1uYRhf8hbTG2GyugGqWDY0qIskxn0uTTojVd6wPYW9ZEf8Q==
14268-
dependencies:
14269-
"@babel/runtime" "^7.6.3"
14270-
"@types/react" "^16.9.11"
14271-
invariant "^2.2.4"
14272-
react-lifecycles-compat "^3.0.4"
14273-
1427414177
1427514178
version "1.9.1"
1427614179
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.9.1.tgz#06dce34a0e68a7babc29b365b8e74b8925203961"
@@ -14569,7 +14472,7 @@ warning@^3.0.0:
1456914472
dependencies:
1457014473
loose-envify "^1.0.0"
1457114474

14572-
warning@^4.0.1, warning@^4.0.2, warning@^4.0.3:
14475+
warning@^4.0.1, warning@^4.0.2:
1457314476
version "4.0.3"
1457414477
resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz"
1457514478
integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==

0 commit comments

Comments
 (0)