Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Per Nilsson committed Jan 21, 2016
1 parent 0f1cd47 commit 5a47e30
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,19 @@
"dependencies": {
"builder": "~2.2.2",
"builder-victory-component": "~0.1.2",
"lodash": "^3.10.1",
"radium": "^0.16.2",
"react": "0.14.x",
"react-dom": "0.14.x",
"victory-animation": "^0.0.13",
"victory-util": "^2.1.0",
"victory-label": "^0.1.8"
"victory-label": "^0.1.8",
"victory-util": "^2.1.0"
},
"devDependencies": {
"builder-victory-component-dev": "~0.1.2",
"chai": "^3.2.0",
"mocha": "^2.2.5",
"react": "0.14.x",
"react-addons-test-utils": "^0.14.0",
"react-dom": "0.14.x",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0"
}
Expand Down

0 comments on commit 5a47e30

Please sign in to comment.