Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
- Closes #68.
- Closes #69.
- Closes #70.
- Closes #71.
- Closes #72.
- Closes #73.
- Closes #74.
- Closes #75.
- Closes #76.
- Closes #77.
- Closes #78.
- Closes #79.
  • Loading branch information
yamafaktory committed Mar 11, 2018
1 parent 3206300 commit e76ed61
Show file tree
Hide file tree
Showing 5 changed files with 687 additions and 694 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
build
/build
/node_modules
yarn-error.log
6 changes: 3 additions & 3 deletions config/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export default {
input: 'src/index.js',
output: {
file: 'build/app.js',
format: 'iife'
format: 'iife',
sourcemap: true
},
plugins: [
buble(),
Expand All @@ -30,6 +31,5 @@ export default {
browser: true,
main: true
})
],
sourcemap: true
]
}
8 changes: 0 additions & 8 deletions default.nix

This file was deleted.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@
"node": ">=6.0.0"
},
"dependencies": {
"react": "15.6.1",
"react-dom": "15.6.1"
"react": "16.2.0",
"react-dom": "16.2.0"
},
"devDependencies": {
"browser-sync": "2.18.13",
"npm-run-all": "4.1.1",
"rollup": "0.50.0",
"rollup-plugin-buble": "0.15.0",
"rollup-plugin-commonjs": "8.2.1",
"browser-sync": "2.23.6",
"npm-run-all": "4.1.2",
"rollup": "0.56.5",
"rollup-plugin-buble": "0.19.2",
"rollup-plugin-commonjs": "9.0.0",
"rollup-plugin-node-globals": "1.1.0",
"rollup-plugin-node-resolve": "3.0.0",
"rollup-plugin-node-resolve": "3.2.0",
"rollup-plugin-replace": "2.0.0",
"rollup-plugin-uglify": "2.0.1",
"rollup-plugin-uglify": "3.0.0",
"rollup-watch": "4.3.1",
"snazzy": "6.0.0",
"standard": "10.0.3"
"snazzy": "7.1.1",
"standard": "11.0.0"
},
"scripts": {
"prebuild": "npm run std --silent",
Expand All @@ -50,7 +50,7 @@
"preversion": "git pull && npm up && npm run std --silent",
"version": "npm run build && git add -A .",
"postversion": "git push --tags origin HEAD",
"browse": "browser-sync start --s --index 'html/index-dev.html' --files 'html/**/*.html, build/**/*.js' --no-notify",
"browse": "browser-sync start --s --ss build --index html/index-dev.html --files html/**/*.html,build/**/*.js --no-notify",
"start": "npm-run-all --parallel build:dev browse",
"std": "standard --verbose | snazzy",
"test": "npm run build:dev"
Expand Down
Loading

0 comments on commit e76ed61

Please # to comment.