Skip to content

Commit 0b2e1e0

Browse files
authored
Merge pull request #539 from Fryguy/update_deps
Upgrade various dependencies
2 parents de6080d + d19ab51 commit 0b2e1e0

File tree

3 files changed

+464
-617
lines changed

3 files changed

+464
-617
lines changed

demo/template-index.ejs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.12.1/css/bootstrap-select.min.css" integrity="sha256-IW5fdxFdf6I5MsRbl2dOje41oOvdZhIpgcE8sBnYVus=" crossorigin="anonymous" />
77
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-switch/3.3.2/css/bootstrap3/bootstrap-switch.min.css" integrity="sha256-4e0eiRTk64tQnM9hmntNxCg5nuKU5MQG/uuCZ7WgfXc=" crossorigin="anonymous" />
88
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-treeview/1.2.0/bootstrap-treeview.min.css" integrity="sha256-ULjuiZ9iqqf97EETp/mZrnLusfOwISiI6AIL0IXShbc=" crossorigin="anonymous" />
9-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/c3/0.4.11/c3.min.css" integrity="sha256-gl80aFE+bSTFw7UJf+ne/RkwC55cjidIp0Oe3AX5pfo=" crossorigin="anonymous" />
109
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.15.0/css/patternfly.min.css" integrity="sha256-diRy1ATB0S3T0V8x8YwYt4T/pVQO4FQKbJkl55RMtEs=" crossorigin="anonymous" />
1110
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/patternfly/3.15.0/css/patternfly-additions.min.css" integrity="sha256-czjCMXClrusnJhsibSCfyFzwindTJ/NK616Dq3dQTSg=" crossorigin="anonymous" />
1211
<link rel="stylesheet" href="css/vendor.css">

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@manageiq/font-fabulous": "^1.0.0",
3030
"@types/angular-mocks": "^1.7.0",
3131
"@types/angular-ui-router": "^1.1.35",
32-
"@types/jasmine": "^2.5.38",
32+
"@types/jasmine": "^3.10.18",
3333
"@types/lodash": "4.14.168",
3434
"@types/node": "16.18.0",
3535
"@types/rx": "^2.5.34",
@@ -48,11 +48,9 @@
4848
"browser-sync": "^2.18.2",
4949
"browser-sync-spa": "^1.0.3",
5050
"browser-sync-webpack-plugin": "^1.1.3",
51-
"c3": "^0.4.11",
52-
"copy-webpack-plugin": "4.0.1",
51+
"copy-webpack-plugin": "^4.6.0",
5352
"coveralls": "^2.11.15",
54-
"css-loader": "^0.26.0",
55-
"d3": "^4.4.1",
53+
"css-loader": "^0.28.11",
5654
"eonasdan-bootstrap-datetimepicker": "^4.17.43",
5755
"eslint": "~3.9.1",
5856
"expose-loader": "^0.7.1",
@@ -70,7 +68,7 @@
7068
"karma-coverage": "^1.1.1",
7169
"karma-jasmine": "1.0.2",
7270
"karma-jsdom-launcher": "~7.0.0",
73-
"karma-webpack": "1.8.0",
71+
"karma-webpack": "~1.8.1",
7472
"lodash": "~4.17.20",
7573
"ng-annotate-webpack-plugin": "0.1.3",
7674
"numeral": "^2.0.6",
@@ -91,13 +89,12 @@
9189
"dependencies": {
9290
"angular-bootstrap-switch": "^0.5.1",
9391
"angular-dragdrop": "^1.0.13",
94-
"angular-ui-sortable": "^0.16.1",
92+
"angular-ui-sortable": "^0.19.0",
9593
"es6-shim": "^0.35.3",
9694
"es7-shim": "^6.0.0",
9795
"sprintf-js": "^1.1.1"
9896
},
9997
"resolutions": {
100-
"@types/jasmine": "3.10.0",
10198
"angular": "1.8.3",
10299
"angular-animate": "1.8.3",
103100
"angular-sanitize": "1.8.3",

0 commit comments

Comments
 (0)