|
21 | 21 | "format.prettier": "prettier --config .prettierrc --write src/**/*.js src/**/**/*.js", |
22 | 22 | "format.black": "black dash_cytoscape/ tests/ setup.py usage-advanced.py usage-elements.py usage-events.py usage-stylesheet.py usage.py", |
23 | 23 | "format": "npm run format.eslint && npm run format.prettier && npm run format.black", |
24 | | - "lint": "npm run lint.flake8 && lint.pylint && lint.eslint && npm run lint.prettier && npm run lint.black", |
| 24 | + "lint:js": "npm run lint.eslint && npm run lint.prettier", |
| 25 | + "lint:python": "npm run lint.flake8 && npm run lint.pylint && npm run lint.black", |
| 26 | + "lint:all": "npm run lint:python && npm run lint:js", |
25 | 27 | "build:js-dev": "webpack --mode development", |
26 | 28 | "build:js": "webpack --mode production", |
27 | 29 | "build:js-dev-extra": "webpack --config webpack.dev.extra.config.js", |
|
35 | 37 | "author-email": "cytoscape@plotly.com", |
36 | 38 | "license": "MIT", |
37 | 39 | "dependencies": { |
38 | | - "cytoscape-cola": "^2.3.0", |
39 | | - "cytoscape-cose-bilkent": "^4.0.0", |
40 | | - "cytoscape-dagre": "^2.2.2", |
41 | | - "cytoscape-euler": "^1.2.1", |
42 | | - "cytoscape-fcose": "^2.1.0", |
43 | | - "cytoscape-klay": "^3.1.2", |
| 40 | + "cytoscape-cola": "^2.5.1", |
| 41 | + "cytoscape-cose-bilkent": "^4.1.0", |
| 42 | + "cytoscape-dagre": "^2.5.0", |
| 43 | + "cytoscape-euler": "^1.2.2", |
| 44 | + "cytoscape-fcose": "^2.2.0", |
| 45 | + "cytoscape-klay": "^3.1.4", |
44 | 46 | "cytoscape-spread": "^3.0.0", |
45 | | - "cytoscape-svg": "0.2.0", |
46 | | - "lodash": "^4.17.11", |
47 | | - "ramda": "^0.25.0", |
| 47 | + "cytoscape-svg": "0.4.0", |
| 48 | + "lodash": "^4.17.21", |
| 49 | + "ramda": "^0.29.0", |
48 | 50 | "react": "^16.14.0", |
49 | | - "react-cytoscapejs": "1.2.1", |
| 51 | + "react-cytoscapejs": "2.0.0", |
50 | 52 | "react-dom": "^16.14.0" |
51 | 53 | }, |
52 | 54 | "devDependencies": { |
53 | 55 | "babel-core": "^6.26.3", |
54 | 56 | "babel-eslint": "^8.2.3", |
55 | | - "babel-loader": "^7.1.4", |
| 57 | + "babel-loader": "^9.1.3", |
56 | 58 | "babel-preset-env": "^1.7.0", |
57 | 59 | "babel-preset-react": "^6.24.1", |
58 | | - "copyfiles": "^2.0.0", |
59 | | - "css-loader": "^0.28.11", |
60 | | - "eslint": "^4.19.1", |
61 | | - "eslint-config-prettier": "^2.9.0", |
62 | | - "eslint-plugin-import": "^2.12.0", |
63 | | - "eslint-plugin-react": "^7.9.1", |
64 | | - "npm": "^6.14.4", |
65 | | - "react-docgen": "^5.3.0", |
66 | | - "style-loader": "^0.21.0", |
67 | | - "webpack": "^4.20.2", |
68 | | - "webpack-cli": "^3.1.1", |
69 | | - "prettier": "^3.0.1" |
| 60 | + "copyfiles": "^2.4.1", |
| 61 | + "css-loader": "^6.8.1", |
| 62 | + "eslint": "^8.50.0", |
| 63 | + "eslint-config-prettier": "^9.0.0", |
| 64 | + "eslint-plugin-import": "^2.28.1", |
| 65 | + "eslint-plugin-react": "^7.33.2", |
| 66 | + "npm": "^10.1.0", |
| 67 | + "react-docgen": "^6.0.4", |
| 68 | + "style-loader": "^3.3.3", |
| 69 | + "webpack": "^5.88.2", |
| 70 | + "webpack-cli": "^5.1.4", |
| 71 | + "prettier": "^3.0.3" |
70 | 72 | }, |
71 | 73 | "peerDependencies": { |
72 | 74 | "react": ">=0.14", |
|
0 commit comments