|
8 | 8 | },
|
9 | 9 | "dependencies": {},
|
10 | 10 | "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", |
13 | 13 | "eslint-plugin-google-camelcase": "0.0.2",
|
14 |
| - "eslint-plugin-html": "^6.1.0", |
| 14 | + "eslint-plugin-html": "6.1.1", |
15 | 15 | "eslint-plugin-one-variable-per-var": "0.0.3",
|
16 | 16 | "eslint-plugin-optional-comma-spacing": "0.0.4",
|
17 | 17 | "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" |
32 | 32 | },
|
33 | 33 | "scripts": {
|
34 | 34 | "build": "ld-check-dependencies && grunt",
|
|
0 commit comments