1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-08 20:54:23 +01:00

build fix

This commit is contained in:
Matthias Kretschmann 2020-07-02 20:44:47 +02:00
parent 09401311d4
commit 0c0fea3936
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 5 additions and 4 deletions

6
package-lock.json generated
View File

@ -25267,9 +25267,9 @@
}
},
"xstate": {
"version": "4.11.0",
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.11.0.tgz",
"integrity": "sha512-v+S3jF2YrM2tFOit8o7+4N3FuFd9IIGcIKHyfHeeNjMlmNmwuiv/IbY9uw7ECifx7H/A9aGLcxPSr0jdjTGDww=="
"version": "4.10.0",
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.10.0.tgz",
"integrity": "sha512-nncQ9gW+xgk5iUEvpBOXhbzSCS0uwzzT4bOAXxo6oUoALgbxzqEyMmaMYwuvOHrabDTdMJYnF+xe2XD8RRgWmA=="
},
"xtend": {
"version": "4.0.2",

View File

@ -53,7 +53,8 @@
"remark-react": "^7.0.0",
"shortid": "^2.2.15",
"use-dark-mode": "^2.3.1",
"vcf": "^2.0.6"
"vcf": "^2.0.6",
"xstate": "4.10.0"
},
"devDependencies": {
"@babel/core": "^7.10.4",