1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 18:35:00 +01:00

package updates

* closes #172
* closes #173
* closes #174
This commit is contained in:
Matthias Kretschmann 2019-10-23 13:20:31 +02:00
parent 05947fc76c
commit 6376667777
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 38 additions and 32 deletions

View File

@ -1,6 +1,7 @@
dist: xenial dist: xenial
language: node_js language: node_js
node_js: node node_js:
- '12'
cache: cache:
npm: true npm: true
@ -15,11 +16,11 @@ before_install:
before_script: before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter - chmod +x ./cc-test-reporter
- "./cc-test-reporter before-build" - './cc-test-reporter before-build'
script: script:
- npm test - npm test
- "./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT" - './cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT'
- npm run build - npm run build
after_success: after_success:
@ -32,8 +33,8 @@ notifications:
email: false email: false
slack: slack:
template: template:
- "%{branch} *%{result}* build (<%{build_url}|#%{build_number}>) for <%{compare_url}|%{commit}>" - '%{branch} *%{result}* build (<%{build_url}|#%{build_number}>) for <%{compare_url}|%{commit}>'
- "Execution time: *%{duration}*" - 'Execution time: *%{duration}*'
- "Message: %{message}" - 'Message: %{message}'
rooms: rooms:
- secure: r6kVJw3zS4raTXgeBEYZYO/5YawnLoi1vO4zG3obhcNFRLm9FxlzuXfulFhjQA4viPQUW07m5UGud4bPTrDIAE35GUcLRlyisH/odahgsrmqLrBvz9CB+/V5WrEsCGpE9G3I/y5JGSRavjs+5qfVqJZaAI9Ox7bCcw+Msa5r/p7/yJw5di4EzgNLFWQswyio0zeOdjtCYgqpngWtLGpn0ksSwqNyqp/kntoHSz4nDdO/6GWS1q5K9mOfGMXr/wwiYuQrgDPpygRWETy9F8qh9yH2cseJmCZaXvSTSU1L9yV01qrBP5zDTTM2jPUGMQKY4JBoxFtU29G1BLWGAgMW9ymKe9V+f8FgbirZ+O1Vp87QAZPJXx5kO+pgqBtGewoYfp0k9HJ5xQAhr83l82w8BAEHVS3G/Y7cKKK9QNH9Z6gpdx6Y3s9YkpGqkv79MRvZo0tJV+XTOldCCfUFVxXXuZofuswWGUgt2h9qNoFY+AZc0G1TV/XVDHbDm32JNiGkuk+uO83HT9VI7G5PRWNcD8kP7ZS6XThiU2qOGr4OPGggmpFpJ7Yqc3LNFOjhFunKSzGOrZrc0GLZAbAR7qHkWNpiqQQ/RSpfnXfbPlAIJY6w5Vuzh9KhIIPkbWdP89Bc2Kw+W+ACFjStO7s298/8dty44EvJ2TS9CCjOhYtgaxk= - secure: r6kVJw3zS4raTXgeBEYZYO/5YawnLoi1vO4zG3obhcNFRLm9FxlzuXfulFhjQA4viPQUW07m5UGud4bPTrDIAE35GUcLRlyisH/odahgsrmqLrBvz9CB+/V5WrEsCGpE9G3I/y5JGSRavjs+5qfVqJZaAI9Ox7bCcw+Msa5r/p7/yJw5di4EzgNLFWQswyio0zeOdjtCYgqpngWtLGpn0ksSwqNyqp/kntoHSz4nDdO/6GWS1q5K9mOfGMXr/wwiYuQrgDPpygRWETy9F8qh9yH2cseJmCZaXvSTSU1L9yV01qrBP5zDTTM2jPUGMQKY4JBoxFtU29G1BLWGAgMW9ymKe9V+f8FgbirZ+O1Vp87QAZPJXx5kO+pgqBtGewoYfp0k9HJ5xQAhr83l82w8BAEHVS3G/Y7cKKK9QNH9Z6gpdx6Y3s9YkpGqkv79MRvZo0tJV+XTOldCCfUFVxXXuZofuswWGUgt2h9qNoFY+AZc0G1TV/XVDHbDm32JNiGkuk+uO83HT9VI7G5PRWNcD8kP7ZS6XThiU2qOGr4OPGggmpFpJ7Yqc3LNFOjhFunKSzGOrZrc0GLZAbAR7qHkWNpiqQQ/RSpfnXfbPlAIJY6w5Vuzh9KhIIPkbWdP89Bc2Kw+W+ACFjStO7s298/8dty44EvJ2TS9CCjOhYtgaxk=

View File

@ -82,6 +82,7 @@ module.exports = {
'gatsby-transformer-sharp', 'gatsby-transformer-sharp',
'gatsby-plugin-sharp', 'gatsby-plugin-sharp',
'gatsby-plugin-sitemap', 'gatsby-plugin-sitemap',
'gatsby-plugin-offline' 'gatsby-plugin-offline',
'gatsby-plugin-webpack-size'
] ]
} }

