|
6 | 6 | "scripts": { |
7 | 7 | "build": "node ./scripts/build-dev.js", |
8 | 8 | "build-prod": "node ./scripts/build-prod.js", |
9 | | - "lint": "eslint --fix src/*.js src/*.jsx", |
| 9 | + "lint": "eslint --fix src/*.jsx", |
10 | 10 | "precommit": "npm run lint", |
11 | 11 | "prepublish": "npm run build-prod", |
12 | | - "pretest": "npm run lint", |
13 | 12 | "start": "node ./scripts/watch.js --port 8888", |
14 | 13 | "test": "node ./scripts/test.js", |
15 | | - "semantic-release": |
16 | | - "semantic-release pre && npm publish --access public && semantic-release post" |
| 14 | + "semantic-release": "semantic-release pre && npm publish --access public && semantic-release post" |
17 | 15 | }, |
18 | 16 | "repository": { |
19 | 17 | "type": "git", |
|
28 | 26 | "dist" |
29 | 27 | ], |
30 | 28 | "dependencies": { |
31 | | - "popper.js": "^1.12.9", |
32 | | - "prop-types": "15.6.0" |
| 29 | + "popper.js": "^1.14.4" |
33 | 30 | }, |
34 | 31 | "devDependencies": { |
35 | | - "babel-eslint": "^7.2.3", |
36 | | - "chai": "^3.5.0", |
37 | | - "chai-enzyme": "0.5.1", |
| 32 | + "babel-eslint": "^10.0.1", |
| 33 | + "chai": "^4.2.0", |
| 34 | + "chai-enzyme": "1.0.0-beta.1", |
38 | 35 | "condition-circle": "1.5.0", |
39 | 36 | "dont-crack": "1.2.1", |
40 | | - "enzyme": "2.4.1", |
41 | | - "eslint": "^4.12.1", |
42 | | - "eslint-plugin-cypress-dev": "^1.1.1", |
43 | | - "eslint-plugin-mocha": "^4.11.0", |
44 | | - "eslint-plugin-react": "^7.5.1", |
| 37 | + "enzyme": "3.7.0", |
| 38 | + "enzyme-adapter-react-16": "1.6.0", |
| 39 | + "eslint": "^5.6.1", |
| 40 | + "eslint-plugin-cypress-dev": "^1.1.2", |
| 41 | + "eslint-plugin-mocha": "^5.2.0", |
| 42 | + "eslint-plugin-react": "^7.11.1", |
| 43 | + "fs-extra": "7.0.0", |
45 | 44 | "github-post-release": "1.13.1", |
46 | 45 | "jsdom": "^9.5.0", |
47 | | - "lodash": "^4.0.0", |
48 | | - "react": "15.6.2", |
49 | | - "react-addons-test-utils": "15.6.2", |
50 | | - "react-dom": "15.6.2", |
| 46 | + "lodash": "^4.17.11", |
| 47 | + "prop-types": "^15.6.2", |
| 48 | + "react": "16.5.2", |
| 49 | + "react-dom": "16.5.2", |
51 | 50 | "semantic-release": "8.2.0", |
52 | 51 | "simple-commit-message": "3.3.1", |
53 | | - "sinon": "^1.17.6", |
54 | | - "sinon-chai": "^2.8.0", |
55 | | - "zunder": "5.5.1" |
| 52 | + "sinon": "^6.3.5", |
| 53 | + "sinon-chai": "^3.2.0", |
| 54 | + "zunder": "6.2.0" |
56 | 55 | }, |
57 | 56 | "peerDependencies": { |
58 | | - "lodash": "^4.0.0", |
59 | | - "react": "^15.3.2", |
60 | | - "react-dom": "^15.3.2" |
| 57 | + "lodash": "^4.17.11", |
| 58 | + "prop-types": "^15.6.2", |
| 59 | + "react": "^16.5.2", |
| 60 | + "react-dom": "^16.5.2" |
61 | 61 | }, |
62 | 62 | "release": { |
63 | 63 | "verifyConditions": "condition-circle", |
|
0 commit comments