Skip to content

Commit a23dfd4

Browse files
committed
update bower dependencies and version to v0.9.0
1 parent 583d755 commit a23dfd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bower.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backbone-react-component",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Backbone.React.Component is an extendable wrapper for React.Component and brings all the power of Facebook's React to Backbone.js",
55
"homepage": "https://github.com/magalhas/backbone-react-component",
66
"authors": [
@@ -9,8 +9,8 @@
99
"main": "lib/component.js",
1010
"dependencies": {
1111
"backbone": "^1.2.0",
12-
"react": "^0.13.0",
13-
"underscore": "^1.7.0"
12+
"react": "^0.13.3",
13+
"underscore": "^1.8.3"
1414
},
1515
"ignore": [
1616
"*.yml",

0 commit comments

Comments
 (0)