|
1 | 1 | {
|
2 | 2 | "name": "react-server-test-pages",
|
3 |
| - "version": "0.8.0", |
| 3 | + "version": "0.8.1", |
4 | 4 | "private": true,
|
5 | 5 | "description": "Some pages to test out features of react-server",
|
6 | 6 | "main": "index.js",
|
|
14 | 14 | "author": "Bo Borgerson",
|
15 | 15 | "license": "Apache-2.0",
|
16 | 16 | "dependencies": {
|
| 17 | + "eslint-plugin-react": "^6.4.1", |
17 | 18 | "lodash": "^4.16.4",
|
18 | 19 | "q": "1.4.1",
|
19 | 20 | "react": "~0.14.9 || ^15.3.0 || ^16.0.0",
|
20 | 21 | "react-dom": "~0.14.9 || ^15.3.0 || ^16.0.0",
|
21 |
| - "react-server": "^0.8.0", |
22 |
| - "react-server-cli": "^0.8.0", |
23 |
| - "react-server-data-bundle-cache": "^0.8.0", |
| 22 | + "react-server": "^0.8.1", |
| 23 | + "react-server-cli": "^0.8.1", |
| 24 | + "react-server-data-bundle-cache": "^0.8.1", |
24 | 25 | "react-server-middleware-json-response": "^0.6.1",
|
25 | 26 | "react-server-redux": "^0.8.0",
|
26 |
| - "redux-thunk": "^2.1.0", |
27 |
| - "eslint-plugin-react": "^6.4.1" |
| 27 | + "redux-thunk": "^2.1.0" |
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 | 30 | "babel-eslint": "^7.0.0",
|
31 | 31 | "babel-plugin-react-require": "^3.0.0",
|
32 | 32 | "eslint": "^3.8.1",
|
33 | 33 | "gulp": "^3.9.1",
|
34 | 34 | "gulp-eslint": "^3.0.1",
|
35 |
| - "rimraf": "^2.5.4", |
36 |
| - "gulp-nsp": "^2.4.2" |
| 35 | + "gulp-nsp": "^2.4.2", |
| 36 | + "rimraf": "^2.5.4" |
37 | 37 | }
|
38 | 38 | }
|
0 commit comments