Skip to content

Commit d32d3a0

Browse files
author
Ives van Hoorne
committed
Update dependencies
1 parent a7a272b commit d32d3a0

File tree

5 files changed

+760
-767
lines changed

5 files changed

+760
-767
lines changed

package.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,40 @@
44
"private": true,
55
"devDependencies": {
66
"autoprefixer": "^6.7.7",
7-
"babel-core": "^6.21.0",
8-
"babel-eslint": "^7.1.1",
7+
"babel-core": "^6.24.1",
8+
"babel-eslint": "^7.2.3",
99
"babel-jest": "^19.0.0",
10-
"babel-loader": "^6.2.10",
10+
"babel-loader": "^7.0.0",
1111
"babel-plugin-lodash": "^3.2.11",
1212
"babel-plugin-transform-class-properties": "^6.24.1",
1313
"babel-plugin-transform-object-rest-spread": "^6.23.0",
1414
"babel-plugin-transform-react-constant-elements": "^6.23.0",
15-
"babel-plugin-transform-regenerator": "^6.21.0",
15+
"babel-plugin-transform-regenerator": "^6.24.1",
1616
"babel-plugin-transform-runtime": "^6.23.0",
17-
"babel-preset-latest": "^6.16.0",
18-
"babel-preset-react": "^6.16.0",
17+
"babel-preset-latest": "^6.24.1",
18+
"babel-preset-react": "^6.24.1",
1919
"babel-runtime": "^6.20.0",
2020
"babili-webpack-plugin": "^0.0.11",
21-
"case-sensitive-paths-webpack-plugin": "^1.1.4",
21+
"case-sensitive-paths-webpack-plugin": "^2.0.0",
2222
"chalk": "1.1.3",
2323
"connect-history-api-fallback": "1.3.0",
2424
"cross-spawn": "^5.0.1",
25-
"css-loader": "^0.27.3",
26-
"detect-port": "^1.0.7",
25+
"css-loader": "^0.28.0",
26+
"detect-port": "^1.1.1",
2727
"eslint": "^3.19.0",
2828
"eslint-config-airbnb": "^14.1.0",
29-
"eslint-config-prettier": "^1.5.0",
29+
"eslint-config-prettier": "^1.7.0",
3030
"eslint-import-resolver-webpack": "^0.8.1",
31-
"eslint-loader": "^1.6.1",
32-
"eslint-plugin-flowtype": "^2.29.1",
31+
"eslint-loader": "^1.7.1",
32+
"eslint-plugin-flowtype": "^2.32.1",
3333
"eslint-plugin-import": "^2.1.0",
3434
"eslint-plugin-jsx-a11y": "^4.0.0",
35-
"eslint-plugin-react": "^6.8.0",
35+
"eslint-plugin-react": "^6.10.3",
3636
"extract-text-webpack-plugin": "^2.1.0",
37-
"file-loader": "^0.10.1",
37+
"file-loader": "^0.11.1",
3838
"filesize": "^3.5.6",
39-
"flow-bin": "0.43.0",
40-
"fs-extra": "^2.0.0",
39+
"flow-bin": "^0.44.2",
40+
"fs-extra": "^2.1.2",
4141
"gulp-replace": "^0.5.4",
4242
"gzip-size": "3.0.0",
4343
"html-loader": "^0.4.4",
@@ -49,35 +49,35 @@
4949
"opn": "4.0.2",
5050
"path-exists": "3.0.0",
5151
"postcss-loader": "^1.2.1",
52-
"prettier": "^1.1.0",
52+
"prettier": "^1.2.2",
5353
"promise": "7.1.1",
5454
"raw-loader": "^0.5.1",
5555
"react-hot-loader": "^3.0.0-beta.6",
56-
"react-test-renderer": "^15.4.2",
56+
"react-test-renderer": "^15.5.4",
5757
"recursive-readdir": "^2.1.0",
5858
"rimraf": "^2.6.1",
5959
"run-sequence": "^1.2.2",
6060
"strip-ansi": "3.0.1",
61-
"style-loader": "^0.13.2",
61+
"style-loader": "^0.16.1",
6262
"url-loader": "^0.5.8",
63-
"webpack": "^2.2.1",
64-
"webpack-dev-middleware": "^1.10.1",
65-
"webpack-dev-server": "^2.4.2",
63+
"webpack": "^2.4.1",
64+
"webpack-dev-middleware": "^1.10.2",
65+
"webpack-dev-server": "^2.4.4",
6666
"whatwg-fetch": "^2.0.3"
6767
},
6868
"dependencies": {
69-
"axios": "^0.15.3",
69+
"axios": "^0.16.1",
7070
"babel-plugin-transform-async-to-generator": "^6.24.1",
7171
"babel-plugin-transform-decorators-legacy": "^1.3.4",
7272
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
7373
"babel-polyfill": "^6.23.0",
7474
"babel-preset-stage-0": "^6.24.1",
75-
"babel-standalone": "^6.21.1-0",
75+
"babel-standalone": "^6.24.0",
7676
"base64-loader": "^1.0.0",
77-
"codemirror": "^5.22.0",
77+
"codemirror": "^5.25.2",
7878
"color": "^0.11.4",
7979
"cssnano": "^3.10.0",
80-
"debug": "^2.5.1",
80+
"debug": "^2.6.4",
8181
"file-saver": "^1.3.3",
8282
"glamor": "^2.20.12",
8383
"gulp": "^3.9.1",
@@ -87,29 +87,29 @@
8787
"humps": "CompuIves/humps",
8888
"jszip": "^3.1.3",
8989
"lodash": "^4.17.2",
90-
"moment": "^2.17.1",
90+
"moment": "^2.18.1",
9191
"normalize.css": "^5.0.0",
9292
"normalizr": "^3.2.0",
93-
"react": "^15.4.1",
94-
"react-addons-css-transition-group": "^15.4.1",
93+
"react": "^15.5.4",
94+
"react-addons-css-transition-group": "^15.5.2",
9595
"react-deep-force-update": "^2.0.1",
96-
"react-dnd": "^2.1.4",
97-
"react-dnd-html5-backend": "^2.1.2",
98-
"react-docgen": "^2.13.0",
99-
"react-dom": "^15.4.1",
100-
"react-frame-component": "^1.0.2",
96+
"react-dnd": "^2.3.0",
97+
"react-dnd-html5-backend": "^2.3.0",
98+
"react-docgen": "^2.14.1",
99+
"react-dom": "^15.5.4",
100+
"react-frame-component": "^1.0.3",
101101
"react-icons": "^2.2.2",
102-
"react-motion": "^0.4.7",
102+
"react-motion": "^0.4.8",
103103
"react-proxy": "2",
104-
"react-redux": "^5.0.1",
105-
"react-router-dom": "^4.0.0",
104+
"react-redux": "^5.0.4",
105+
"react-router-dom": "^4.1.1",
106106
"react-router-redux": "next",
107-
"react-split-pane": "^0.1.57",
108-
"redbox-react": "^1.3.3",
107+
"react-split-pane": "^0.1.63",
108+
"redbox-react": "^1.3.6",
109109
"redux": "^3.6.0",
110-
"reselect": "^2.5.4",
110+
"reselect": "^3.0.0",
111111
"store": "^2.0.4",
112-
"styled-components": "^1.2.1",
112+
"styled-components": "^1.4.5",
113113
"tern": "^0.21.0"
114114
},
115115
"scripts": {

scripts/start.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ function runDevServer(port, protocol) {
267267
// Enable HTTPS if the HTTPS environment variable is set to 'true'
268268
https: protocol === 'https',
269269
// contentBase: paths.staticPath,
270+
disableHostCheck: true,
270271
});
271272

272273
// Our custom middleware proxies requests to /index.html or a remote API.

src/app/utils/codemirror/eslint-lint.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import CodeMirror from 'codemirror';
22
import 'codemirror/addon/lint/lint.css';
33
import 'codemirror/addon/lint/lint';
44
import fixer from 'eslint/lib/util/source-code-fixer';
5-
import error from '../error';
65
import delay from '../../store/services/delay';
76

87
const allRules = {

src/app/utils/codemirror/prettify.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// import { fix } from './eslint-lint';
2-
31
export default (async function prettify(code, eslintEnabled) {
42
const prettier = await System.import('prettier');
53
let newCode = prettier.format(code, {

0 commit comments

Comments
 (0)