mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-03 02:15:08 +01:00
package updates
This commit is contained in:
parent
2578df64dc
commit
71f3cb9aec
@ -41,12 +41,18 @@ module.exports = {
|
||||
options: {
|
||||
maxWidth: 630,
|
||||
quality: 80,
|
||||
linkImagesToOriginal: true,
|
||||
linkImagesToOriginal: false,
|
||||
showCaptions: true,
|
||||
backgroundColor: 'none',
|
||||
disableBgImageOnAlpha: true
|
||||
}
|
||||
},
|
||||
{
|
||||
resolve: 'gatsby-remark-images-medium-zoom',
|
||||
options: {
|
||||
background: '#e7eef4'
|
||||
}
|
||||
},
|
||||
{
|
||||
resolve: 'gatsby-remark-copy-linked-files',
|
||||
options: {
|
||||
|
1003
package-lock.json
generated
1003
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
57
package.json
57
package.json
@ -32,8 +32,8 @@
|
||||
"@ethersproject/providers": "^5.0.0-beta.146",
|
||||
"@ethersproject/units": "^5.0.0-beta.132",
|
||||
"@loadable/component": "^5.11.0",
|
||||
"@web3-react/core": "^6.0.0-beta.25",
|
||||
"@web3-react/injected-connector": "^6.0.0-beta.25",
|
||||
"@web3-react/core": "^6.0.2",
|
||||
"@web3-react/injected-connector": "^6.0.3",
|
||||
"classnames": "^2.2.6",
|
||||
"date-fns": "^2.8.1",
|
||||
"dms2dec": "^1.1.0",
|
||||
@ -41,18 +41,18 @@
|
||||
"fast-exif": "^1.0.1",
|
||||
"feather-icons": "^4.25.0",
|
||||
"fraction.js": "^4.0.12",
|
||||
"gatsby": "^2.18.11",
|
||||
"gatsby-image": "^2.2.36",
|
||||
"gatsby": "^2.18.17",
|
||||
"gatsby-image": "^2.2.37",
|
||||
"gatsby-plugin-catch-links": "^2.1.21",
|
||||
"gatsby-plugin-feed": "^2.3.25",
|
||||
"gatsby-plugin-lunr": "^1.5.2",
|
||||
"gatsby-plugin-manifest": "^2.2.33",
|
||||
"gatsby-plugin-manifest": "^2.2.34",
|
||||
"gatsby-plugin-matomo": "^0.7.2",
|
||||
"gatsby-plugin-meta-redirect": "^1.1.1",
|
||||
"gatsby-plugin-offline": "^3.0.29",
|
||||
"gatsby-plugin-offline": "^3.0.30",
|
||||
"gatsby-plugin-react-helmet": "^3.1.18",
|
||||
"gatsby-plugin-sass": "^2.1.26",
|
||||
"gatsby-plugin-sharp": "^2.3.7",
|
||||
"gatsby-plugin-sharp": "^2.3.10",
|
||||
"gatsby-plugin-sitemap": "^2.2.24",
|
||||
"gatsby-plugin-svgr": "^2.0.2",
|
||||
"gatsby-plugin-typescript": "^2.1.23",
|
||||
@ -61,12 +61,13 @@
|
||||
"gatsby-redirect-from": "^0.2.1",
|
||||
"gatsby-remark-autolink-headers": "^2.1.21",
|
||||
"gatsby-remark-copy-linked-files": "^2.1.33",
|
||||
"gatsby-remark-images": "^3.1.38",
|
||||
"gatsby-remark-images": "^3.1.39",
|
||||
"gatsby-remark-images-medium-zoom": "^1.4.0",
|
||||
"gatsby-remark-smartypants": "^2.1.19",
|
||||
"gatsby-remark-vscode": "^1.4.0",
|
||||
"gatsby-source-filesystem": "^2.1.42",
|
||||
"gatsby-source-graphql": "^2.1.28",
|
||||
"gatsby-transformer-remark": "^2.6.42",
|
||||
"gatsby-source-filesystem": "^2.1.43",
|
||||
"gatsby-source-graphql": "^2.1.29",
|
||||
"gatsby-transformer-remark": "^2.6.45",
|
||||
"gatsby-transformer-sharp": "^2.3.9",
|
||||
"graphql": "^14.5.8",
|
||||
"intersection-observer": "^0.7.0",
|
||||
@ -87,34 +88,34 @@
|
||||
"use-dark-mode": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/node": "^7.7.4",
|
||||
"@babel/preset-env": "^7.7.4",
|
||||
"@babel/preset-typescript": "^7.7.4",
|
||||
"@svgr/webpack": "^5.0.0",
|
||||
"@babel/node": "^7.7.7",
|
||||
"@babel/preset-env": "^7.7.7",
|
||||
"@babel/preset-typescript": "^7.7.7",
|
||||
"@svgr/webpack": "^5.0.1",
|
||||
"@testing-library/jest-dom": "^4.2.3",
|
||||
"@testing-library/react": "^9.4.0",
|
||||
"@types/classnames": "^2.2.9",
|
||||
"@types/jest": "^24.0.21",
|
||||
"@types/jest": "^24.0.25",
|
||||
"@types/loadable__component": "^5.10.0",
|
||||
"@types/lunr": "^2.3.2",
|
||||
"@types/node": "^13.1.0",
|
||||
"@types/node": "^13.1.2",
|
||||
"@types/node-fetch": "^2.5.4",
|
||||
"@types/react": "^16.9.13",
|
||||
"@types/react": "^16.9.17",
|
||||
"@types/react-dom": "^16.9.3",
|
||||
"@types/react-helmet": "^5.0.14",
|
||||
"@types/react-transition-group": "^4.2.3",
|
||||
"@types/shortid": "0.0.29",
|
||||
"@typescript-eslint/eslint-plugin": "^2.9.0",
|
||||
"@typescript-eslint/parser": "^2.9.0",
|
||||
"@welldone-software/why-did-you-render": "^3.3.9",
|
||||
"@typescript-eslint/eslint-plugin": "^2.14.0",
|
||||
"@typescript-eslint/parser": "^2.14.0",
|
||||
"@welldone-software/why-did-you-render": "^3.5.0",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-jest": "^24.9.0",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-config-prettier": "^6.7.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-prettier": "^6.9.0",
|
||||
"eslint-loader": "^3.0.2",
|
||||
"eslint-plugin-graphql": "^3.1.0",
|
||||
"eslint-plugin-graphql": "^3.1.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
"eslint-plugin-prettier": "^3.1.1",
|
||||
"eslint-plugin-prettier": "^3.1.2",
|
||||
"eslint-plugin-react": "^7.17.0",
|
||||
"eslint-plugin-testing-library": "^1.3.4",
|
||||
"fs-extra": "^8.1.0",
|
||||
@ -129,13 +130,13 @@
|
||||
"prettier": "^1.19.1",
|
||||
"prettier-stylelint": "^0.4.2",
|
||||
"shortid": "^2.2.15",
|
||||
"stylelint": "^12.0.0",
|
||||
"stylelint": "^12.0.1",
|
||||
"stylelint-config-css-modules": "^2.1.0",
|
||||
"stylelint-config-prettier": "^8.0.0",
|
||||
"stylelint-config-standard": "^19.0.0",
|
||||
"stylelint-prettier": "^1.1.1",
|
||||
"stylelint-prettier": "^1.1.2",
|
||||
"ts-jest": "^24.2.0",
|
||||
"typescript": "^3.7.2"
|
||||
"typescript": "^3.7.4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -373,3 +373,7 @@ blockquote {
|
||||
@import 'code';
|
||||
@import 'buttons';
|
||||
@import 'alerts';
|
||||
|
||||
.dark .medium-zoom-overlay {
|
||||
background-color: $body-background-color--dark !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user