1
0
mirror of https://github.com/kremalicious/gatsby-plugin-matomo.git synced 2024-12-22 09:13:19 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2018-12-05 20:19:10 +01:00
parent 2b268a1c6c
commit 0a5cc27f63
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -5,7 +5,7 @@
"author": "Matthias Kretschmann <m@kretschmann.io>",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__",
"start": "babel -w src --out-dir . --ignore __tests__",
"test": "eslint ./src/**/*.js",
"release": "npm run changelog && ./node_modules/release-it/bin/release-it.js --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"release-minor": "npm run changelog && ./node_modules/release-it/bin/release-it.js minor --src.tagName='v%s' --github.release --npm.publish --non-interactive",
@ -15,8 +15,8 @@
},
"dependencies": {
"babel-runtime": "^6.26.0",
"react": "^16.4.2",
"react-hot-loader": "^4.3.4"
"react": "^16.6.3",
"react-hot-loader": "^4.3.12"
},
"devDependencies": {
"babel-cli": "^6.26.0",