Skip to content

Commit

Permalink
Merge branch 'master' into integrate-st2flow
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dcoder committed Oct 6, 2020
2 parents 1aeef3a + 559f518 commit dffdea8
Show file tree
Hide file tree
Showing 3 changed files with 1,533 additions and 2,025 deletions.
24 changes: 18 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,26 +68,38 @@
"@stackstorm/module-api": "^2.4.3",
"@stackstorm/module-router": "^2.4.3",
"@stackstorm/module-store": "^2.4.3",
"moment": "2.24.0",
"urijs": "1.19.1",
"acorn": "^6.4.1",
"elliptic": "^6.5.3",
"js-yaml": "^3.13.1",
"kind-of": "^6.0.3",
"lodash": "4.17.19",
"lodash.template": "^4.5.0",
"minimatch": "^3.0.2",
"mixin-deep": "^1.3.2",
"moment": "2.24.0",
"node-uuid": "^1.4.4",
"open": "^6.0.0",
"qs": "^6.0.4",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.0.2",
"redux": "4.0.1"
"redux": "^4.0.1",
"set-value": "^2.0.1",
"urijs": "1.19.1",
"websocket-extensions": "^0.1.4"
},
"devDependencies": {
"@stackstorm/module-test-utils": "^2.4.3",
"@stackstorm/st2-build": "^2.4.3",
"babel-eslint": "10.0.1",
"insert-css": "2.0.0",
"ignore-styles": "5.0.1",
"chai": "4.2.0",
"eslint": "5.16.0",
"eslint": "^6.2.1",
"eslint-plugin-flowtype": "^3.5.1",
"eslint-plugin-notice": "0.7.8",
"eslint-plugin-react": "7.12.4",
"gulp": "4.0.1",
"ignore-styles": "5.0.1",
"insert-css": "2.0.0",
"zombie": "5.0.8"
}
}
2 changes: 1 addition & 1 deletion tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"babelify": "10.0.0",
"cached-path-relative": "1.0.2",
"chalk": "2.4.2",
"css-extract": "1.3.0",
"css-extract": "1.3.1",
"event-stream": "4.0.1",
"express": "4.16.4",
"fancy-log": "1.3.3",
Expand Down
Loading

0 comments on commit dffdea8

Please sign in to comment.