View File

@ -27,44 +27,45 @@
"axios": "^0.19.0", "axios": "^0.19.0",
"classnames": "^2.2.6", "classnames": "^2.2.6",
"file-saver": "^2.0.2", "file-saver": "^2.0.2",
"gatsby": "^2.15.29", "gatsby": "^2.17.1",
"gatsby-image": "^2.2.24", "gatsby-image": "^2.2.29",
"gatsby-plugin-manifest": "^2.2.20", "gatsby-plugin-manifest": "^2.2.23",
"gatsby-plugin-matomo": "^0.7.2", "gatsby-plugin-matomo": "^0.7.2",
"gatsby-plugin-offline": "^3.0.11", "gatsby-plugin-offline": "^3.0.16",
"gatsby-plugin-react-helmet": "^3.1.10", "gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sass": "^2.1.17", "gatsby-plugin-sass": "^2.1.20",
"gatsby-plugin-sharp": "^2.2.28", "gatsby-plugin-sharp": "^2.2.32",
"gatsby-plugin-sitemap": "^2.2.16", "gatsby-plugin-sitemap": "^2.2.19",
"gatsby-plugin-svgr": "^2.0.2", "gatsby-plugin-svgr": "^2.0.2",
"gatsby-source-filesystem": "^2.1.29", "gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-transformer-json": "^2.2.12", "gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-sharp": "^2.2.20", "gatsby-transformer-json": "^2.2.15",
"gatsby-transformer-yaml": "^2.2.12", "gatsby-transformer-sharp": "^2.3.0",
"gatsby-transformer-yaml": "^2.2.15",
"giphy-js-sdk-core": "^1.0.6", "giphy-js-sdk-core": "^1.0.6",
"graphql": "^14.5.8", "graphql": "^14.5.8",
"intersection-observer": "^0.7.0", "intersection-observer": "^0.7.0",
"react": "^16.10.2", "react": "^16.11.0",
"react-dom": "^16.10.2", "react-dom": "^16.11.0",
"react-helmet": "^5.2.1", "react-helmet": "^5.2.1",
"react-pose": "^4.0.8", "react-pose": "^4.0.9",
"remark": "^11.0.1", "remark": "^11.0.1",
"remark-html": "^10.0.0", "remark-html": "^10.0.0",
"remark-parse": "^7.0.1", "remark-parse": "^7.0.1",
"suncalc": "^1.8.0", "suncalc": "^1.8.0",
"vcf": "^2.0.5" "vcf": "^2.0.6"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.6.2", "@babel/core": "^7.6.4",
"@babel/node": "^7.6.2", "@babel/node": "^7.6.3",
"@babel/preset-env": "^7.6.2", "@babel/preset-env": "^7.6.3",
"@react-mock/localstorage": "^0.1.2", "@react-mock/localstorage": "^0.1.2",
"@svgr/webpack": "^4.3.3", "@svgr/webpack": "^4.3.3",
"@testing-library/jest-dom": "^4.1.0", "@testing-library/jest-dom": "^4.1.2",
"@testing-library/react": "^9.3.0", "@testing-library/react": "^9.3.0",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0", "babel-jest": "^24.9.0",
"babel-preset-gatsby": "^0.2.17", "babel-preset-gatsby": "^0.2.20",
"chalk": "^2.4.2", "chalk": "^2.4.2",
"eslint": "^6.5.1", "eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0", "eslint-config-prettier": "^6.4.0",
@ -72,10 +73,10 @@
"eslint-plugin-graphql": "^3.1.0", "eslint-plugin-graphql": "^3.1.0",
"eslint-plugin-prettier": "^3.1.1", "eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0", "eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.1.2", "eslint-plugin-react-hooks": "^2.2.0",
"identity-obj-proxy": "^3.0.0", "identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0", "jest": "^24.9.0",
"jest-canvas-mock": "^2.1.1", "jest-canvas-mock": "^2.1.2",
"js-yaml": "^3.13.1", "js-yaml": "^3.13.1",
"lighthousebot": "git+https://github.com/GoogleChromeLabs/lighthousebot.git", "lighthousebot": "git+https://github.com/GoogleChromeLabs/lighthousebot.git",
"node-sass": "^4.12.0", "node-sass": "^4.12.0",
@ -84,12 +85,15 @@
"prettier": "^1.18.2", "prettier": "^1.18.2",
"prettier-stylelint": "^0.4.2", "prettier-stylelint": "^0.4.2",
"slugify": "^1.3.5", "slugify": "^1.3.5",
"stylelint": "^11.0.0", "stylelint": "^11.1.1",
"stylelint-config-css-modules": "^1.5.0", "stylelint-config-css-modules": "^1.5.0",
"stylelint-config-standard": "^19.0.0", "stylelint-config-standard": "^19.0.0",
"why-did-you-update": "^1.0.6" "why-did-you-update": "^1.0.6"
}, },
"browserslist": [ "browserslist": [
"defaults" ">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
] ]
} }