Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit c21d71b

Browse files
author
Joris Buchou
committed
Update Libraries in graphy
1 parent 18e39fa commit c21d71b

File tree

4 files changed

+2431
-23
lines changed

4 files changed

+2431
-23
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ TODO
1414

1515
## Build
1616

17-
`npm run build`
17+
`yarn build`
1818

1919
Contains `flow` and `eslint`
2020

package.json

+16-21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphy-js",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"author": {
55
"name" : "Front Row Education",
66
"email" : "[email protected]",
@@ -13,34 +13,29 @@
1313
"url": "https://github.com/frontrowed/graphy.git"
1414
},
1515
"devDependencies": {
16-
"babel-core": "^6.14.0",
17-
"babel-cli": "^6.14.0",
18-
"babel-eslint": "^6.1.2",
19-
"babel-plugin-transform-class-properties": "^6.11.5",
20-
"babel-plugin-transform-flow-strip-types": "^6.14.0",
21-
"babel-preset-es2015": "^6.14.0",
22-
"babel-preset-react": "^6.11.1",
23-
"babel-preset-stage-0": "^6.5.0",
24-
"eslint": "^3.5.0",
25-
"eslint-plugin-flowtype": "^2.19.0",
26-
"eslint-plugin-react": "^6.3.0",
27-
"flow-bin": "^0.32.0"
16+
"babel-core": "6.25.0",
17+
"babel-cli": "6.24.1",
18+
"babel-eslint": "7.2.2",
19+
"babel-plugin-transform-class-properties": "6.24.1",
20+
"babel-plugin-transform-flow-strip-types": "6.22.0",
21+
"babel-preset-es2015": "6.24.1",
22+
"babel-preset-react": "6.24.1",
23+
"babel-preset-stage-0": "6.24.1",
24+
"eslint": "4.1.1",
25+
"eslint-plugin-flowtype": "2.34.0",
26+
"eslint-plugin-react": "7.1.0",
27+
"flow-bin": "0.49.1"
2828
},
2929
"dependencies": {
30-
"lodash": "^4.15.0",
31-
"paper": "^0.10.2",
32-
"react": "^15.3.1"
30+
"lodash": "4.17.4",
31+
"paper": "0.11.4",
32+
"react": "15.6.1"
3333
},
3434
"scripts": {
3535
"compile": "babel src -d lib/",
3636
"prepublish": "npm run compile",
3737
"build": "npm run lint && npm run flow",
3838
"flow": "flow",
3939
"lint": "eslint src/**/*.js"
40-
},
41-
"browserify": {
42-
"transform": [
43-
"babelify"
44-
]
4540
}
4641
}

src/helpers/paper-util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ const PaperUtil = {
551551
}
552552
}
553553

554-
return initialize(canvas)
554+
return initialize()
555555
}
556556
}
557557

0 commit comments

Comments
 (0)