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

bump packages

This commit is contained in:
Matthias Kretschmann 2019-06-10 02:52:44 +02:00
parent 179e9d714f
commit 0293b8cfb1
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 11 additions and 12 deletions

View File

@ -2,7 +2,7 @@ version: '3'
services:
dev:
build: .
command: npm run dev
command: npm run start:docker
volumes:
- .:/portfolio
- /portfolio/node_modules

View File

@ -8,13 +8,13 @@
"license": "MIT",
"author": "Matthias Kretschmann <m@kretschmann.io>",
"scripts": {
"start": "./node_modules/gatsby/dist/bin/gatsby.js develop",
"start": "gatsby develop",
"start:docker": "gatsby develop --host 0.0.0.0",
"ssr": "npm run build && serve -s public/",
"lint:js": "eslint ./gatsby-*.js && eslint ./src/**/*.{js,jsx}",
"lint:css": "stylelint ./src/**/*.{css,scss}",
"lint": "npm run lint:js && npm run lint:css",
"build": "./node_modules/gatsby/dist/bin/gatsby.js build",
"dev": "./node_modules/gatsby/dist/bin/gatsby.js develop --host 0.0.0.0",
"build": "gatsby build",
"format": "prettier --write 'src/**/*.{js,jsx}'",
"format:css": "prettier-stylelint --write --quiet 'src/**/*.{css,scss}'",
"test": "npm run lint && jest --coverage",
@ -27,15 +27,15 @@
"axios": "^0.19.0",
"classnames": "^2.2.6",
"file-saver": "^2.0.1",
"gatsby": "^2.8.5",
"gatsby": "^2.8.6",
"gatsby-image": "^2.1.2",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-matomo": "^0.7.0",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-matomo": "^0.7.1",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.1.3",
"gatsby-plugin-sitemap": "^2.0.12",
"gatsby-plugin-sitemap": "^2.1.0",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-source-filesystem": "^2.0.38",
"gatsby-transformer-json": "^2.1.11",
@ -44,17 +44,14 @@
"giphy-js-sdk-core": "^1.0.6",
"graphql": "^14.3.1",
"intersection-observer": "^0.7.0",
"js-yaml": "^3.13.1",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-helmet": "^5.2.1",
"react-pose": "^4.0.8",
"remark": "^10.0.1",
"remark-html": "^9.0.0",
"remark-parse": "^6.0.3",
"suncalc": "^1.8.0",
"terser": "^4.0.0",
"vcf": "^2.0.4"
},
"devDependencies": {
@ -78,7 +75,9 @@
"jest": "^24.7.1",
"jest-canvas-mock": "^2.0.0",
"jest-dom": "^3.4.0",
"js-yaml": "^3.13.1",
"lighthousebot": "git+https://github.com/GoogleChromeLabs/lighthousebot.git",
"node-sass": "^4.12.0",
"ora": "^3.4.0",
"prepend": "^1.0.2",
"prettier": "^1.18.2",