1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-24 08:33:29 +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": { "xstate": {
"version": "4.11.0", "version": "4.10.0",
"resolved": "https://registry.npmjs.org/xstate/-/xstate-4.11.0.tgz", "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.10.0.tgz",
"integrity": "sha512-v+S3jF2YrM2tFOit8o7+4N3FuFd9IIGcIKHyfHeeNjMlmNmwuiv/IbY9uw7ECifx7H/A9aGLcxPSr0jdjTGDww==" "integrity": "sha512-nncQ9gW+xgk5iUEvpBOXhbzSCS0uwzzT4bOAXxo6oUoALgbxzqEyMmaMYwuvOHrabDTdMJYnF+xe2XD8RRgWmA=="
}, },
"xtend": { "xtend": {
"version": "4.0.2", "version": "4.0.2",

View File

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