Skip to content

Commit eaf955f

Browse files
committed
Add resolution for jQuery in bower config.
Resolving as version 2.x because that's the version angular-schema-form depends on. If there's an issue with angular-ui-sortable, it the resolution should probably be increased to 3.x. This was the original version conflict: Unable to find a suitable version for jquery, please choose one by typing one of the numbers below: 1) jquery#~2.1.1 which resolved to 2.1.4 and is required by angular-schema-form 2) jquery#>=1.6 which resolved to 2.1.4 and is required by jquery-ui#1.12.1 3) jquery#>=1.7 which resolved to 2.1.4 and is required by pickadate#3.5.6 4) jquery#>=1.7.2 which resolved to 2.1.4 and is required by spectrum#1.7.0 5) jquery#>=3.1.x which resolved to 3.3.1 and is required by angular-ui-sortable#0.19.0
1 parent 0bd8000 commit eaf955f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bower.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,8 @@
5454
"angular-ui-sortable": ">=0.12.11",
5555
"bootstrap-vertical-tabs": "~1.2.0",
5656
"angular-schema-form-bootstrap": "~0.1.2"
57+
},
58+
"resolutions": {
59+
"jquery": "~2.1.1"
5760
}
5861
}

0 commit comments

Comments
 (0)