|
2 | 2 | "private": true,
|
3 | 3 | "scripts": {
|
4 | 4 | "start": "babel-node ./server.js",
|
5 |
| - "build": "relay-compiler --src ./ts/ --schema ./data/schema.graphql --language typescript --artifactDirectory ./ts/__relay_artifacts__", |
| 5 | + "build": |
| 6 | + "relay-compiler --src ./ts/ --schema ./data/schema.graphql --language typescript --artifactDirectory ./ts/__relay_artifacts__", |
6 | 7 | "update-schema": "babel-node ./scripts/updateSchema.js",
|
7 | 8 | "lint": "eslint ./js",
|
8 | 9 | "type-check": "tsc --noEmit --pretty"
|
9 | 10 | },
|
10 | 11 | "resolutions": {
|
11 |
| - "graphql": "^0.13.1", |
12 |
| - "relay-compiler-language-typescript": "file:../relay-compiler-language-typescript-1.1.0-alpha.1.tgz", |
13 |
| - "relay-compiler": "https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-compiler-1.6.1-plugin.1.tgz", |
14 |
| - "graphql-compiler": "https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/graphql-compiler-1.6.1-plugin.1.tgz", |
15 |
| - "relay-runtime": "https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-runtime-1.6.1-plugin.1.tgz", |
16 |
| - "babel-plugin-relay": "https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/babel-plugin-relay-1.6.1-plugin.1.tgz", |
17 |
| - "react-relay": "https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/react-relay-1.6.1-plugin.1.tgz" |
| 12 | + "relay-compiler-language-typescript": |
| 13 | + "file:../relay-compiler-language-typescript-1.1.1-alpha.1.tgz" |
18 | 14 | },
|
19 | 15 | "dependencies": {
|
20 | 16 | "babel-core": "^6.26.0",
|
21 | 17 | "babel-loader": "^7.1.2",
|
22 |
| - "babel-plugin-relay": "https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/babel-plugin-relay-1.6.1-plugin.1.tgz", |
| 18 | + "babel-plugin-relay": "^1.7.0", |
23 | 19 | "babel-plugin-transform-runtime": "^6.12.0",
|
24 | 20 | "babel-preset-es2015": "^6.13.2",
|
25 | 21 | "babel-preset-react": "^6.11.1",
|
|
29 | 25 | "express": "^4.15.2",
|
30 | 26 | "express-graphql": "^0.6.4",
|
31 | 27 | "graphql": "^0.13.1",
|
32 |
| - "graphql-compiler": "https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/graphql-compiler-1.6.1-plugin.1.tgz", |
| 28 | + "graphql-compiler": "^1.7.0", |
33 | 29 | "graphql-relay": "^0.5.1",
|
34 | 30 | "prop-types": "^15.6.2",
|
35 | 31 | "react": "^16.4.1",
|
36 | 32 | "react-dom": "^16.4.1",
|
37 |
| - "react-relay": "https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/react-relay-1.6.1-plugin.1.tgz", |
| 33 | + "react-relay": "^1.7.0", |
38 | 34 | "relay-devtools": "^1.4.0",
|
39 |
| - "relay-runtime": "https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-runtime-1.6.1-plugin.1.tgz", |
| 35 | + "relay-runtime": "^1.7.0", |
40 | 36 | "todomvc-app-css": "^2.1.0",
|
41 | 37 | "todomvc-common": "^1.0.3",
|
42 | 38 | "webpack": "^3.5.5",
|
|
58 | 54 | "eslint-plugin-flowtype": "2.15.0",
|
59 | 55 | "eslint-plugin-react": "5.2.2",
|
60 | 56 | "fork-ts-checker-webpack-plugin": "^0.3.0",
|
61 |
| - "relay-compiler": "https://github.com/alloy/relay/releases/download/v1.6.1-plugin.1/relay-compiler-1.6.1-plugin.1.tgz", |
62 |
| - "relay-compiler-language-typescript": "file:../relay-compiler-language-typescript-1.1.0-alpha.1.tgz", |
| 57 | + "relay-compiler": "^1.7.0", |
| 58 | + "relay-compiler-language-typescript": |
| 59 | + "file:../relay-compiler-language-typescript-1.1.1-alpha.1.tgz", |
63 | 60 | "ts-loader": "^3.2.0",
|
64 | 61 | "typescript": "2.9.1"
|
65 | 62 | }
|
|
0 commit comments