mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-23 02:10:01 +01:00
gatsby v2 stable 🎉
This commit is contained in:
parent
4e5a99fc70
commit
01b51b8b1a
44
package.json
44
package.json
@ -25,28 +25,28 @@
|
||||
"dms2dec": "^1.1.0",
|
||||
"fast-exif": "^1.0.1",
|
||||
"fraction.js": "^4.0.9",
|
||||
"gatsby": "^2.0.0-rc.25",
|
||||
"gatsby-awesome-pagination": "^0.1.1",
|
||||
"gatsby-image": "^2.0.0-rc.2",
|
||||
"gatsby-plugin-catch-links": "^2.0.2-rc.1",
|
||||
"gatsby-plugin-feed": "^1.3.25",
|
||||
"gatsby-plugin-lunr": "^1.1.0",
|
||||
"gatsby": "^2.0.0",
|
||||
"gatsby-awesome-pagination": "^0.2.1",
|
||||
"gatsby-image": "^2.0.5",
|
||||
"gatsby-plugin-catch-links": "^2.0.2",
|
||||
"gatsby-plugin-feed": "^2.0.5",
|
||||
"gatsby-plugin-lunr": "^1.2.0",
|
||||
"gatsby-plugin-matomo": "^0.5.0",
|
||||
"gatsby-plugin-meta-redirect": "^1.1.0",
|
||||
"gatsby-plugin-react-helmet": "^3.0.0-rc.1",
|
||||
"gatsby-plugin-sass": "^2.0.0-rc.2",
|
||||
"gatsby-plugin-sharp": "^2.0.0-rc.7",
|
||||
"gatsby-plugin-sitemap": "^2.0.0-rc.2",
|
||||
"gatsby-redirect-from": "0.1.0",
|
||||
"gatsby-remark-autolink-headers": "^2.0.0-rc.2",
|
||||
"gatsby-remark-copy-linked-files": "^2.0.0-rc.5",
|
||||
"gatsby-remark-images": "^2.0.1-rc.5",
|
||||
"gatsby-remark-prismjs": "^3.0.0-rc.2",
|
||||
"gatsby-remark-smartypants": "^2.0.0-rc.1",
|
||||
"gatsby-source-filesystem": "^2.0.1-rc.6",
|
||||
"gatsby-transformer-remark": "^2.1.1-rc.5",
|
||||
"gatsby-transformer-sharp": "^2.1.1-rc.3",
|
||||
"gatsby-transformer-yaml": "^2.1.1-rc.6",
|
||||
"gatsby-plugin-react-helmet": "^3.0.0",
|
||||
"gatsby-plugin-sass": "^2.0.1",
|
||||
"gatsby-plugin-sharp": "^2.0.5",
|
||||
"gatsby-plugin-sitemap": "^2.0.1",
|
||||
"gatsby-redirect-from": "^0.1.1",
|
||||
"gatsby-remark-autolink-headers": "^2.0.5",
|
||||
"gatsby-remark-copy-linked-files": "^2.0.5",
|
||||
"gatsby-remark-images": "^2.0.1",
|
||||
"gatsby-remark-prismjs": "^3.0.0",
|
||||
"gatsby-remark-smartypants": "^2.0.5",
|
||||
"gatsby-source-filesystem": "^2.0.1",
|
||||
"gatsby-transformer-remark": "^2.1.1",
|
||||
"gatsby-transformer-sharp": "^2.1.1",
|
||||
"gatsby-transformer-yaml": "^2.1.1",
|
||||
"graphql": "^0.13.2",
|
||||
"intersection-observer": "^0.5.0",
|
||||
"node-sass": "^4.9.3",
|
||||
@ -55,7 +55,7 @@
|
||||
"pigeon-marker": "^0.3.4",
|
||||
"prismjs": "^1.15.0",
|
||||
"react": "^16.5.1",
|
||||
"react-clipboard.js": "^2.0.0",
|
||||
"react-clipboard.js": "^2.0.1",
|
||||
"react-dom": "^16.5.1",
|
||||
"react-helmet": "^5.2.0",
|
||||
"react-modal": "^3.5.1",
|
||||
@ -65,7 +65,7 @@
|
||||
"slugify": "^1.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@svgr/cli": "^2.3.0",
|
||||
"@svgr/cli": "^2.4.1",
|
||||
"babel-eslint": "^9.0.0",
|
||||
"eslint": "^5.6.0",
|
||||
"eslint-config-prettier": "^3.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user