mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
package updates
This commit is contained in:
parent
2e8d2e9714
commit
480ba0335e
@ -36,6 +36,7 @@ module.exports = {
|
||||
options: {
|
||||
excerpt_separator: '<!-- more -->',
|
||||
plugins: [
|
||||
'gatsby-remark-breaks',
|
||||
{
|
||||
resolve: 'gatsby-remark-images',
|
||||
options: {
|
||||
|
928
package-lock.json
generated
928
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
27
package.json
27
package.json
@ -29,7 +29,7 @@
|
||||
"not op_mini all"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ethersproject/providers": "^5.0.0-beta.154",
|
||||
"@ethersproject/providers": "^5.0.0-beta.155",
|
||||
"@ethersproject/units": "^5.0.0-beta.132",
|
||||
"@loadable/component": "^5.12.0",
|
||||
"@web3-react/core": "^6.0.7",
|
||||
@ -41,8 +41,8 @@
|
||||
"fast-exif": "^1.0.1",
|
||||
"feather-icons": "^4.26.0",
|
||||
"fraction.js": "^4.0.12",
|
||||
"gatsby": "^2.19.22",
|
||||
"gatsby-image": "^2.2.41",
|
||||
"gatsby": "^2.19.28",
|
||||
"gatsby-image": "^2.2.42",
|
||||
"gatsby-plugin-catch-links": "^2.1.26",
|
||||
"gatsby-plugin-feed": "^2.3.27",
|
||||
"gatsby-plugin-lunr": "^1.5.2",
|
||||
@ -55,25 +55,26 @@
|
||||
"gatsby-plugin-sharp": "^2.4.5",
|
||||
"gatsby-plugin-sitemap": "^2.2.27",
|
||||
"gatsby-plugin-svgr": "^2.0.2",
|
||||
"gatsby-plugin-typescript": "^2.1.27",
|
||||
"gatsby-plugin-typescript": "^2.2.0",
|
||||
"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.24",
|
||||
"gatsby-remark-breaks": "^1.0.0",
|
||||
"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.21",
|
||||
"gatsby-remark-vscode": "^2.0.2",
|
||||
"gatsby-remark-vscode": "^2.0.3",
|
||||
"gatsby-source-filesystem": "^2.1.48",
|
||||
"gatsby-source-graphql": "^2.1.33",
|
||||
"gatsby-transformer-remark": "^2.6.53",
|
||||
"gatsby-transformer-sharp": "^2.3.15",
|
||||
"gatsby-transformer-sharp": "^2.3.16",
|
||||
"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-maps": "^0.15.0",
|
||||
"pigeon-marker": "^0.3.4",
|
||||
"react": "^16.13.0",
|
||||
"react-clipboard.js": "^2.0.16",
|
||||
@ -85,12 +86,12 @@
|
||||
"react-transition-group": "^4.3.0",
|
||||
"remark": "^11.0.2",
|
||||
"remark-react": "^6.0.0",
|
||||
"slugify": "^1.3.6",
|
||||
"slugify": "^1.4.0",
|
||||
"use-dark-mode": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/node": "^7.8.4",
|
||||
"@babel/preset-env": "^7.8.4",
|
||||
"@babel/preset-env": "^7.8.6",
|
||||
"@babel/preset-typescript": "^7.8.3",
|
||||
"@svgr/webpack": "^5.2.0",
|
||||
"@testing-library/jest-dom": "^5.1.1",
|
||||
@ -99,15 +100,15 @@
|
||||
"@types/jest": "^25.1.3",
|
||||
"@types/loadable__component": "^5.10.0",
|
||||
"@types/lunr": "^2.3.2",
|
||||
"@types/node": "^13.7.6",
|
||||
"@types/node": "^13.7.7",
|
||||
"@types/node-fetch": "^2.5.5",
|
||||
"@types/react": "^16.9.23",
|
||||
"@types/react-dom": "^16.9.5",
|
||||
"@types/react-helmet": "^5.0.15",
|
||||
"@types/react-transition-group": "^4.2.4",
|
||||
"@types/shortid": "0.0.29",
|
||||
"@typescript-eslint/eslint-plugin": "^2.21.0",
|
||||
"@typescript-eslint/parser": "^2.21.0",
|
||||
"@typescript-eslint/eslint-plugin": "^2.22.0",
|
||||
"@typescript-eslint/parser": "^2.22.0",
|
||||
"@welldone-software/why-did-you-render": "^4.0.5",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-jest": "^25.1.0",
|
||||
@ -137,7 +138,7 @@
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"stylelint-prettier": "^1.1.2",
|
||||
"ts-jest": "^25.2.1",
|
||||
"typescript": "^3.8.2"
|
||||
"typescript": "^3.8.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -17,6 +17,7 @@ body {
|
||||
|
||||
html {
|
||||
font-size: $font-size-root;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
|
Loading…
Reference in New Issue
Block a user