|
39 | 39 | "semantic-release": "semantic-release pre && npm publish --access public && semantic-release post" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "ban-sensitive-files": "1.9.0", |
| 42 | + "ban-sensitive-files": "1.9.2", |
43 | 43 | "chai": "4.1.2", |
44 | 44 | "chokidar-cli": "1.2.0", |
45 | | - "condition-circle": "1.5.0", |
46 | | - "dependency-check": "2.9.1", |
47 | | - "deps-ok": "1.2.1", |
| 45 | + "condition-circle": "2.0.1", |
| 46 | + "dependency-check": "3.2.0", |
| 47 | + "deps-ok": "1.4.1", |
48 | 48 | "dont-crack": "1.2.1", |
49 | | - "eslint": "4.6.1", |
50 | | - "eslint-plugin-cypress-dev": "1.1.1", |
51 | | - "eslint-plugin-mocha": "4.11.0", |
| 49 | + "eslint": "5.2.0", |
| 50 | + "eslint-plugin-cypress-dev": "1.1.2", |
| 51 | + "eslint-plugin-mocha": "5.1.0", |
52 | 52 | "github-post-release": "1.13.1", |
53 | 53 | "husky": "0.14.3", |
54 | | - "license-checker": "13.0.3", |
55 | | - "mocha": "3.5.0", |
| 54 | + "license-checker": "20.2.0", |
| 55 | + "mocha": "5.2.0", |
56 | 56 | "mockery": "2.1.0", |
57 | | - "nsp": "2.7.0", |
58 | | - "semantic-release": "8.2.0", |
59 | | - "simple-commit-message": "3.3.1", |
60 | | - "sinon": "3.2.1", |
61 | | - "sinon-chai": "2.13.0", |
| 57 | + "nsp": "3.2.1", |
| 58 | + "semantic-release": "15.9.3", |
| 59 | + "simple-commit-message": "4.0.3", |
| 60 | + "sinon": "6.1.4", |
| 61 | + "sinon-chai": "3.2.0", |
62 | 62 | "snap-shot-it": "5.0.1" |
63 | 63 | }, |
64 | 64 | "dependencies": { |
| 65 | + "@babel/core": "7.0.0-beta.55", |
| 66 | + "@babel/preset-env": "7.0.0-beta.55", |
| 67 | + "@babel/preset-react": "7.0.0-beta.55", |
65 | 68 | "babel-plugin-add-module-exports": "0.2.1", |
66 | | - "babel-preset-env": "1.6.0", |
67 | | - "babel-preset-react": "6.24.1", |
68 | | - "babelify": "7.3.0", |
69 | | - "bluebird": "3.5.0", |
70 | | - "browserify": "14.4.0", |
| 69 | + "babelify": "9.0.0", |
| 70 | + "bluebird": "3.5.1", |
| 71 | + "browserify": "16.2.2", |
71 | 72 | "cjsxify": "0.3.0", |
72 | | - "debug": "3.0.1", |
73 | | - "fs-extra": "4.0.1", |
74 | | - "watchify": "3.9.0" |
| 73 | + "debug": "3.1.0", |
| 74 | + "fs-extra": "7.0.0", |
| 75 | + "watchify": "3.11.0" |
75 | 76 | }, |
76 | 77 | "release": { |
77 | 78 | "verifyConditions": "condition-circle", |
|
0 commit comments