Bump apple2shader

This commit is contained in:
Will Scullin 2021-05-09 13:42:24 -07:00
parent 6262068652
commit d8539f8547
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@ -8,7 +8,7 @@
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"apple2shader": "0.0.1",
"apple2shader": "0.0.2",
"canvas": "^2.7.0",
"micromodal": "^0.4.2"
},
@ -2949,9 +2949,10 @@
}
},
"node_modules/apple2shader": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/apple2shader/-/apple2shader-0.0.1.tgz",
"integrity": "sha512-RPexfw95Jk34UUHteg66rCG6GpNXySl2dD7P/WqyhJZ+7J5U9AJrIB/AxJMaBlHTyI8SZTlHvGX4r7tNCC6+qw=="
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/apple2shader/-/apple2shader-0.0.2.tgz",
"integrity": "sha512-0fQ1mrztB7NhoJIMgd+LA9uXpagiLi7qScK3p4N6SnIL4WIm/w1ASqeehCJsklgVeqyBUHRq2Pzq4S8iyAUsHg==",
"license": "GPL-2.0"
},
"node_modules/aproba": {
"version": "1.2.0",
@ -16855,9 +16856,9 @@
}
},
"apple2shader": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/apple2shader/-/apple2shader-0.0.1.tgz",
"integrity": "sha512-RPexfw95Jk34UUHteg66rCG6GpNXySl2dD7P/WqyhJZ+7J5U9AJrIB/AxJMaBlHTyI8SZTlHvGX4r7tNCC6+qw=="
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/apple2shader/-/apple2shader-0.0.2.tgz",
"integrity": "sha512-0fQ1mrztB7NhoJIMgd+LA9uXpagiLi7qScK3p4N6SnIL4WIm/w1ASqeehCJsklgVeqyBUHRq2Pzq4S8iyAUsHg=="
},
"aproba": {
"version": "1.2.0",

View File

@ -53,7 +53,7 @@
"y18n": "^4.0.1"
},
"dependencies": {
"apple2shader": "0.0.1",
"apple2shader": "0.0.2",
"canvas": "^2.7.0",
"micromodal": "^0.4.2"
}