1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-02-14 21:10:41 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2019-11-19 23:57:19 +01:00
parent dbd486f96d
commit 06edeabcde
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -8691,9 +8691,9 @@
}
},
"eslint-config-prettier": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.6.0.tgz",
"integrity": "sha512-6RGaj7jD+HeuSVHoIT6A0WkBhVEk0ULg74kp2FAWIwkYrOERae0TjIO09Cw33oN//gJWmt7aFhVJErEVta7uvA==",
"version": "6.7.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.7.0.tgz",
"integrity": "sha512-FamQVKM3jjUVwhG4hEMnbtsq7xOIDm+SY5iBPfR8gKsJoAB2IQnNF+bk1+8Fy44Nq7PPJaLvkRxILYdJWoguKQ==",
"dev": true,
"requires": {
"get-stdin": "^6.0.0"
@ -10375,9 +10375,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
"version": "2.17.17",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.17.17.tgz",
"integrity": "sha512-YaKjOs9RMircBU54IkULcsVOj9z4mg2Yjcd/ixtLiKveRpgIDZj/BllkyH1PNYgii7r8LZ3PAX2CLtFmiNHUXw==",
"version": "2.18.0",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.18.0.tgz",
"integrity": "sha512-zEMd+6sJ4tkggqkAzVfJouRY5g0+MtqMOBz8tQ7bk04WIkaZJrDVyDJXcnVnmaW9y8MJmHVdHA675t4I0vZc3A==",
"requires": {
"@babel/code-frame": "^7.5.5",
"@babel/core": "^7.7.2",

View File

@ -25,7 +25,7 @@
"dependencies": {
"axios": "^0.19.0",
"file-saver": "^2.0.2",
"gatsby": "^2.17.17",
"gatsby": "^2.18.0",
"gatsby-image": "^2.2.33",
"gatsby-plugin-manifest": "^2.2.29",
"gatsby-plugin-matomo": "^0.7.2",
@ -70,7 +70,7 @@
"babel-preset-gatsby": "^0.2.22",
"chalk": "^3.0.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.6.0",
"eslint-config-prettier": "^6.7.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-graphql": "^3.1.0",
"eslint-plugin-prettier": "^3.1.1",