Skip to content

Commit 9e5330a

Browse files
committed
loosen Bower dependencies
Most dependencies should pull patch and minor version updates, unless we know a specific reason not to. Also, remove deprecated fields and add descriptions.
1 parent 8d6e62b commit 9e5330a

3 files changed

Lines changed: 56 additions & 49 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## v4.1.14-alpha
44
- Fix issue with scopes being applied twice in Unique::getPaginatedQuery (https://github.com/userfrosting/extend-user/issues/2)
5+
- Update Bower dependencies in core Sprinkle
56

67
## v4.1.13-alpha
78
- `ufTable`: Implement `rowTemplate` for customizing how rows are rendered (#787)

app/sprinkles/account/bower.json

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
{
2-
"name": "core-assets",
3-
"version": "0.0.1",
4-
"homepage": "https://github.com/userfrosting",
5-
"authors": [
6-
"ssnukala"
7-
],
8-
"moduleType": [
9-
"node"
10-
],
11-
"license": "MIT",
12-
"ignore": [
13-
"**/.*",
14-
"node_modules",
15-
"bower_components",
16-
"assets/vendor",
17-
"examples",
18-
"demo-resources",
19-
"demo",
20-
"test",
21-
"tests"
22-
],
23-
"dependencies": {}
24-
}
2+
"name": "userfrosting-sprinkle-account",
3+
"description": "Authentication and account management module for UserFrosting.",
4+
"homepage": "https://github.com/userfrosting",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Alexander Weissman",
9+
"homepage": "https://alexanderweissman.com"
10+
},
11+
"ssnukala"
12+
],
13+
"dependencies": {},
14+
"moduleType": [
15+
"node"
16+
],
17+
"ignore": [
18+
"**/.*",
19+
"node_modules",
20+
"bower_components",
21+
"assets/vendor",
22+
"examples",
23+
"demo-resources",
24+
"demo",
25+
"test",
26+
"tests"
27+
]
28+
}

app/sprinkles/core/bower.json

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,38 @@
11
{
2-
"name": "core-assets",
3-
"version": "0.0.1",
2+
"name": "userfrosting-sprinkle-core",
3+
"description": "Core module for UserFrosting.",
44
"homepage": "https://github.com/userfrosting",
5+
"license": "MIT",
56
"authors": [
7+
{
8+
"name": "Alexander Weissman",
9+
"homepage": "https://alexanderweissman.com"
10+
},
611
"ssnukala"
712
],
13+
"dependencies": {
14+
"jquery": ">= 2.2.4",
15+
"bootstrap": "^3.3.6",
16+
"font-awesome": "^4.7",
17+
"handlebars": "^3.0",
18+
"clipboard": "^1.5",
19+
"ionicons": "^2.0",
20+
"icheck": "^1.0",
21+
"speakingurl": "^11.0",
22+
"urijs": "^1.18",
23+
"fastclick": "^1.0.6",
24+
"moment": "^2.17",
25+
"jquery-slimscroll": "^1.3",
26+
"jquery-validation": "~1.14.0",
27+
"select2": "~4.0.5",
28+
"tablesorter": "jquery.tablesorter#2.28"
29+
},
30+
"resolutions": {
31+
"jquery": ">= 2.2.4"
32+
},
833
"moduleType": [
934
"node"
1035
],
11-
"license": "MIT",
1236
"ignore": [
1337
"**/.*",
1438
"node_modules",
@@ -19,27 +43,5 @@
1943
"demo",
2044
"test",
2145
"tests"
22-
],
23-
"dependencies": {
24-
"bootstrap": "^3.3.6",
25-
"clipboard": "1.5.16",
26-
"font-awesome": "4.7.0",
27-
"handlebars": "3.0.3",
28-
"jquery": ">= 2.2.4",
29-
"jquery-validation": "~1.14.0",
30-
"select2": "4.0.4",
31-
"tablesorter": "jquery.tablesorter#2.28",
32-
"moment": "2.17.1",
33-
"speakingurl": "11.0.0",
34-
"icheck": "^1.0.1",
35-
"jquery-slimscroll": "~1.3.8",
36-
"fastclick": "^1.0.6",
37-
"ionicons": "^2.0.1",
38-
"urijs": "1.18.4"
39-
},
40-
"resolutions": {
41-
"jquery": ">= 2.2.4",
42-
"bootstrap": "3.x",
43-
"jquery-validation": "~1.14.0"
44-
}
46+
]
4547
}

0 commit comments

Comments
 (0)