bump apple2shader

This commit is contained in:
Will Scullin 2021-05-15 17:53:04 -07:00
parent c9869fa308
commit 990de8815e
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD
2 changed files with 8 additions and 9 deletions

15
package-lock.json generated
View File

@ -8,7 +8,7 @@
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"apple2shader": "0.0.2",
"apple2shader": "0.0.3",
"micromodal": "^0.4.2"
},
"devDependencies": {
@ -2917,10 +2917,9 @@
}
},
"node_modules/apple2shader": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/apple2shader/-/apple2shader-0.0.2.tgz",
"integrity": "sha512-0fQ1mrztB7NhoJIMgd+LA9uXpagiLi7qScK3p4N6SnIL4WIm/w1ASqeehCJsklgVeqyBUHRq2Pzq4S8iyAUsHg==",
"license": "GPL-2.0"
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/apple2shader/-/apple2shader-0.0.3.tgz",
"integrity": "sha512-7nAffvWdGp4FTqpDxgjslN4XqaO9FOUCKnhJ4IPQXGdyiCWIZvZ+E5gXsb+BKt0L+Fs3E5Kcn+5vOamSUSU0xA=="
},
"node_modules/aproba": {
"version": "1.2.0",
@ -16405,9 +16404,9 @@
}
},
"apple2shader": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/apple2shader/-/apple2shader-0.0.2.tgz",
"integrity": "sha512-0fQ1mrztB7NhoJIMgd+LA9uXpagiLi7qScK3p4N6SnIL4WIm/w1ASqeehCJsklgVeqyBUHRq2Pzq4S8iyAUsHg=="
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/apple2shader/-/apple2shader-0.0.3.tgz",
"integrity": "sha512-7nAffvWdGp4FTqpDxgjslN4XqaO9FOUCKnhJ4IPQXGdyiCWIZvZ+E5gXsb+BKt0L+Fs3E5Kcn+5vOamSUSU0xA=="
},
"aproba": {
"version": "1.2.0",

View File

@ -51,7 +51,7 @@
"y18n": "^4.0.1"
},
"dependencies": {
"apple2shader": "0.0.2",
"apple2shader": "0.0.3",
"micromodal": "^0.4.2"
}
}