|
1 | 1 | {
|
2 | 2 | "name": "@hms-dbmi-bgm/react-workflow-viz",
|
3 |
| - "version": "0.1.8", |
| 3 | + "version": "0.1.9", |
4 | 4 | "description": "React component for visualizing CWL-like workflows and provenance graphs.",
|
5 | 5 | "main": "./dist/react-workflow-viz.min.js",
|
6 | 6 | "unpkg": "./dist/react-workflow-viz.min.js",
|
|
36 | 36 | "@babel/preset-react": "^7.16.7",
|
37 | 37 | "@babel/register": "^7.17.0",
|
38 | 38 | "@babel/runtime": "^7.17.8",
|
39 |
| - "@babel/plugin-transform-runtime":"^7.17.0", |
40 |
| - "@babel/plugin-proposal-export-default-from":"^7.16.7", |
41 |
| - "@babel/plugin-transform-template-literals":"^7.16.7", |
42 |
| - "@babel/plugin-proposal-decorators":"^7.17.8", |
43 |
| - "@babel/plugin-proposal-pipeline-operator":"^7.17.6", |
44 |
| - "@babel/plugin-transform-async-to-generator":"^7.16.8", |
| 39 | + "@babel/plugin-transform-runtime": "^7.17.0", |
| 40 | + "@babel/plugin-proposal-export-default-from": "^7.16.7", |
| 41 | + "@babel/plugin-transform-template-literals": "^7.16.7", |
| 42 | + "@babel/plugin-proposal-decorators": "^7.17.8", |
| 43 | + "@babel/plugin-proposal-pipeline-operator": "^7.17.6", |
| 44 | + "@babel/plugin-transform-async-to-generator": "^7.16.8", |
45 | 45 | "babel-jest": "^27.5.1",
|
46 | 46 | "babel-loader": "^8.2.3",
|
47 | 47 | "babel-plugin-minify-dead-code-elimination": "^0.5.1",
|
|
0 commit comments