Skip to content

Commit 119591b

Browse files
committed
Update react and lodash packages
1 parent 3542439 commit 119591b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"highlight.js": "^8.6.0",
4141
"load-grunt-config": "^0.17.1",
4242
"node-sass": "^3.2.0",
43-
"react": "^0.13.3",
43+
"react": "^0.14.0",
4444
"react-highlight": "^0.4.1",
4545
"react-prism": "^1.4.1",
4646
"sass-loader": "^1.0.2",

examples/flux-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "ISC",
88
"dependencies": {
99
"keymirror": "^0.1.1",
10-
"react": "^0.13.0",
10+
"react": "^0.14.0",
1111
"nuclear-js": "^0.5.0-rc4"
1212
},
1313
"devDependencies": {

examples/isomorphic-flux-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"keymirror": "^0.1.1",
1111
"nuclear-js": "^1.1.1",
1212
"nuclear-js-react-addons": "jordangarcia/nuclear-js-react-addons#051c39b10c4af9af7007216b06fccbdf79994529",
13-
"react": "^0.13.3",
13+
"react": "^0.14.0",
1414
"yargs": "^3.15.0"
1515
},
1616
"devDependencies": {

examples/rest-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"nuclear-js": "^1.0.x",
14-
"react": "^0.13.0",
15-
"lodash": "^4.17.11",
14+
"react": "^0.14.0",
15+
"lodash": "^4.17.21",
1616
"keymirror": "^0.1.1",
1717
"babel-loader": "^5.3.2"
1818
},

examples/shopping-cart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"dependencies": {
77
"nuclear-js": "^1.0.5",
8-
"react": "^0.13.3",
8+
"react": "^0.14.0",
99
"node-libs-browser": "^0.5.2",
1010
"webpack": "^1.9.11",
1111
"babel-core": "^5.6.1",

0 commit comments

Comments
 (0)