Skip to content

Commit 06ffd60

Browse files
committed
bump deps
1 parent 3ade348 commit 06ffd60

File tree

3 files changed

+94
-51
lines changed

3 files changed

+94
-51
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-prefix = ""

package-lock.json

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

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@
88
},
99
"dependencies": {},
1010
"devDependencies": {
11-
"@gfxfundamentals/lesson-builder": "git://github.com/gfxfundamentals/lesson-builder.git#v1.9.0",
12-
"@gfxfundamentals/live-editor": "git://github.com/gfxfundamentals/live-editor.git#v1.0.17",
11+
"@gfxfundamentals/lesson-builder": "git+https://github.com/gfxfundamentals/lesson-builder.git#v1.9.0",
12+
"@gfxfundamentals/live-editor": "git+https://github.com/gfxfundamentals/live-editor.git#v1.0.17",
1313
"eslint-plugin-google-camelcase": "0.0.2",
14-
"eslint-plugin-html": "^6.1.0",
14+
"eslint-plugin-html": "6.1.1",
1515
"eslint-plugin-one-variable-per-var": "0.0.3",
1616
"eslint-plugin-optional-comma-spacing": "0.0.4",
1717
"eslint-plugin-require-trailing-comma": "0.0.1",
18-
"grunt": "^1.3.0",
19-
"grunt-cli": "^1.3.2",
20-
"grunt-contrib-clean": "^2.0.0",
21-
"grunt-contrib-copy": "^1.0.0",
22-
"grunt-contrib-watch": "^1.1.0",
23-
"grunt-eslint": "^23.0.0",
24-
"jquery": "^3.5.1",
25-
"jsdom": "^16.4.0",
26-
"ld-check-dependencies": "^1.1.1",
27-
"load-grunt-tasks": "^5.1.0",
28-
"minami": "^1.2.3",
29-
"semver": "^7.3.2",
30-
"servez": "^1.10.0",
31-
"three": "^0.122.0"
18+
"grunt": "1.3.0",
19+
"grunt-cli": "1.3.2",
20+
"grunt-contrib-clean": "2.0.0",
21+
"grunt-contrib-copy": "1.0.0",
22+
"grunt-contrib-watch": "1.1.0",
23+
"grunt-eslint": "23.0.0",
24+
"jquery": "3.5.1",
25+
"jsdom": "16.4.0",
26+
"ld-check-dependencies": "1.1.1",
27+
"load-grunt-tasks": "5.1.0",
28+
"minami": "1.2.3",
29+
"semver": "7.3.4",
30+
"servez": "1.11.0",
31+
"three": "0.122.0"
3232
},
3333
"scripts": {
3434
"build": "ld-check-dependencies && grunt",

0 commit comments

Comments
 (0)