mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
eac99b2e4b
@ -15,7 +15,8 @@ module.exports = {
|
||||
'node_modules/(?!(gatsby)/)'
|
||||
],
|
||||
globals: {
|
||||
__PATH_PREFIX__: ''
|
||||
__PATH_PREFIX__: '',
|
||||
__BASE_PATH__: '',
|
||||
},
|
||||
setupFiles: ['<rootDir>/jest/loadershim.js']
|
||||
};
|
||||
|
50
package.json
50
package.json
@ -41,33 +41,33 @@
|
||||
"bluebird": "^3.7.2",
|
||||
"classnames": "^2.2.6",
|
||||
"codecov": "^3.7.0",
|
||||
"gatsby": "^2.20.12",
|
||||
"gatsby-link": "^2.3.2",
|
||||
"gatsby-plugin-catch-links": "^2.2.1",
|
||||
"gatsby-plugin-feed": "^2.4.1",
|
||||
"gatsby-plugin-flow": "^1.2.1",
|
||||
"gatsby-plugin-google-gtag": "^2.0.0",
|
||||
"gatsby-plugin-manifest": "^2.3.3",
|
||||
"gatsby-plugin-netlify": "^2.2.1",
|
||||
"gatsby-plugin-netlify-cms": "^4.2.2",
|
||||
"gatsby-plugin-offline": "^3.1.2",
|
||||
"gatsby": "^2.23.22",
|
||||
"gatsby-link": "^2.4.11",
|
||||
"gatsby-plugin-catch-links": "^2.3.10",
|
||||
"gatsby-plugin-feed": "^2.5.10",
|
||||
"gatsby-plugin-flow": "^1.3.10",
|
||||
"gatsby-plugin-google-gtag": "^2.1.9",
|
||||
"gatsby-plugin-manifest": "^2.4.17",
|
||||
"gatsby-plugin-netlify": "^2.3.10",
|
||||
"gatsby-plugin-netlify-cms": "^4.3.10",
|
||||
"gatsby-plugin-offline": "^3.2.16",
|
||||
"gatsby-plugin-optimize-svgs": "^1.0.4",
|
||||
"gatsby-plugin-react-helmet": "^3.2.1",
|
||||
"gatsby-plugin-sass": "^2.2.1",
|
||||
"gatsby-plugin-sharp": "^2.5.4",
|
||||
"gatsby-plugin-sitemap": "^2.3.1",
|
||||
"gatsby-remark-autolink-headers": "^2.2.1",
|
||||
"gatsby-remark-copy-linked-files": "^2.2.1",
|
||||
"gatsby-plugin-react-helmet": "^3.3.9",
|
||||
"gatsby-plugin-sass": "^2.3.10",
|
||||
"gatsby-plugin-sharp": "^2.6.18",
|
||||
"gatsby-plugin-sitemap": "^2.4.10",
|
||||
"gatsby-remark-autolink-headers": "^2.3.10",
|
||||
"gatsby-remark-copy-linked-files": "^2.3.10",
|
||||
"gatsby-remark-external-links": "0.0.4",
|
||||
"gatsby-remark-images": "^3.2.2",
|
||||
"gatsby-remark-katex": "^3.2.1",
|
||||
"gatsby-remark-prismjs": "^3.4.1",
|
||||
"gatsby-remark-images": "^3.3.17",
|
||||
"gatsby-remark-katex": "^3.3.9",
|
||||
"gatsby-remark-prismjs": "^3.5.9",
|
||||
"gatsby-remark-relative-images": "^0.3.0",
|
||||
"gatsby-remark-responsive-iframe": "^2.3.1",
|
||||
"gatsby-remark-smartypants": "^2.2.1",
|
||||
"gatsby-source-filesystem": "^2.2.2",
|
||||
"gatsby-transformer-remark": "^2.7.1",
|
||||
"gatsby-transformer-sharp": "^2.4.4",
|
||||
"gatsby-remark-responsive-iframe": "^2.4.10",
|
||||
"gatsby-remark-smartypants": "^2.3.9",
|
||||
"gatsby-source-filesystem": "^2.3.18",
|
||||
"gatsby-transformer-remark": "^2.8.23",
|
||||
"gatsby-transformer-sharp": "^2.5.10",
|
||||
"invariant": "^2.2.4",
|
||||
"katex": "^0.11.1",
|
||||
"lodash": "^4.17.15",
|
||||
@ -92,7 +92,7 @@
|
||||
"babel-core": "7.0.0-bridge.0",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-jest": "26.1.0",
|
||||
"babel-preset-gatsby": "0.3.1",
|
||||
"babel-preset-gatsby": "0.5.1",
|
||||
"browserslist": "4.13.0",
|
||||
"concurrently": "5.2.0",
|
||||
"eslint": "7.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user