|
13 | 13 | "debug-mode": "babel-node --inspect src/server.js",
|
14 | 14 | "graphiql": "babel-node ./src/data/graphiql",
|
15 | 15 | "test": "jest",
|
16 |
| - "flow": "flow", |
17 | 16 | "build": "npm run build-clean && yarn install --dev && babel src -d build/app --ignore '**/*__tests__','**/*__mocks__' && cp -R src/static build/app/static && next build build/app",
|
18 | 17 | "build-clean": "rm -rf build/app",
|
19 | 18 | "build-next": "yarn install --dev && next build src",
|
|
30 | 29 | "graphql"
|
31 | 30 | ],
|
32 | 31 | "dependencies": {
|
33 |
| - "apollo-cache-inmemory": "^1.0.0", |
34 |
| - "apollo-client": "^2.0.1", |
35 |
| - "apollo-link-http": "^1.0.0", |
36 |
| - "apollo-server-express": "^1.1.2", |
| 32 | + "apollo-cache-inmemory": "^1.1.10", |
| 33 | + "apollo-client": "^2.2.6", |
| 34 | + "apollo-link-http": "^1.5.3", |
| 35 | + "apollo-server-express": "^1.3.2", |
37 | 36 | "babel-runtime": "^6.26.0",
|
38 | 37 | "body-parser": "^1.17.2",
|
39 | 38 | "cookie": "^0.3.1",
|
|
43 | 42 | "express": "^4.15.4",
|
44 | 43 | "express-session": "^1.15.5",
|
45 | 44 | "firebase": "^4.3.1",
|
46 |
| - "graphql": "^0.10.5", |
47 |
| - "graphql-tag": "^2.5.0", |
48 |
| - "graphql-tools": "^1.2.1", |
| 45 | + "graphql": "^0.13.1", |
| 46 | + "graphql-tag": "^2.8.0", |
| 47 | + "graphql-tools": "^2.21.0", |
49 | 48 | "isomorphic-fetch": "^2.2.1",
|
50 | 49 | "lru-cache": "^4.1.1",
|
51 |
| - "next": "^4.0.3", |
| 50 | + "next": "^5.0.0", |
52 | 51 | "passport": "^0.4.0",
|
53 | 52 | "passport-local": "^1.0.0",
|
54 |
| - "prop-types": "^15.5.10", |
55 |
| - "react": "^16.0.0", |
56 |
| - "react-apollo": "^2.0.0", |
57 |
| - "react-dom": "^16.0.0", |
58 |
| - "react-redux": "^5.0.6", |
59 |
| - "react-render-html": "^0.5.1", |
| 53 | + "prop-types": "^15.6.1", |
| 54 | + "react": "^16.2.0", |
| 55 | + "react-apollo": "^2.0.4", |
| 56 | + "react-dom": "^16.2.0", |
| 57 | + "react-render-html": "^0.6.0", |
60 | 58 | "url": "^0.11.0"
|
61 | 59 | },
|
62 | 60 | "devDependencies": {
|
|
68 | 66 | "babel-preset-env": "^1.6.0",
|
69 | 67 | "babel-preset-react": "^6.24.1",
|
70 | 68 | "babel-preset-stage-0": "^6.24.1",
|
71 |
| - "enzyme": "^3.1.0", |
72 |
| - "enzyme-adapter-react-16": "^1.0.1", |
73 |
| - "enzyme-to-json": "^3.1.2", |
| 69 | + "enzyme": "^3.3.0", |
| 70 | + "enzyme-adapter-react-16": "^1.1.1", |
| 71 | + "enzyme-to-json": "^3.3.1", |
74 | 72 | "eslint": "^4.5.0",
|
75 | 73 | "eslint-config-airbnb": "^15.1.0",
|
76 | 74 | "eslint-plugin-import": "^2.7.0",
|
77 | 75 | "eslint-plugin-jsx-a11y": "^6.0.2",
|
78 | 76 | "eslint-plugin-react": "^7.2.1",
|
79 |
| - "flow-bin": "^0.56.0", |
80 |
| - "jest": "^21.2.1", |
81 |
| - "jest-enzyme": "^4.0.1", |
| 77 | + "jest": "^22.4.2", |
| 78 | + "jest-enzyme": "^5.0.2", |
82 | 79 | "mockdate": "^2.0.2",
|
83 | 80 | "nodemon": "^1.12.0",
|
84 | 81 | "react-test-renderer": "^16.0.0"
|
|
0 commit comments