mirror of https://github.com/apache/nifi.git
[NIFI-2601] Update bower.json to use specific versions. This closes #897
This commit is contained in:
parent
31ca8d02f7
commit
a181c7b9d7
|
@ -9,10 +9,13 @@
|
|||
"tests"
|
||||
],
|
||||
"dependencies": {
|
||||
"font-awesome": "fontawesome#^4.6.1",
|
||||
"angular-material": "^1.0.8",
|
||||
"angular-resource": "^1.5.5",
|
||||
"angular-route": "^1.5.5",
|
||||
"angular-sanitize": "^1.5.5"
|
||||
"font-awesome": "fontawesome#4.6.1",
|
||||
"angular-material": "1.0.8",
|
||||
"angular-resource": "1.5.5",
|
||||
"angular-route": "1.5.5",
|
||||
"angular-sanitize": "1.5.5"
|
||||
},
|
||||
"resolutions": {
|
||||
"angular": "1.5.8"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue