Skip to content

Commit

Permalink
chore: Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Jul 22, 2017
1 parent cb87bf0 commit c3049c2
Show file tree
Hide file tree
Showing 6 changed files with 100 additions and 28 deletions.
35 changes: 22 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"concurrently": "^3.5.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"eslint": "^4.2.0",
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.7.0",
"espree": "^3.4.3",
Expand All @@ -88,8 +88,8 @@
"semantic-release": "^6.3.6",
"semver": "^5.3.0",
"style-loader": "^0.18.2",
"validate-commit-msg": "^2.12.2",
"validate-commit-msg": "^2.13.0",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.5.1"
"webpack-dev-server": "^2.6.0"
}
}
77 changes: 70 additions & 7 deletions packages/backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"babel-eslint": "^7.2.3",
"body-parser": "^1.17.2",
"eslint": "^4.2.0",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-config-google": "^0.9.1",
"eslint-config-standard": "^10.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.23.0",
"codemirror": "^5.27.4",
"codemirror": "^5.28.0",
"matreshka": "^2.4.0",
"matreshka-binder-codemirror": "0.0.5"
}
Expand Down

0 comments on commit c3049c2

Please sign in to comment.