|
21 | 21 | "test": "npm run lint && npm run deps && jest",
|
22 | 22 | "watch-test": "jest --watch",
|
23 | 23 | "watch": "nodemon --exec \"npm run make:lib\" -w src",
|
24 |
| - "deps": "./node_modules/.bin/dependency-check package.json --entry src/react-plotly.js --missing" |
| 24 | + "deps": "./node_modules/.bin/dependency-check src/react-plotly.js --missing" |
25 | 25 | },
|
26 | 26 | "keywords": [
|
27 | 27 | "graphing",
|
|
31 | 31 | "plotly",
|
32 | 32 | "react"
|
33 | 33 | ],
|
| 34 | + "dependencies": { |
| 35 | + "prop-types": "^15.7.2" |
| 36 | + }, |
34 | 37 | "devDependencies": {
|
35 |
| - "@babel/cli": "^7.2.3", |
36 |
| - "@babel/core": "^7.3.3", |
37 |
| - "@babel/plugin-proposal-class-properties": "^7.3.3", |
38 |
| - "@babel/preset-env": "^7.3.1", |
39 |
| - "@babel/preset-react": "^7.0.0", |
40 |
| - "babel-eslint": "^10.0.1", |
| 38 | + "@babel/cli": "^7.11.6", |
| 39 | + "@babel/core": "^7.11.6", |
| 40 | + "@babel/plugin-proposal-class-properties": "^7.10.4", |
| 41 | + "@babel/preset-env": "^7.11.5", |
| 42 | + "@babel/preset-react": "^7.10.4", |
| 43 | + "babel-eslint": "^10.1.0", |
41 | 44 | "babelify": "^10.0.0",
|
42 | 45 | "brfs": "^2.0.2",
|
43 |
| - "browserify": "^16.2.3", |
| 46 | + "browserify": "^16.5.2", |
44 | 47 | "browserify-global-shim": "^1.0.3",
|
45 | 48 | "cash-mv": "^0.2.0",
|
46 |
| - "dependency-check": "^3.3.0", |
47 |
| - "enzyme": "^3.9.0", |
48 |
| - "enzyme-adapter-react-16": "^1.9.1", |
49 |
| - "eslint": "^5.14.1", |
50 |
| - "eslint-config-prettier": "^4.0.0", |
51 |
| - "eslint-plugin-import": "^2.16.0", |
52 |
| - "eslint-plugin-react": "^7.12.4", |
| 49 | + "dependency-check": "^4.1.0", |
| 50 | + "enzyme": "^3.11.0", |
| 51 | + "enzyme-adapter-react-16": "^1.15.4", |
| 52 | + "eslint": "^7.9.0", |
| 53 | + "eslint-config-prettier": "^6.11.0", |
| 54 | + "eslint-plugin-import": "^2.22.0", |
| 55 | + "eslint-plugin-react": "^7.20.6", |
53 | 56 | "event-emitter": "^0.3.5",
|
54 |
| - "jest": "^24.1.0", |
55 |
| - "mkdirp": "^0.5.1", |
56 |
| - "nodemon": "^1.18.10", |
57 |
| - "onetime": "^3.0.0", |
| 57 | + "jest": "^26.4.2", |
| 58 | + "mkdirp": "^1.0.4", |
| 59 | + "nodemon": "^2.0.4", |
| 60 | + "onetime": "^5.1.2", |
58 | 61 | "plotly.js": "^1.35.0",
|
59 |
| - "prettier": "^1.16.4", |
60 |
| - "react": "^16.8.2", |
| 62 | + "prettier": "^2.1.1", |
| 63 | + "react": "^16.13.1", |
61 | 64 | "react-addons-test-utils": "^15.6.0",
|
62 |
| - "react-dom": "^16.8.2", |
63 |
| - "react-test-renderer": "^16.8.2", |
64 |
| - "rimraf": "^2.6.2", |
65 |
| - "semver": "^5.4.1", |
66 |
| - "uglify-js": "^3.0.26" |
| 65 | + "react-dom": "^16.13.1", |
| 66 | + "react-test-renderer": "^16.13.1", |
| 67 | + "rimraf": "^3.0.2", |
| 68 | + "semver": "^7.3.2", |
| 69 | + "uglify-js": "^3.10.4" |
67 | 70 | },
|
68 | 71 | "peerDependencies": {
|
69 | 72 | "plotly.js": ">1.34.0",
|
70 | 73 | "react": ">0.13.0"
|
71 | 74 | },
|
72 | 75 | "browserify-global-shim": {
|
73 | 76 | "react": "React"
|
74 |
| - }, |
75 |
| - "dependencies": { |
76 |
| - "prop-types": "^15.7.2" |
77 | 77 | }
|
78 | 78 | }
|
0 commit comments