Skip to content

Commit b6a7208

Browse files
authored
#4 dependency-updates
closes #4 dependency updates increased npm version to 0.0.5 updated dependency versions so new installs won't show a warning on "npm install"
2 parents a142058 + 21ac070 commit b6a7208

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-p5-wrapper",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "p5-wrapper",
55
"main": "lib/P5Wrapper.js",
66
"author": {
@@ -32,19 +32,19 @@
3232
},
3333
"dependencies": {
3434
"classnames": "^2.1.2",
35-
"p5": "^0.5.5"
35+
"p5": "^0.5.10"
3636
},
3737
"devDependencies": {
38-
"babel-eslint": "^4.1.3",
38+
"babel-eslint": "^7.2.3",
3939
"eslint": "^1.6.0",
4040
"eslint-plugin-react": "^3.5.1",
4141
"gulp": "^3.9.0",
42-
"react": "^0.14.0",
43-
"react-component-gulp-tasks": "^0.7.6",
44-
"react-dom": "^0.14.0"
42+
"react": "^15.5.4",
43+
"react-component-gulp-tasks": "^0.7.7",
44+
"react-dom": "^15.5.4"
4545
},
4646
"peerDependencies": {
47-
"react": "^0.14.0"
47+
"react": "^15.5.4"
4848
},
4949
"browserify-shim": {
5050
"react": "global:React"

0 commit comments

Comments
 (0)