mirror of
https://github.com/kremalicious/blog.git
synced 2024-12-22 17:23:50 +01:00
package updates
This commit is contained in:
parent
5e02953663
commit
36c81372e5
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: Test
|
||||
|
||||
on: [push, pull_request]
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
24
package-lock.json
generated
24
package-lock.json
generated
@ -2382,9 +2382,9 @@
|
||||
"integrity": "sha1-fyrX7FX5FEgvybHsS7GuYCjUYGY="
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "12.12.9",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.9.tgz",
|
||||
"integrity": "sha512-kV3w4KeLsRBW+O2rKhktBwENNJuqAUQHS3kf4ia2wIaF/MN6U7ANgTsx7tGremcA0Pk3Yh0Hl0iKiLPuBdIgmw=="
|
||||
"version": "12.12.11",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.11.tgz",
|
||||
"integrity": "sha512-O+x6uIpa6oMNTkPuHDa9MhMMehlxLAd5QcOvKRjAFsBVpeFWTOPnXbDvILvFgFFZfQ1xh1EZi1FbXxUix+zpsQ=="
|
||||
},
|
||||
"@types/parse-json": {
|
||||
"version": "4.0.0",
|
||||
@ -6147,9 +6147,9 @@
|
||||
}
|
||||
},
|
||||
"date-fns": {
|
||||
"version": "2.7.0",
|
||||
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.7.0.tgz",
|
||||
"integrity": "sha512-wxYp2PGoUDN5ZEACc61aOtYFvSsJUylIvCjpjDOqM1UDaKIIuMJ9fAnMYFHV3TQaDpfTVxhwNK/GiCaHKuemTA=="
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.8.0.tgz",
|
||||
"integrity": "sha512-nbZMIMsoD7QiIKipZ5+XRTCtHZad1ch8OEkLaJxjGL6ThAK2IWAdjmAUAS7Fdz5fCaVWtqc+c8pAsN/MX8eaew=="
|
||||
},
|
||||
"debug": {
|
||||
"version": "3.2.6",
|
||||
@ -7289,9 +7289,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"
|
||||
@ -9191,9 +9191,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",
|
||||
|
@ -30,12 +30,12 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"date-fns": "^2.6.0",
|
||||
"date-fns": "^2.8.0",
|
||||
"dms2dec": "^1.1.0",
|
||||
"fast-exif": "^1.0.1",
|
||||
"feather-icons": "^4.24.1",
|
||||
"fraction.js": "^4.0.12",
|
||||
"gatsby": "^2.17.17",
|
||||
"gatsby": "^2.18.0",
|
||||
"gatsby-image": "^2.2.33",
|
||||
"gatsby-plugin-catch-links": "^2.1.17",
|
||||
"gatsby-plugin-feed": "^2.3.21",
|
||||
@ -93,7 +93,7 @@
|
||||
"@types/classnames": "^2.2.9",
|
||||
"@types/jest": "^24.0.21",
|
||||
"@types/lunr": "^2.3.2",
|
||||
"@types/node": "^12.12.9",
|
||||
"@types/node": "^12.12.11",
|
||||
"@types/react": "^16.9.11",
|
||||
"@types/react-dom": "^16.9.3",
|
||||
"@types/react-helmet": "^5.0.14",
|
||||
@ -106,7 +106,7 @@
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-jest": "^24.9.0",
|
||||
"eslint": "^6.6.0",
|
||||
"eslint-config-prettier": "^6.5.0",
|
||||
"eslint-config-prettier": "^6.7.0",
|
||||
"eslint-loader": "^3.0.2",
|
||||
"eslint-plugin-graphql": "^3.1.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
|
Loading…
Reference in New Issue
Block a user