|
1 | 1 | { |
2 | 2 | "name": "dash-renderer", |
3 | | - "version": "1.17.0", |
| 3 | + "version": "1.17.1", |
4 | 4 | "description": "render dash components in react", |
5 | 5 | "main": "build/dash_renderer.min.js", |
6 | 6 | "scripts": { |
|
23 | 23 | "dependencies": { |
24 | 24 | "@babel/polyfill": "^7.12.1", |
25 | 25 | "@plotly/dash-component-plugins": "^1.2.3", |
26 | | - "cookie": "^0.5.0", |
27 | | - "cytoscape": "^3.25.0", |
| 26 | + "cookie": "^0.6.0", |
| 27 | + "cytoscape": "^3.27.0", |
28 | 28 | "cytoscape-dagre": "^2.5.0", |
29 | 29 | "cytoscape-fcose": "^2.2.0", |
30 | 30 | "dependency-graph": "^0.11.0", |
31 | 31 | "fast-isnumeric": "^1.1.4", |
32 | 32 | "node-polyfill-webpack-plugin": "^2.0.1", |
33 | 33 | "prop-types": "15.8.1", |
34 | | - "ramda": "^0.29.0", |
| 34 | + "ramda": "^0.29.1", |
35 | 35 | "react": "16.14.0", |
36 | 36 | "react-cytoscapejs": "^2.0.0", |
37 | 37 | "react-dom": "16.14.0", |
|
43 | 43 | "regenerator-runtime": "^0.13.11" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@babel/cli": "^7.23.0", |
47 | | - "@babel/core": "^7.23.0", |
| 46 | + "@babel/cli": "^7.23.4", |
| 47 | + "@babel/core": "^7.23.3", |
48 | 48 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
49 | | - "@babel/preset-env": "^7.22.20", |
50 | | - "@babel/preset-react": "^7.22.15", |
51 | | - "@babel/preset-typescript": "^7.23.0", |
| 49 | + "@babel/preset-env": "^7.23.3", |
| 50 | + "@babel/preset-react": "^7.23.3", |
| 51 | + "@babel/preset-typescript": "^7.23.3", |
52 | 52 | "@plotly/prettier-config-dash": "0.0.1", |
53 | | - "@svgr/webpack": "^8.0.1", |
| 53 | + "@svgr/webpack": "^8.1.0", |
54 | 54 | "@types/chai": "^4.3.5", |
55 | 55 | "@types/mocha": "^10.0.1", |
56 | 56 | "@types/ramda": "0.29.1", |
|
60 | 60 | "@typescript-eslint/eslint-plugin": "^5.59.7", |
61 | 61 | "@typescript-eslint/parser": "^5.59.7", |
62 | 62 | "babel-loader": "^9.1.3", |
63 | | - "chai": "^4.3.7", |
| 63 | + "chai": "^4.3.10", |
64 | 64 | "css-loader": "^6.8.1", |
65 | 65 | "es-check": "^7.1.1", |
66 | 66 | "eslint": "^8.41.0", |
|
75 | 75 | "npm-run-all": "^4.1.5", |
76 | 76 | "prettier": "^2.8.8", |
77 | 77 | "style-loader": "^3.3.3", |
78 | | - "ts-loader": "^9.4.4", |
| 78 | + "ts-loader": "^9.5.1", |
79 | 79 | "typescript": "^5.1.6", |
80 | | - "webpack": "^5.88.2", |
| 80 | + "webpack": "^5.89.0", |
81 | 81 | "webpack-cli": "^5.1.4", |
82 | | - "whatwg-fetch": "^3.6.2" |
| 82 | + "whatwg-fetch": "^3.6.19" |
83 | 83 | }, |
84 | 84 | "files": [ |
85 | 85 | "build/*{.js,.map}", |
|
0 commit comments