Skip to content

Commit 31e1116

Browse files
committed
bump deps
1 parent bd5dcd8 commit 31e1116

File tree

2 files changed

+48
-26
lines changed

2 files changed

+48
-26
lines changed

package-lock.json

+36-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
"@gfxfundamentals/lesson-builder": "git://github.com/gfxfundamentals/lesson-builder.git#v1.8.2",
99
"@gfxfundamentals/live-editor": "git://github.com/gfxfundamentals/live-editor.git#v1.0.17",
1010
"eslint-plugin-google-camelcase": "0.0.2",
11-
"eslint-plugin-html": "^6.0.2",
11+
"eslint-plugin-html": "^6.1.1",
1212
"eslint-plugin-one-variable-per-var": "0.0.3",
1313
"eslint-plugin-optional-comma-spacing": "0.0.4",
1414
"eslint-plugin-require-trailing-comma": "0.0.1",
15-
"grunt": "^1.2.1",
16-
"grunt-cli": "^1.3.2",
17-
"grunt-contrib-clean": "^2.0.0",
18-
"grunt-contrib-copy": "^1.0.0",
19-
"grunt-contrib-watch": "^1.1.0",
20-
"grunt-eslint": "^23.0.0",
21-
"grunt-jsdoc": "^2.4.1",
22-
"ld-check-dependencies": "^1.1.1",
23-
"load-grunt-tasks": "^5.1.0",
24-
"minami": "^1.2.3",
25-
"servez": "^1.10.0"
15+
"grunt": "^1.3.0",
16+
"grunt-cli": "1.3.2",
17+
"grunt-contrib-clean": "2.0.0",
18+
"grunt-contrib-copy": "1.0.0",
19+
"grunt-contrib-watch": "1.1.0",
20+
"grunt-eslint": "23.0.0",
21+
"grunt-jsdoc": "2.4.1",
22+
"ld-check-dependencies": "1.1.1",
23+
"load-grunt-tasks": "5.1.0",
24+
"minami": "1.2.3",
25+
"servez": "^1.11.0"
2626
},
2727
"scripts": {
2828
"build": "ld-check-dependencies && grunt",

0 commit comments

Comments
 (0)