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
291ad9fc00
commit
d1a332da8a
@ -70,14 +70,9 @@ module.exports = {
|
||||
// https://github.com/andrewbranch/gatsby-remark-vscode
|
||||
resolve: 'gatsby-remark-vscode',
|
||||
options: {
|
||||
colorTheme: 'Nord',
|
||||
theme: 'Nord',
|
||||
injectStyles: false,
|
||||
extensions: [
|
||||
{
|
||||
identifier: 'arcticicestudio.nord-visual-studio-code',
|
||||
version: '0.10.0'
|
||||
}
|
||||
],
|
||||
extensions: ['nord-visual-studio-code'],
|
||||
languageAliases: {}
|
||||
}
|
||||
}
|
||||
|
5025
package-lock.json
generated
5025
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
69
package.json
69
package.json
@ -29,49 +29,50 @@
|
||||
"not op_mini all"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ethersproject/providers": "^5.0.0-beta.151",
|
||||
"@ethersproject/providers": "^5.0.0-beta.152",
|
||||
"@ethersproject/units": "^5.0.0-beta.132",
|
||||
"@loadable/component": "^5.12.0",
|
||||
"@web3-react/core": "^6.0.6",
|
||||
"@web3-react/injected-connector": "^6.0.3",
|
||||
"@web3-react/core": "^6.0.7",
|
||||
"@web3-react/injected-connector": "^6.0.7",
|
||||
"classnames": "^2.2.6",
|
||||
"date-fns": "^2.9.0",
|
||||
"dms2dec": "^1.1.0",
|
||||
"ethereum-blockies": "github:MyEtherWallet/blockies",
|
||||
"fast-exif": "^1.0.1",
|
||||
"feather-icons": "^4.25.0",
|
||||
"feather-icons": "^4.26.0",
|
||||
"fraction.js": "^4.0.12",
|
||||
"gatsby": "^2.19.10",
|
||||
"gatsby-image": "^2.2.39",
|
||||
"gatsby-plugin-catch-links": "^2.1.24",
|
||||
"gatsby-plugin-feed": "^2.3.26",
|
||||
"gatsby": "^2.19.12",
|
||||
"gatsby-image": "^2.2.40",
|
||||
"gatsby-plugin-catch-links": "^2.1.25",
|
||||
"gatsby-plugin-feed": "^2.3.27",
|
||||
"gatsby-plugin-lunr": "^1.5.2",
|
||||
"gatsby-plugin-manifest": "^2.2.40",
|
||||
"gatsby-plugin-manifest": "^2.2.41",
|
||||
"gatsby-plugin-matomo": "^0.7.2",
|
||||
"gatsby-plugin-meta-redirect": "^1.1.1",
|
||||
"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-typescript": "^2.1.26",
|
||||
"gatsby-plugin-typescript": "^2.1.27",
|
||||
"gatsby-plugin-use-dark-mode": "^1.1.2",
|
||||
"gatsby-plugin-webpack-size": "^1.0.0",
|
||||
"gatsby-redirect-from": "^0.2.1",
|
||||
"gatsby-remark-autolink-headers": "^2.1.23",
|
||||
"gatsby-remark-copy-linked-files": "^2.1.36",
|
||||
"gatsby-remark-images": "^3.1.43",
|
||||
"gatsby-remark-autolink-headers": "^2.1.24",
|
||||
"gatsby-remark-copy-linked-files": "^2.1.37",
|
||||
"gatsby-remark-images": "^3.1.44",
|
||||
"gatsby-remark-images-medium-zoom": "^1.4.0",
|
||||
"gatsby-remark-smartypants": "^2.1.20",
|
||||
"gatsby-remark-vscode": "^1.4.0",
|
||||
"gatsby-source-filesystem": "^2.1.47",
|
||||
"gatsby-source-graphql": "^2.1.32",
|
||||
"gatsby-transformer-remark": "^2.6.49",
|
||||
"gatsby-transformer-sharp": "^2.3.13",
|
||||
"gatsby-remark-smartypants": "^2.1.21",
|
||||
"gatsby-remark-vscode": "^2.0.1",
|
||||
"gatsby-source-filesystem": "^2.1.48",
|
||||
"gatsby-source-graphql": "^2.1.33",
|
||||
"gatsby-transformer-remark": "^2.6.50",
|
||||
"gatsby-transformer-sharp": "^2.3.14",
|
||||
"graphql": "^14.6.0",
|
||||
"intersection-observer": "^0.7.0",
|
||||
"node-fetch": "^2.6.0",
|
||||
"nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code",
|
||||
"pigeon-maps": "^0.14.0",
|
||||
"pigeon-marker": "^0.3.4",
|
||||
"react": "^16.12.0",
|
||||
@ -92,10 +93,10 @@
|
||||
"@babel/preset-env": "^7.8.4",
|
||||
"@babel/preset-typescript": "^7.8.3",
|
||||
"@svgr/webpack": "^5.1.0",
|
||||
"@testing-library/jest-dom": "^5.1.0",
|
||||
"@testing-library/jest-dom": "^5.1.1",
|
||||
"@testing-library/react": "^9.4.0",
|
||||
"@types/classnames": "^2.2.9",
|
||||
"@types/jest": "^25.1.0",
|
||||
"@types/jest": "^25.1.2",
|
||||
"@types/loadable__component": "^5.10.0",
|
||||
"@types/lunr": "^2.3.2",
|
||||
"@types/node": "^13.7.0",
|
||||
@ -105,9 +106,9 @@
|
||||
"@types/react-helmet": "^5.0.15",
|
||||
"@types/react-transition-group": "^4.2.3",
|
||||
"@types/shortid": "0.0.29",
|
||||
"@typescript-eslint/eslint-plugin": "^2.18.0",
|
||||
"@typescript-eslint/parser": "^2.18.0",
|
||||
"@welldone-software/why-did-you-render": "^4.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^2.19.0",
|
||||
"@typescript-eslint/parser": "^2.19.0",
|
||||
"@welldone-software/why-did-you-render": "^4.0.3",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-jest": "^25.1.0",
|
||||
"eslint": "^6.8.0",
|
||||
@ -116,8 +117,8 @@
|
||||
"eslint-plugin-graphql": "^3.1.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
"eslint-plugin-prettier": "^3.1.2",
|
||||
"eslint-plugin-react": "^7.18.0",
|
||||
"eslint-plugin-testing-library": "^2.0.0",
|
||||
"eslint-plugin-react": "^7.18.3",
|
||||
"eslint-plugin-testing-library": "^2.2.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
@ -130,12 +131,12 @@
|
||||
"prettier": "^1.19.1",
|
||||
"prettier-stylelint": "^0.4.2",
|
||||
"shortid": "^2.2.15",
|
||||
"stylelint": "^13.0.0",
|
||||
"stylelint": "^13.1.0",
|
||||
"stylelint-config-css-modules": "^2.2.0",
|
||||
"stylelint-config-prettier": "^8.0.1",
|
||||
"stylelint-config-standard": "^19.0.0",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"stylelint-prettier": "^1.1.2",
|
||||
"ts-jest": "^25.1.0",
|
||||
"ts-jest": "^25.2.0",
|
||||
"typescript": "^3.7.5"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -101,7 +101,7 @@ pre[data-language='bash'] {
|
||||
content: 'bash';
|
||||
}
|
||||
|
||||
.vscode-highlight-line:only-child {
|
||||
.grvsc-line:only-child {
|
||||
padding-left: 0.5rem;
|
||||
display: block;
|
||||
|
||||
|
@ -57,17 +57,17 @@ $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-family-monospace: 'Fira Code', 'Fira Mono', Menlo, Monaco, Consolas,
|
||||
'Courier New', monospace;
|
||||
$font-family-monospace: 'Fira Code', 'Fira Mono', 'Menlo', 'Monaco', 'Consolas',
|
||||
'Courier New', 'monospace';
|
||||
|
||||
// Headings
|
||||
/////////////////////////////////////
|
||||
|
||||
$font-family-headings: 'brandon-grotesque', 'Avenir Next', 'Helvetica Neue',
|
||||
Helvetica, Arial, sans-serif;
|
||||
'Helvetica', 'Arial', 'sans-serif';
|
||||
$font-weight-headings: 700;
|
||||
$line-height-headings: 1.1;
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
@import 'variables';
|
||||
|
||||
.pageTitle {
|
||||
composes: archiveTitle from '../templates/Posts.module.scss';
|
||||
composes: archivetitle from '../templates/Posts.module.scss';
|
||||
margin-bottom: $spacer * 2;
|
||||
}
|
||||
|
@ -19,7 +19,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.archiveTitle {
|
||||
.archivetitle {
|
||||
@include divider;
|
||||
|
||||
font-size: $font-size-h3;
|
||||
@ -35,5 +35,5 @@
|
||||
}
|
||||
|
||||
.paginationTitle {
|
||||
composes: archiveTitle;
|
||||
composes: archivetitle;
|
||||
}
|
||||
|
@ -72,7 +72,7 @@ export default function Posts({
|
||||
<SEO />
|
||||
{location.pathname === '/' && <Featured />}
|
||||
{tag && (
|
||||
<h1 className={styles.archiveTitle}>
|
||||
<h1 className={styles.archivetitle}>
|
||||
<span>#</span>
|
||||
{tag}
|
||||
</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user