Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit df9426d

Browse files
mgolbtford
authored andcommitted
chore(package.json): update npm packages
Some of node dependencies have much newer versions; one of them is Lo-Dash that has recently released the 2.0.0 version bringing in new useful methods.
1 parent 106ee8f commit df9426d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"bower": "~1.2.2",
1313
"grunt-contrib-clean": "~0.5.0",
1414
"grunt-contrib-compress": "~0.5.2",
15-
"grunt-contrib-connect": "~0.3.0",
15+
"grunt-contrib-connect": "~0.5.0",
1616
"grunt-contrib-copy": "~0.4.1",
1717
"jasmine-node": "~1.11.0",
1818
"q": "~0.9.2",
1919
"q-fs": "~0.1.36",
2020
"qq": "~0.3.5",
21-
"shelljs": "~0.1.4",
21+
"shelljs": "~0.2.6",
2222
"karma": "~0.11",
2323
"karma-jasmine": "~0.1.0",
2424
"karma-chrome-launcher": "~0.1.0",
@@ -35,9 +35,9 @@
3535
"grunt-ddescribe-iit": "~0.0.1",
3636
"grunt-merge-conflict": "~0.0.1",
3737
"promises-aplus-tests": "~1.3.2",
38-
"grunt-shell": "~0.3.1",
38+
"grunt-shell": "~0.4.0",
3939
"semver": "~2.1.0",
40-
"lodash": "~1.3.1"
40+
"lodash": "~2.1.0"
4141
},
4242
"licenses": [
4343
{

0 commit comments

Comments
 (0)