1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-01-05 11:25:07 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2020-05-19 21:59:52 +02:00
parent 60de50de9e
commit b9bab0f7d0
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 803 additions and 933 deletions

View File

@ -1,3 +1,4 @@
// this file only exists for Jest
module.exports = {
presets: ['babel-preset-gatsby', '@babel/preset-typescript']
}

1701
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -41,33 +41,33 @@
"fast-exif": "^1.0.1",
"feather-icons": "^4.28.0",
"fraction.js": "^4.0.12",
"gatsby": "^2.21.33",
"gatsby-image": "^2.4.3",
"gatsby": "^2.22.0",
"gatsby-image": "^2.4.4",
"gatsby-plugin-catch-links": "^2.3.1",
"gatsby-plugin-feed": "^2.5.1",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^2.4.3",
"gatsby-plugin-manifest": "^2.4.6",
"gatsby-plugin-matomo": "^0.8.3",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^3.2.1",
"gatsby-plugin-offline": "^3.2.4",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-sass": "^2.3.1",
"gatsby-plugin-sharp": "^2.6.3",
"gatsby-plugin-sharp": "^2.6.6",
"gatsby-plugin-sitemap": "^2.4.2",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-redirect-from": "^0.2.1",
"gatsby-redirect-from": "^0.2.2",
"gatsby-remark-autolink-headers": "^2.3.2",
"gatsby-remark-breaks": "^1.0.0",
"gatsby-remark-copy-linked-files": "^2.3.2",
"gatsby-remark-images": "^3.3.3",
"gatsby-remark-images": "^3.3.5",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-smartypants": "^2.3.1",
"gatsby-remark-vscode": "^2.1.1",
"gatsby-source-filesystem": "^2.3.1",
"gatsby-source-filesystem": "^2.3.5",
"gatsby-source-graphql": "^2.5.1",
"gatsby-transformer-remark": "^2.8.7",
"gatsby-transformer-remark": "^2.8.10",
"gatsby-transformer-sharp": "^2.5.2",
"graphql": "^14.6.0",
"intersection-observer": "^0.10.0",
@ -98,18 +98,18 @@
"@types/jest": "^25.2.3",
"@types/loadable__component": "^5.10.0",
"@types/lunr": "^2.3.3",
"@types/node": "^14.0.1",
"@types/node": "^14.0.3",
"@types/node-fetch": "^2.5.7",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.0.0",
"@types/react-transition-group": "^4.2.4",
"@types/shortid": "0.0.29",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.31.0",
"@welldone-software/why-did-you-render": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"@welldone-software/why-did-you-render": "^4.2.1",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-graphql": "^3.1.1",
@ -121,19 +121,19 @@
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.9",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"markdownlint-cli": "^0.23.0",
"markdownlint-cli": "^0.23.1",
"node-iptc": "^1.0.5",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"ora": "^4.0.4",
"prettier": "^2.0.5",
"shortid": "^2.2.15",
"stylelint": "^13.4.0",
"stylelint": "^13.5.0",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-prettier": "^1.1.2",
"typescript": "^3.8.3"
"typescript": "^3.9.2"
},
"repository": {
"type": "git",