|
10 | 10 | "build": "rimraf lib && babel src -d lib",
|
11 | 11 | "lint": "eslint src test *.js",
|
12 | 12 | "prepublish": "npm run build",
|
13 |
| - "test": "npm run lint && karma start" |
| 13 | + "tdd": "cross-env NODE_ENV=test karma start", |
| 14 | + "test": "npm run lint && npm run testonly", |
| 15 | + "testonly": "npm run tdd -- --single-run" |
14 | 16 | },
|
15 | 17 | "repository": {
|
16 | 18 | "type": "git",
|
|
28 | 30 | },
|
29 | 31 | "homepage": "https://github.com/taion/react-router-scroll#readme",
|
30 | 32 | "dependencies": {
|
31 |
| - "history": "^2.1.1", |
32 |
| - "scroll-behavior": "^0.7.0" |
| 33 | + "history": "^2.1.2", |
| 34 | + "scroll-behavior": "^0.8.0" |
33 | 35 | },
|
34 | 36 | "peerDependencies": {
|
35 | 37 | "react": "^0.14.0 || ^15.0.0",
|
36 | 38 | "react-router": "^2.3.0"
|
37 | 39 | },
|
38 | 40 | "devDependencies": {
|
39 |
| - "babel-cli": "^6.10.1", |
40 |
| - "babel-core": "^6.10.4", |
| 41 | + "babel-cli": "^6.11.4", |
| 42 | + "babel-core": "^6.13.2", |
41 | 43 | "babel-eslint": "^6.1.2",
|
42 | 44 | "babel-loader": "^6.2.4",
|
43 | 45 | "babel-plugin-add-module-exports": "^0.2.1",
|
44 |
| - "babel-polyfill": "^6.9.1", |
45 |
| - "babel-preset-es2015": "^6.9.0", |
46 |
| - "babel-preset-es2015-loose": "^7.0.0", |
| 46 | + "babel-polyfill": "^6.13.0", |
| 47 | + "babel-preset-es2015": "^6.13.2", |
47 | 48 | "babel-preset-react": "^6.11.1",
|
48 |
| - "babel-preset-stage-1": "^6.5.0", |
| 49 | + "babel-preset-stage-1": "^6.13.0", |
49 | 50 | "chai": "^3.5.0",
|
| 51 | + "cross-env": "^2.0.0", |
50 | 52 | "dom-helpers": "^2.4.0",
|
51 | 53 | "eslint": "^2.13.1",
|
52 | 54 | "eslint-config-airbnb": "^9.0.1",
|
53 |
| - "eslint-plugin-import": "^1.10.2", |
| 55 | + "eslint-plugin-import": "^1.12.0", |
54 | 56 | "eslint-plugin-jsx-a11y": "^1.5.5",
|
55 | 57 | "eslint-plugin-react": "^5.2.2",
|
56 |
| - "history": "^2.1.2", |
57 |
| - "karma": "^1.1.1", |
| 58 | + "karma": "^1.1.2", |
58 | 59 | "karma-chrome-launcher": "^1.0.1",
|
59 | 60 | "karma-firefox-launcher": "^1.0.0",
|
60 | 61 | "karma-mocha": "^1.1.1",
|
61 |
| - "karma-mocha-reporter": "^2.0.4", |
| 62 | + "karma-mocha-reporter": "^2.1.0", |
62 | 63 | "karma-sourcemap-loader": "^0.3.7",
|
63 | 64 | "karma-webpack": "^1.7.0",
|
64 |
| - "mocha": "^2.5.3", |
65 |
| - "react": "^15.2.1", |
66 |
| - "react-dom": "^15.2.1", |
67 |
| - "react-router": "^2.5.2", |
68 |
| - "rimraf": "^2.5.3", |
| 65 | + "mocha": "^3.0.1", |
| 66 | + "react": "^15.3.0", |
| 67 | + "react-dom": "^15.3.0", |
| 68 | + "react-router": "^2.6.1", |
| 69 | + "rimraf": "^2.5.4", |
| 70 | + "warning": "^3.0.0", |
69 | 71 | "webpack": "^1.13.1"
|
70 | 72 | }
|
71 | 73 | }
|
0 commit comments