Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit 00a4668

Browse files
committed
update javascript libs
1 parent 30c9160 commit 00a4668

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

bower.json

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
{
2-
"name": "meanjs",
3-
"version": "0.4.0",
4-
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
5-
"dependencies": {
6-
"bootstrap": "~3",
7-
"angular": "~1.2",
8-
"angular-resource": "~1.2",
9-
"angular-animate": "~1.2",
10-
"angular-mocks": "~1.2",
11-
"angular-bootstrap": "~0.11.2",
12-
"angular-ui-utils": "~0.1.1",
13-
"angular-ui-router": "~0.2.11",
14-
"angular-file-upload": "~1.1.5"
15-
}
16-
}
2+
"name": "meanjs",
3+
"version": "0.4.0",
4+
"description": "Fullstack JavaScript with MongoDB, Express, AngularJS, and Node.js.",
5+
"dependencies": {
6+
"bootstrap": "~3",
7+
"angular": "~1.3",
8+
"angular-resource": "~1.3",
9+
"angular-animate": "~1.3",
10+
"angular-mocks": "~1.3",
11+
"angular-bootstrap": "~0.13",
12+
"angular-ui-utils": "bower",
13+
"angular-ui-router": "~0.2",
14+
"angular-file-upload": "~1.1.5"
15+
},
16+
"resolutions": {
17+
"angular": "~1.3"
18+
}
19+
}

0 commit comments

Comments
 (0)