1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 17:23:22 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2020-02-09 23:34:00 +01:00
parent cd9fe14ba1
commit ffa7259b75
Signed by: m
GPG Key ID: 606EEEF3C479A91F
6 changed files with 2816 additions and 7435 deletions

10200
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,22 +25,22 @@
"@loadable/component": "^5.12.0",
"axios": "^0.19.2",
"file-saver": "^2.0.2",
"gatsby": "^2.19.10",
"gatsby-image": "^2.2.39",
"gatsby-plugin-manifest": "^2.2.40",
"gatsby": "^2.19.12",
"gatsby-image": "^2.2.40",
"gatsby-plugin-manifest": "^2.2.41",
"gatsby-plugin-matomo": "^0.7.2",
"gatsby-plugin-offline": "^3.0.33",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sass": "^2.1.27",
"gatsby-plugin-sharp": "^2.4.4",
"gatsby-plugin-sitemap": "^2.2.26",
"gatsby-plugin-offline": "^3.0.34",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-sass": "^2.1.28",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-source-filesystem": "^2.1.47",
"gatsby-transformer-json": "^2.2.25",
"gatsby-transformer-sharp": "^2.3.13",
"gatsby-transformer-yaml": "^2.2.23",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-transformer-json": "^2.2.26",
"gatsby-transformer-sharp": "^2.3.14",
"gatsby-transformer-yaml": "^2.2.24",
"giphy-js-sdk-core": "^1.0.6",
"graphql": "^14.6.0",
"intersection-observer": "^0.7.0",
@ -64,21 +64,21 @@
"@babel/preset-env": "^7.8.4",
"@react-mock/localstorage": "^0.1.2",
"@svgr/webpack": "^5.1.0",
"@testing-library/jest-dom": "^5.0.0",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.4.0",
"@welldone-software/why-did-you-render": "^4.0.0",
"@welldone-software/why-did-you-render": "^4.0.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"babel-preset-gatsby": "^0.2.27",
"babel-preset-gatsby": "^0.2.28",
"chalk": "^3.0.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-graphql": "^3.1.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-testing-library": "^2.0.0",
"eslint-plugin-testing-library": "^2.2.1",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.1.0",
@ -90,9 +90,9 @@
"prettier": "^1.19.1",
"prettier-stylelint": "^0.4.2",
"slugify": "^1.3.6",
"stylelint": "^13.0.0",
"stylelint": "^13.1.0",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-standard": "^19.0.0"
"stylelint-config-standard": "^20.0.0"
},
"browserslist": [
">0.2%",

View File

@ -27,5 +27,5 @@
}
.title {
composes: metaTitle from '../../templates/Project.module.scss';
composes: metatitle from '../../templates/Project.module.scss';
}

View File

@ -28,5 +28,5 @@
}
.title {
composes: metaTitle from '../../templates/Project.module.scss';
composes: metatitle from '../../templates/Project.module.scss';
}

View File

@ -49,14 +49,15 @@ $line-height: 1.5;
$line-height-small: 1.1428571429;
$font-family-base: 'ff-tisa-sans-web-pro', 'Trebuchet MS', 'Helvetica Neue',
Helvetica, Arial, sans-serif;
'Helvetica', 'Arial', 'sans-serif';
$font-weight-base: 400;
$font-color-base: $text-color;
$font-family-monospace: Menlo, Monaco, Consolas, 'Courier New', monospace;
$font-family-monospace: 'Menlo', 'Monaco', 'Consolas', 'Courier New',
'monospace';
$font-family-headings: 'brandon-grotesque', 'Avenir Next', 'Helvetica Neue',
Helvetica, Arial, sans-serif;
'Helvetica', 'Arial', 'sans-serif';
$font-weight-headings: 400;
$line-height-headings: 1.1;

View File

@ -35,7 +35,7 @@
}
}
.metaTitle {
.metatitle {
font-size: $font-size-h3;
margin-bottom: $spacer * 1.5;