Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 4a7c514

Browse files
committed
Fix dependencies and update data
1 parent 1440d24 commit 4a7c514

File tree

33 files changed

+133
-133
lines changed

33 files changed

+133
-133
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"brfs": "^1.4.0",
3636
"bulk": "^2.0.0-alpha-0",
3737
"envify": "^3.4.0",
38-
"glslify": "^2.1.2",
39-
"glslify-hex": "^2.0.1",
38+
"glslify": "2.1.2",
39+
"glslify-hex": "2.0.1",
4040
"gooey": "file:gooey",
4141
"linklocal": "^2.5.0",
4242
"uglify-js": "^2.4.20",

unpm-background/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"start": "budo demo.js"
66
},
77
"devDependencies": {
8-
"canvas-orbit-camera": "^1.0.2",
8+
"canvas-orbit-camera": "1.0.2",
99
"eye-vector": "0.0.0",
10-
"gl-context": "^0.1.1",
11-
"gl-matrix": "^2.1.0",
10+
"gl-context": "0.1.1",
11+
"gl-matrix": "2.1.0",
1212
"gooey": "0.0.3"
1313
},
1414
"browserify": {
@@ -18,17 +18,17 @@
1818
]
1919
},
2020
"dependencies": {
21-
"a-big-triangle": "^1.0.0",
22-
"canvas-fit": "^1.4.0",
23-
"gl-geometry": "^1.0.3",
24-
"gl-mat4": "^1.1.2",
25-
"gl-shader": "^4.0.1",
26-
"gl-wireframe": "^1.0.1",
21+
"a-big-triangle": "1.0.0",
22+
"canvas-fit": "1.4.0",
23+
"gl-geometry": "1.0.3",
24+
"gl-mat4": "1.1.2",
25+
"gl-shader": "4.0.1",
26+
"gl-wireframe": "1.0.1",
2727
"glsl-fog": "0.0.1",
2828
"glsl-noise": "0.0.0",
2929
"glsl-random": "0.0.5",
30-
"glsl-square-frame": "^1.0.1",
31-
"glslify": "^2.1.2",
32-
"grid-mesh": "^0.1.0"
30+
"glsl-square-frame": "1.0.1",
31+
"glslify": "2.1.2",
32+
"grid-mesh": "0.1.0"
3333
}
3434
}

unpm-camera/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"eye-vector": "0.0.0",
11-
"gl-mat4": "^1.1.2",
12-
"lookat-camera": "^1.0.0"
11+
"gl-mat4": "1.1.2",
12+
"lookat-camera": "1.0.0"
1313
}
1414
}

unpm-dat/data/created.bin

0 Bytes
Binary file not shown.

unpm-dat/data/dependencies.bin

0 Bytes
Binary file not shown.

unpm-dat/data/dependents.bin

0 Bytes
Binary file not shown.

unpm-dat/data/descriptions.bin

0 Bytes
Binary file not shown.

unpm-dat/data/dev-deps.bin

0 Bytes
Binary file not shown.

unpm-dat/data/downloads.bin

0 Bytes
Binary file not shown.

unpm-dat/data/licenses.bin

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)