|
5 | 5 | "license": "CC0-1.0", |
6 | 6 | "repository": "metalabdesign/luminol-ui", |
7 | 7 | "scripts": { |
8 | | - "prepublish": "npm run clean && npm run build && npm run import && chmod +x ./bin/*.js", |
| 8 | + "prepublish": "npm run clean && npm run build && npm run import", |
9 | 9 | "clean": "./node_modules/.bin/rimraf lib ./*.js ./*.map ./*.flow bin runtime internal", |
10 | 10 | "build": "./node_modules/.bin/babel --copy-files --ignore '**/__tests__' -s -d lib src", |
11 | 11 | "import": "./node_modules/.bin/ncp lib .", |
|
16 | 16 | "test": "npm run test:lint && npm run test:spec && npm run test:smoke" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "apollo-cache-inmemory": "1.3.10", |
20 | | - "apollo-client": "2.4.6", |
21 | | - "apollo-link-ws": "1.0.9", |
22 | | - "apollo-server-core": "2.2.2", |
| 19 | + "apollo-cache-inmemory": "1.3.12", |
| 20 | + "apollo-client": "2.4.8", |
| 21 | + "apollo-link-ws": "1.0.12", |
| 22 | + "babel-plugin-module-resolver": "^3.2.0", |
23 | 23 | "backo2": "1.0.2", |
24 | 24 | "blessed": "0.1.81", |
25 | 25 | "bytes": "3.0.0", |
|
41 | 41 | "ramda": "0.25.0", |
42 | 42 | "react": "16.6.3", |
43 | 43 | "react-apollo": "2.3.1", |
44 | | - "react-blessed": "0.4.0", |
| 44 | + "react-blessed": "0.6.1", |
45 | 45 | "react-dom": "16.6.3", |
46 | 46 | "resolve": "1.8.1", |
47 | 47 | "subscriptions-transport-ws": "0.9.15", |
|
65 | 65 | "eslint": "5.4.0", |
66 | 66 | "eslint-config-metalab": "10.0.0", |
67 | 67 | "flow-bin": "0.79.1", |
68 | | - "graphql-tag": "2.9.2", |
| 68 | + "graphql-tag": "2.10.0", |
69 | 69 | "jest": "23.5.0", |
70 | 70 | "ncp": "2.0.0", |
71 | 71 | "node-fetch": "2.2.0", |
|
0 commit comments