Skip to content

Commit 3354d03

Browse files
committed
0.1.9
1 parent 892cb45 commit 3354d03

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hms-dbmi-bgm/react-workflow-viz",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "React component for visualizing CWL-like workflows and provenance graphs.",
55
"main": "./dist/react-workflow-viz.min.js",
66
"unpkg": "./dist/react-workflow-viz.min.js",
@@ -36,12 +36,12 @@
3636
"@babel/preset-react": "^7.16.7",
3737
"@babel/register": "^7.17.0",
3838
"@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",
4545
"babel-jest": "^27.5.1",
4646
"babel-loader": "^8.2.3",
4747
"babel-plugin-minify-dead-code-elimination": "^0.5.1",

0 commit comments

Comments
 (0)