|
11 | 11 | "build-fixtures": "babel-node test/fixtures/updateSchema.js",
|
12 | 12 | "lint": "eslint src test *.js",
|
13 | 13 | "prepublish": "npm run build",
|
14 |
| - "test": "npm run lint && npm run build-fixtures && karma start" |
| 14 | + "test": "npm run build-fixtures && npm run lint && npm run testonly", |
| 15 | + "testonly": "karma start" |
15 | 16 | },
|
16 | 17 | "repository": {
|
17 | 18 | "type": "git",
|
|
28 | 29 | "url": "https://github.com/relay-tools/relay-local-schema/issues"
|
29 | 30 | },
|
30 | 31 | "homepage": "https://github.com/relay-tools/relay-local-schema#readme",
|
31 |
| - "dependencies": { |
32 |
| - "babel-runtime": "^5.8.38" |
33 |
| - }, |
34 | 32 | "peerDependencies": {
|
35 | 33 | "graphql": "^0.5.0 || ^0.6.0",
|
36 | 34 | "react-relay": ">=0.8.0"
|
37 | 35 | },
|
38 | 36 | "devDependencies": {
|
39 |
| - "babel": "^5.8.38", |
40 |
| - "babel-core": "^5.8.38", |
41 |
| - "babel-eslint": "^4.1.8", |
42 |
| - "babel-loader": "^5.4.0", |
43 |
| - "babel-relay-plugin": "^0.8.0", |
| 37 | + "babel-cli": "^6.10.1", |
| 38 | + "babel-core": "^6.10.4", |
| 39 | + "babel-eslint": "^6.1.2", |
| 40 | + "babel-loader": "^6.2.4", |
| 41 | + "babel-plugin-add-module-exports": "^0.2.1", |
| 42 | + "babel-polyfill": "^6.9.1", |
| 43 | + "babel-preset-es2015": "^6.9.0", |
| 44 | + "babel-preset-es2015-loose": "^7.0.0", |
| 45 | + "babel-preset-react": "^6.11.1", |
| 46 | + "babel-preset-stage-0": "^6.5.0", |
| 47 | + "babel-preset-stage-1": "^6.5.0", |
| 48 | + "babel-relay-plugin": "^0.9.2", |
44 | 49 | "chai": "^3.5.0",
|
45 |
| - "eslint": "^1.10.3", |
46 |
| - "eslint-config-airbnb": "^5.0.1", |
47 |
| - "eslint-plugin-react": "^3.16.1", |
48 |
| - "graphql": "^0.6.0", |
| 50 | + "eslint": "^2.13.1", |
| 51 | + "eslint-config-airbnb": "^9.0.1", |
| 52 | + "eslint-config-airbnb-base": "^3.0.1", |
| 53 | + "eslint-plugin-import": "^1.10.2", |
| 54 | + "eslint-plugin-jsx-a11y": "^1.5.5", |
| 55 | + "eslint-plugin-react": "^5.2.2", |
| 56 | + "graphql": "^0.6.1", |
49 | 57 | "graphql-relay": "^0.4.2",
|
50 |
| - "karma": "^0.13.22", |
51 |
| - "karma-chrome-launcher": "^0.2.3", |
52 |
| - "karma-firefox-launcher": "^0.1.7", |
53 |
| - "karma-mocha": "^0.2.2", |
54 |
| - "karma-mocha-reporter": "^2.0.0", |
55 |
| - "karma-sinon-chai": "^1.2.0", |
| 58 | + "karma": "^1.1.1", |
| 59 | + "karma-chrome-launcher": "^1.0.1", |
| 60 | + "karma-firefox-launcher": "^1.0.0", |
| 61 | + "karma-mocha": "^1.1.1", |
| 62 | + "karma-mocha-reporter": "^2.0.4", |
| 63 | + "karma-sinon-chai": "^1.2.3", |
56 | 64 | "karma-sourcemap-loader": "^0.3.7",
|
57 | 65 | "karma-webpack": "^1.7.0",
|
58 |
| - "lolex": "^1.4.0", |
59 |
| - "mocha": "^2.4.5", |
60 |
| - "react": "^15.0.1", |
61 |
| - "react-dom": "^15.0.1", |
62 |
| - "react-relay": "^0.8.0", |
63 |
| - "rimraf": "^2.5.2", |
64 |
| - "sinon": "^1.17.3", |
| 66 | + "mocha": "^2.5.3", |
| 67 | + "react": "^15.2.1", |
| 68 | + "react-addons-test-utils": "^15.2.1", |
| 69 | + "react-dom": "^15.2.1", |
| 70 | + "react-relay": "^0.9.2", |
| 71 | + "rimraf": "^2.5.3", |
| 72 | + "sinon": "^1.17.4", |
65 | 73 | "sinon-chai": "^2.8.0",
|
66 |
| - "webpack": "^1.12.15" |
| 74 | + "webpack": "^1.13.1" |
67 | 75 | }
|
68 | 76 | }
|
0 commit comments