|
35 | 35 | "clean": "rm -f index.js && rm -fr es && rm -fr umd",
|
36 | 36 | "prebuild": "npm run clean",
|
37 | 37 | "build": "node ./tools/build.js",
|
38 |
| - "watch": "babel ./src -d . --ignore __tests__,*.test.js --watch", |
| 38 | + "watch": "babel ./src -d . --ignore __tests__,**/*.test.js --watch", |
39 | 39 | "prepare": "npm run build",
|
40 | 40 | "prepublishOnly": "node ./tools/build.js",
|
41 | 41 | "push-release": "git push origin master && git push --tags",
|
|
49 | 49 | "prop-types": "^15.5.10"
|
50 | 50 | },
|
51 | 51 | "devDependencies": {
|
52 |
| - "babel-cli": "^6.24.1", |
53 |
| - "babel-core": "^6.26.0", |
54 |
| - "babel-jest": "^23.0.1", |
| 52 | + "@babel/cli": "^7.1.0", |
| 53 | + "@babel/core": "^7.1.0", |
| 54 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 55 | + "@babel/preset-env": "^7.1.0", |
| 56 | + "@babel/preset-react": "^7.0.0", |
| 57 | + "babel-core": "^7.0.0-bridge.0", |
| 58 | + "babel-jest": "^23.6.0", |
55 | 59 | "babel-plugin-dev-expression": "^0.2.1",
|
56 |
| - "babel-plugin-external-helpers": "^6.22.0", |
57 | 60 | "babel-plugin-transform-object-rest-spread": "^6.26.0",
|
58 |
| - "babel-plugin-transform-react-remove-prop-types": "^0.4.6", |
59 |
| - "babel-preset-env": "^1.6.1", |
60 |
| - "babel-preset-react": "^6.24.1", |
| 61 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.15", |
61 | 62 | "coveralls": "^3.0.1",
|
62 | 63 | "enzyme": "^3.6.0",
|
63 | 64 | "enzyme-adapter-react-16": "^1.5.0",
|
64 | 65 | "greenkeeper-lockfile": "^1.15.1",
|
65 | 66 | "gzip-size": "^5.0.0",
|
66 |
| - "jest": "^23.1.0", |
67 |
| - "jest-enzyme": "^6.0.1", |
| 67 | + "jest": "^23.6.0", |
| 68 | + "jest-enzyme": "^6.0.4", |
68 | 69 | "jsdom": "^12.0.0",
|
69 |
| - "lolex": "^2.7.0", |
| 70 | + "lolex": "^2.7.5", |
70 | 71 | "pretty-bytes": "^5.1.0",
|
71 |
| - "react": "^16.3.1", |
72 |
| - "react-dom": "^16.4.1", |
73 |
| - "react-test-renderer": "^16.3.1", |
74 |
| - "react-timecode": "^1.1.3", |
| 72 | + "react": "^16.5.2", |
| 73 | + "react-dom": "^16.5.2", |
| 74 | + "react-test-renderer": "^16.5.2", |
| 75 | + "react-timecode": "^1.1.11", |
75 | 76 | "regenerator-runtime": "^0.12.0",
|
76 | 77 | "rimraf": "^2.6.1",
|
77 |
| - "rollup": "^0.66.0",, |
| 78 | + "rollup": "^0.66.0", |
78 | 79 | "rollup-plugin-babel": "^4.0.3",
|
79 |
| - "rollup-plugin-commonjs": "^9.1.0", |
80 |
| - "rollup-plugin-json": "^3.0.0", |
81 |
| - "rollup-plugin-node-resolve": "^3.3.0", |
| 80 | + "rollup-plugin-commonjs": "^9.1.8", |
| 81 | + "rollup-plugin-json": "^3.1.0", |
| 82 | + "rollup-plugin-node-resolve": "^3.4.0", |
82 | 83 | "rollup-plugin-uglify": "^6.0.0",
|
83 | 84 | "rollup-watch": "^4.3.1",
|
84 |
| - "sinon": "^6.0.0" |
| 85 | + "sinon": "^6.3.4" |
85 | 86 | },
|
86 | 87 | "jest": {
|
87 | 88 | "collectCoverage": true,
|
|
0 commit comments