mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
update to Gatsby v4
This commit is contained in:
parent
45f37334e8
commit
34d6efba80
3746
package-lock.json
generated
3746
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
@ -40,32 +40,32 @@
|
||||
"fast-exif": "^1.0.1",
|
||||
"feather-icons": "^4.28.0",
|
||||
"fraction.js": "^4.1.2",
|
||||
"gatsby": "^3.14.6",
|
||||
"gatsby-plugin-catch-links": "^3.12.0",
|
||||
"gatsby-plugin-feed": "^3.12.0",
|
||||
"gatsby-plugin-image": "^1.12.0",
|
||||
"gatsby": "^4.2.0",
|
||||
"gatsby-plugin-catch-links": "^4.2.0",
|
||||
"gatsby-plugin-feed": "^4.2.0",
|
||||
"gatsby-plugin-image": "^2.2.0",
|
||||
"gatsby-plugin-lunr": "^1.5.2",
|
||||
"gatsby-plugin-manifest": "^3.12.0",
|
||||
"gatsby-plugin-manifest": "^4.2.0",
|
||||
"gatsby-plugin-matomo": "^0.11.0",
|
||||
"gatsby-plugin-meta-redirect": "^1.1.1",
|
||||
"gatsby-plugin-offline": "^4.12.0",
|
||||
"gatsby-plugin-react-helmet": "^4.12.0",
|
||||
"gatsby-plugin-sharp": "^3.14.3",
|
||||
"gatsby-plugin-sitemap": "^4.8.0",
|
||||
"gatsby-plugin-offline": "^5.2.0",
|
||||
"gatsby-plugin-react-helmet": "^5.2.0",
|
||||
"gatsby-plugin-sharp": "^4.2.0",
|
||||
"gatsby-plugin-sitemap": "^5.2.0",
|
||||
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
||||
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.25",
|
||||
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.26",
|
||||
"gatsby-plugin-webpack-size": "^2.0.1",
|
||||
"gatsby-redirect-from": "^0.4.3",
|
||||
"gatsby-remark-autolink-headers": "^4.9.0",
|
||||
"gatsby-remark-copy-linked-files": "^4.9.0",
|
||||
"gatsby-remark-images": "^5.9.0",
|
||||
"gatsby-remark-autolink-headers": "^5.2.0",
|
||||
"gatsby-remark-copy-linked-files": "^5.2.0",
|
||||
"gatsby-remark-images": "^6.2.0",
|
||||
"gatsby-remark-images-medium-zoom": "^1.7.0",
|
||||
"gatsby-remark-smartypants": "^4.9.0",
|
||||
"gatsby-remark-smartypants": "^5.2.0",
|
||||
"gatsby-remark-vscode": "^3.3.0",
|
||||
"gatsby-source-filesystem": "^3.12.0",
|
||||
"gatsby-source-graphql": "^3.12.0",
|
||||
"gatsby-transformer-remark": "^4.9.0",
|
||||
"gatsby-transformer-sharp": "^3.12.0",
|
||||
"gatsby-source-filesystem": "^4.2.0",
|
||||
"gatsby-source-graphql": "^4.1.3",
|
||||
"gatsby-transformer-remark": "^5.2.0",
|
||||
"gatsby-transformer-sharp": "^4.2.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code",
|
||||
"pigeon-maps": "^0.19.7",
|
||||
|
@ -36,8 +36,8 @@
|
||||
.action {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: var(--spacer) calc(var(--spacer) * 1.5) var(--spacer)
|
||||
calc(var(--spacer) / 2);
|
||||
padding: var(--spacer) calc(var(--spacer) / 2) var(--spacer)
|
||||
calc(var(--spacer) * 1.5);
|
||||
position: relative;
|
||||
text-align: left;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user