chore(deps): Added @frontendnetwork/vegancheck

This commit is contained in:
Philip 2023-05-09 20:08:11 +02:00
parent cde9d7ddd8
commit e6659000c0
2 changed files with 7 additions and 0 deletions

6
package-lock.json generated
View file

@ -9,6 +9,7 @@
"version": "0.1.0",
"dependencies": {
"@ericblade/quagga2": "^1.8.2",
"@frontendnetwork/vegancheck": "^1.1.4",
"@types/node": "20.1.1",
"@types/react-dom": "18.2.4",
"next": "13.3.4",
@ -1811,6 +1812,11 @@
"tslib": "^2.4.0"
}
},
"node_modules/@frontendnetwork/vegancheck": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/@frontendnetwork/vegancheck/-/vegancheck-1.1.4.tgz",
"integrity": "sha512-WcWQPZdTEgXuSeMkhpP8Dh9lB3/fGc1CNlvDbphr+Eu5+TvokpIzVErB+T1kJ66S0Kh4tomz1HL5LOau+EDYyQ=="
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.11.8",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz",

View file

@ -12,6 +12,7 @@
},
"dependencies": {
"@ericblade/quagga2": "^1.8.2",
"@frontendnetwork/vegancheck": "1.1.4",
"@types/node": "20.1.1",
"@types/react-dom": "18.2.4",
"next": "13.3.4",