Skip to content

Commit d34b86c

Browse files
committed
Issue #2348843 - Switch to yarn and update dependencies
1 parent f75ddfe commit d34b86c

File tree

2 files changed

+1603
-14
lines changed

2 files changed

+1603
-14
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
"version": "8.3.0-dev",
44
"private": true,
55
"devDependencies": {
6-
"bower": "~1.3.0",
7-
"glob": "^5.0.14",
8-
"grunt": "^0.4.5",
9-
"grunt-contrib-clean": "^0.6.0",
6+
"bower": "^1.8.2",
7+
"glob": "^7.1.2",
8+
"grunt": "^1.0.1",
9+
"grunt-contrib-clean": "^1.1.0",
1010
"grunt-contrib-csslint": "^2.0.0",
11-
"grunt-contrib-watch": "^0.6.1",
12-
"grunt-githooks": "^0.3.1",
13-
"inquirer": "^0.9.0",
14-
"less": "^2.5.1",
11+
"grunt-contrib-watch": "^1.0.0",
12+
"grunt-githooks": "^0.6.0",
13+
"inquirer": "^3.3.0",
14+
"less": "^2.7.2",
1515
"less-plugin-autoprefix": "^1.4.2",
1616
"less-plugin-clean-css": "^1.5.1",
17-
"load-grunt-config": "^0.17.2",
18-
"queue": "^3.1.0",
19-
"request": "^2.60.0",
17+
"load-grunt-config": "^0.19.2",
18+
"queue": "^4.4.1",
19+
"request": "^2.83.0",
2020
"sync-exec": "^0.6.1",
21-
"time-grunt": "^1.2.1"
21+
"time-grunt": "^1.4.0"
2222
},
2323
"scripts": {
2424
"postinstall": "grunt install"
@@ -43,7 +43,7 @@
4343
".githooks.js.hbs",
4444
"grunt/**/*"
4545
],
46-
"commands": "npm install",
46+
"commands": "yarn",
4747
"matchAll": false
4848
}
4949
],
@@ -55,7 +55,7 @@
5555
".githooks.js.hbs",
5656
"grunt/**/*"
5757
],
58-
"commands": "npm install",
58+
"commands": "yarn",
5959
"matchAll": false
6060
}
6161
],

0 commit comments

Comments
 (0)