1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-26 03:06:25 +02:00

package updates

This commit is contained in:
Matthias Kretschmann 2019-11-19 23:59:05 +01:00
parent 5e02953663
commit 36c81372e5
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 17 additions and 17 deletions

View File

@ -1,6 +1,6 @@
name: Test name: Test
on: [push, pull_request] on: [push]
jobs: jobs:
test: test:

24
package-lock.json generated
View File

@ -2382,9 +2382,9 @@
"integrity": "sha1-fyrX7FX5FEgvybHsS7GuYCjUYGY=" "integrity": "sha1-fyrX7FX5FEgvybHsS7GuYCjUYGY="
}, },
"@types/node": { "@types/node": {
"version": "12.12.9", "version": "12.12.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.9.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.11.tgz",
"integrity": "sha512-kV3w4KeLsRBW+O2rKhktBwENNJuqAUQHS3kf4ia2wIaF/MN6U7ANgTsx7tGremcA0Pk3Yh0Hl0iKiLPuBdIgmw==" "integrity": "sha512-O+x6uIpa6oMNTkPuHDa9MhMMehlxLAd5QcOvKRjAFsBVpeFWTOPnXbDvILvFgFFZfQ1xh1EZi1FbXxUix+zpsQ=="
}, },
"@types/parse-json": { "@types/parse-json": {
"version": "4.0.0", "version": "4.0.0",
@ -6147,9 +6147,9 @@
} }
}, },
"date-fns": { "date-fns": {
"version": "2.7.0", "version": "2.8.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.7.0.tgz", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.8.0.tgz",
"integrity": "sha512-wxYp2PGoUDN5ZEACc61aOtYFvSsJUylIvCjpjDOqM1UDaKIIuMJ9fAnMYFHV3TQaDpfTVxhwNK/GiCaHKuemTA==" "integrity": "sha512-nbZMIMsoD7QiIKipZ5+XRTCtHZad1ch8OEkLaJxjGL6ThAK2IWAdjmAUAS7Fdz5fCaVWtqc+c8pAsN/MX8eaew=="
}, },
"debug": { "debug": {
"version": "3.2.6", "version": "3.2.6",
@ -7289,9 +7289,9 @@
} }
}, },
"eslint-config-prettier": { "eslint-config-prettier": {
"version": "6.6.0", "version": "6.7.0",
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.6.0.tgz", "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.7.0.tgz",
"integrity": "sha512-6RGaj7jD+HeuSVHoIT6A0WkBhVEk0ULg74kp2FAWIwkYrOERae0TjIO09Cw33oN//gJWmt7aFhVJErEVta7uvA==", "integrity": "sha512-FamQVKM3jjUVwhG4hEMnbtsq7xOIDm+SY5iBPfR8gKsJoAB2IQnNF+bk1+8Fy44Nq7PPJaLvkRxILYdJWoguKQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"get-stdin": "^6.0.0" "get-stdin": "^6.0.0"
@ -9191,9 +9191,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
}, },
"gatsby": { "gatsby": {
"version": "2.17.17", "version": "2.18.0",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.17.17.tgz", "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.18.0.tgz",
"integrity": "sha512-YaKjOs9RMircBU54IkULcsVOj9z4mg2Yjcd/ixtLiKveRpgIDZj/BllkyH1PNYgii7r8LZ3PAX2CLtFmiNHUXw==", "integrity": "sha512-zEMd+6sJ4tkggqkAzVfJouRY5g0+MtqMOBz8tQ7bk04WIkaZJrDVyDJXcnVnmaW9y8MJmHVdHA675t4I0vZc3A==",
"requires": { "requires": {
"@babel/code-frame": "^7.5.5", "@babel/code-frame": "^7.5.5",
"@babel/core": "^7.7.2", "@babel/core": "^7.7.2",

View File

@ -30,12 +30,12 @@
], ],
"dependencies": { "dependencies": {
"classnames": "^2.2.6", "classnames": "^2.2.6",
"date-fns": "^2.6.0", "date-fns": "^2.8.0",
"dms2dec": "^1.1.0", "dms2dec": "^1.1.0",
"fast-exif": "^1.0.1", "fast-exif": "^1.0.1",
"feather-icons": "^4.24.1", "feather-icons": "^4.24.1",
"fraction.js": "^4.0.12", "fraction.js": "^4.0.12",
"gatsby": "^2.17.17", "gatsby": "^2.18.0",
"gatsby-image": "^2.2.33", "gatsby-image": "^2.2.33",
"gatsby-plugin-catch-links": "^2.1.17", "gatsby-plugin-catch-links": "^2.1.17",
"gatsby-plugin-feed": "^2.3.21", "gatsby-plugin-feed": "^2.3.21",
@ -93,7 +93,7 @@
"@types/classnames": "^2.2.9", "@types/classnames": "^2.2.9",
"@types/jest": "^24.0.21", "@types/jest": "^24.0.21",
"@types/lunr": "^2.3.2", "@types/lunr": "^2.3.2",
"@types/node": "^12.12.9", "@types/node": "^12.12.11",
"@types/react": "^16.9.11", "@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3", "@types/react-dom": "^16.9.3",
"@types/react-helmet": "^5.0.14", "@types/react-helmet": "^5.0.14",
@ -106,7 +106,7 @@
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0", "babel-jest": "^24.9.0",
"eslint": "^6.6.0", "eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0", "eslint-config-prettier": "^6.7.0",
"eslint-loader": "^3.0.2", "eslint-loader": "^3.0.2",
"eslint-plugin-graphql": "^3.1.0", "eslint-plugin-graphql": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-jsx-a11y": "^6.2.3",