Skip to content

Commit a33f1dc

Browse files
committed
Upgrading dependenices
1 parent 1951e01 commit a33f1dc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

examples/basic/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "raw-basic-example",
33
"version": "0.0.0",
44
"dependencies": {
5-
"react": "^0.14.2",
6-
"react-dom": "^0.14.2",
7-
"react-redux": "^4.0.0",
5+
"react": "~0.14.2",
6+
"react-dom": "~0.14.2",
7+
"react-redux": "~4.2.0",
88
"react-router": "2.0.0-rc5",
9-
"react-router-redux": "~2.1.0",
10-
"redux": "^3.0.4"
9+
"react-router-redux": "~3.0.0",
10+
"redux": "~3.2.1"
1111
},
1212
"devDependencies": {
1313
"babel-core": "^6.1.21",
@@ -17,7 +17,7 @@
1717
"babel-preset-stage-0": "^6.3.13",
1818
"eslint": "^1.7.1",
1919
"eslint-config-rackt": "^1.1.1",
20-
"eslint-plugin-react": "~3.15.0",
20+
"eslint-plugin-react": "~3.16.0",
2121
"html-webpack-plugin": "^2.7.1",
2222
"redux-devtools": "^3.0.0",
2323
"redux-devtools-dock-monitor": "^1.0.1",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@
3939
"coveralls": "^2.11.6",
4040
"eslint": "^1.7.1",
4141
"eslint-config-rackt": "^1.1.1",
42-
"eslint-plugin-react": "~3.15.0",
42+
"eslint-plugin-react": "~3.16.0",
4343
"expect": "^1.10.0",
44-
"jsdom": "^7.2.2",
44+
"jsdom": "~8.0.0",
4545
"mocha": "^2.3.4",
4646
"react": "~0.14.3",
4747
"react-addons-test-utils": "^0.14.6",
4848
"react-redux": "^4.0.1",
4949
"react-router": "2.0.0-rc5",
50-
"react-router-redux": "~2.1.0",
51-
"redux": "~3.0.0"
50+
"react-router-redux": "~3.0.0",
51+
"redux": "~3.2.0"
5252
},
5353
"dependencies": {
5454
"hoist-non-react-statics": "1.0.5",

0 commit comments

Comments
 (0)