1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-12-22 17:23:50 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2019-10-23 11:34:50 +02:00
parent 8188f34f70
commit f50cede2c2
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 15 additions and 14 deletions

View File

@ -1,6 +1,7 @@
dist: xenial dist: xenial
language: node_js language: node_js
node_js: node node_js:
- '12'
git: git:
depth: 10 depth: 10

View File

@ -31,14 +31,14 @@
], ],
"dependencies": { "dependencies": {
"classnames": "^2.2.6", "classnames": "^2.2.6",
"date-fns": "^2.4.1", "date-fns": "^2.6.0",
"dms2dec": "^1.1.0", "dms2dec": "^1.1.0",
"fast-exif": "^1.0.1", "fast-exif": "^1.0.1",
"fraction.js": "^4.0.12", "fraction.js": "^4.0.12",
"gatsby": "^2.16.1", "gatsby": "^2.17.1",
"gatsby-image": "^2.2.29", "gatsby-image": "^2.2.29",
"gatsby-plugin-catch-links": "^2.1.15", "gatsby-plugin-catch-links": "^2.1.15",
"gatsby-plugin-feed": "^2.3.18", "gatsby-plugin-feed": "^2.3.19",
"gatsby-plugin-lunr": "^1.5.2", "gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^2.2.23", "gatsby-plugin-manifest": "^2.2.23",
"gatsby-plugin-matomo": "^0.7.2", "gatsby-plugin-matomo": "^0.7.2",
@ -46,7 +46,7 @@
"gatsby-plugin-offline": "^3.0.16", "gatsby-plugin-offline": "^3.0.16",
"gatsby-plugin-react-helmet": "^3.1.13", "gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sass": "^2.1.20", "gatsby-plugin-sass": "^2.1.20",
"gatsby-plugin-sharp": "^2.2.31", "gatsby-plugin-sharp": "^2.2.32",
"gatsby-plugin-sitemap": "^2.2.19", "gatsby-plugin-sitemap": "^2.2.19",
"gatsby-plugin-svgr": "^2.0.2", "gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-typescript": "^2.1.15", "gatsby-plugin-typescript": "^2.1.15",
@ -61,17 +61,17 @@
"gatsby-source-filesystem": "^2.1.33", "gatsby-source-filesystem": "^2.1.33",
"gatsby-source-graphql": "^2.1.20", "gatsby-source-graphql": "^2.1.20",
"gatsby-transformer-remark": "^2.6.30", "gatsby-transformer-remark": "^2.6.30",
"gatsby-transformer-sharp": "^2.2.23", "gatsby-transformer-sharp": "^2.3.0",
"graphql": "^14.5.8", "graphql": "^14.5.8",
"intersection-observer": "^0.7.0", "intersection-observer": "^0.7.0",
"js-scrypt": "^0.2.0", "js-scrypt": "^0.2.0",
"load-script": "^1.0.0", "load-script": "^1.0.0",
"pigeon-maps": "^0.14.0", "pigeon-maps": "^0.14.0",
"pigeon-marker": "^0.3.4", "pigeon-marker": "^0.3.4",
"react": "^16.10.2", "react": "^16.11.0",
"react-blockies": "^1.4.1", "react-blockies": "^1.4.1",
"react-clipboard.js": "^2.0.13", "react-clipboard.js": "^2.0.13",
"react-dom": "^16.10.2", "react-dom": "^16.11.0",
"react-helmet": "^5.2.1", "react-helmet": "^5.2.1",
"react-modal": "^3.10.1", "react-modal": "^3.10.1",
"react-pose": "^4.0.9", "react-pose": "^4.0.9",
@ -93,16 +93,16 @@
"@types/classnames": "^2.2.9", "@types/classnames": "^2.2.9",
"@types/jest": "^24.0.19", "@types/jest": "^24.0.19",
"@types/lunr": "^2.3.2", "@types/lunr": "^2.3.2",
"@types/node": "^12.7.12", "@types/node": "^12.11.5",
"@types/react": "^16.9.6", "@types/react": "^16.9.9",
"@types/react-dom": "^16.9.2", "@types/react-dom": "^16.9.2",
"@types/react-helmet": "^5.0.11", "@types/react-helmet": "^5.0.13",
"@types/react-modal": "^3.8.3", "@types/react-modal": "^3.10.0",
"@types/react-transition-group": "^4.2.3", "@types/react-transition-group": "^4.2.3",
"@types/shortid": "0.0.29", "@types/shortid": "0.0.29",
"@types/web3": "^1.0.20", "@types/web3": "^1.0.20",
"@typescript-eslint/eslint-plugin": "^2.4.0", "@typescript-eslint/eslint-plugin": "^2.5.0",
"@typescript-eslint/parser": "^2.4.0", "@typescript-eslint/parser": "^2.5.0",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0", "babel-jest": "^24.9.0",
"eslint": "^6.5.1", "eslint": "^6.5.1",