Skip to content

Commit 659edad

Browse files
author
Thomas Bolis
committed
Maintenance, updating to latest library versions
1 parent 200b47c commit 659edad

File tree

3 files changed

+29
-25
lines changed

3 files changed

+29
-25
lines changed

karma.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*global process,module,__dirname*/
2+
3+
'use strict';
4+
15
const path = require('path');
26

37
const srcPath = path.join(__dirname, 'src');

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,53 +39,53 @@
3939
"node": ">0.4.0 <1.0.0"
4040
},
4141
"peerDependencies": {
42-
"react": "^15.0.1",
43-
"react-dom": "^15.0.1"
42+
"react": "^15.0.2",
43+
"react-dom": "^15.0.2"
4444
},
4545
"devDependencies": {
46-
"babel-cli": "^6.7.7",
47-
"babel-core": "^6.7.7",
46+
"babel-cli": "^6.8.0",
47+
"babel-core": "^6.8.0",
4848
"babel-eslint": "^6.0.4",
4949
"babel-loader": "^6.2.4",
50-
"babel-plugin-transform-object-assign": "^6.5.0",
51-
"babel-plugin-transform-react-display-name": "^6.5.0",
52-
"babel-plugin-transform-runtime": "^6.7.5",
53-
"babel-preset-react-hmre": "^1.0.1",
54-
"babel-polyfill": "^6.7.4",
50+
"babel-plugin-transform-object-assign": "^6.8.0",
51+
"babel-plugin-transform-react-display-name": "^6.8.0",
52+
"babel-plugin-transform-runtime": "^6.8.0",
53+
"babel-preset-react-hmre": "^1.1.1",
54+
"babel-polyfill": "^6.8.0",
5555
"babel-preset-es2015": "^6.6.0",
5656
"babel-preset-es2015-loose": "^7.0.0",
5757
"babel-preset-react": "^6.5.0",
5858
"babel-preset-stage-0": "^6.5.0",
59-
"canvas": "^1.3.12",
59+
"canvas": "^1.3.15",
6060
"chai": "^3.5.0",
61-
"core-js": "^2.3.0",
61+
"core-js": "^2.4.0",
6262
"css-loader": "^0.23.1",
63-
"eslint": "^2.8.0",
63+
"eslint": "^2.9.0",
6464
"eslint-loader": "^1.3.0",
65-
"eslint-plugin-react": "^5.0.1",
66-
"fabric": "^1.6.0",
65+
"eslint-plugin-react": "^5.1.1",
66+
"fabric": "^1.6.1",
6767
"flexboxgrid": "^6.3.0",
68-
"html-webpack-plugin": "^2.16.0",
68+
"html-webpack-plugin": "^2.16.1",
6969
"karma": "^0.13.22",
7070
"karma-babel-preprocessor": "^6.0.1",
7171
"karma-chai": "^0.1.0",
72-
"karma-coverage": "^0.5.5",
73-
"karma-mocha": "^0.2.2",
74-
"karma-mocha-reporter": "^2.0.2",
72+
"karma-coverage": "^1.0.0",
73+
"karma-mocha": "^1.0.1",
74+
"karma-mocha-reporter": "^2.0.3",
7575
"karma-phantomjs-launcher": "^1.0.0",
76-
"karma-phantomjs-shim": "^1.3.0",
76+
"karma-phantomjs-shim": "^1.4.0",
7777
"karma-sourcemap-loader": "^0.3.7",
7878
"karma-webpack": "^1.7.0",
79-
"material-ui": "^0.14.4",
79+
"material-ui": "^0.15.0",
8080
"mocha": "^2.4.5",
8181
"open": "0.0.5",
8282
"open-browser-webpack-plugin": "0.0.2",
8383
"phantomjs": "^2.1.7",
8484
"phantomjs-prebuilt": "^2.1.7",
85-
"react": "^15.0.1",
86-
"react-addons-test-utils": "^15.0.1",
87-
"react-color": "^2.0.0",
88-
"react-dom": "latest",
85+
"react": "^15.0.2",
86+
"react-addons-test-utils": "^15.0.2",
87+
"react-color": "^2.1.0",
88+
"react-dom": "^15.0.2",
8989
"react-hot-loader": "^1.3.0",
9090
"react-tap-event-plugin": "latest",
9191
"rimraf": "^2.5.2",

test/SketchFieldTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* global expect */
1+
/* global expect, describe,it */
22
/* eslint no-console: 0 */
33
/* eslint-env node, mocha */
44
'use strict';

0 commit comments

Comments
 (0)