Skip to content

Commit

Permalink
fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
bsaphier authored and jamesrweb committed Aug 15, 2022
1 parent 9770690 commit fc7332c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -32,19 +32,19 @@
},
"dependencies": {
"classnames": "^2.1.2",
"p5": "^0.5.5"
"p5": "^0.5.10"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"babel-eslint": "^7.2.3",
"eslint": "^1.6.0",
"eslint-plugin-react": "^3.5.1",
"gulp": "^3.9.0",
"react": "^0.14.0",
"react-component-gulp-tasks": "^0.7.6",
"react-dom": "^0.14.0"
"react": "^15.5.4",
"react-component-gulp-tasks": "^0.7.7",
"react-dom": "^15.5.4"
},
"peerDependencies": {
"react": "^0.14.0"
"react": "^15.5.4"
},
"browserify-shim": {
"react": "global:React"
Expand Down

0 comments on commit fc7332c

Please sign in to comment.