Skip to content

Commit

Permalink
Merge pull request #757 from bgaeddert/dependency-clean-up
Browse files Browse the repository at this point in the history
Dependency clean up
  • Loading branch information
JP Bourget authored Jul 9, 2020
2 parents 9e72881 + 5ea94fc commit 462c122
Show file tree
Hide file tree
Showing 40 changed files with 1,154 additions and 4,256 deletions.
36 changes: 4 additions & 32 deletions apps/st2-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,43 +63,15 @@
"@stackstorm/module-time": "^2.4.3",
"@stackstorm/module-title": "^2.4.3",
"@stackstorm/module-view": "^2.4.3",
"atob": "2.1.2",
"babel-eslint": "10.0.1",
"babelify": "10.0.0",
"cached-path-relative": "1.0.2",
"@hapi/cryptiles": "^4.2.1",
"deep-extend": "0.6.0",
"eslint": "5.16.0",
"eslint-plugin-react": "7.12.4",
"growl": "1.10.5",
"gulp": "4.0.1",
"insert-css": "2.0.0",
"lerna": "3.13.2",
"lodash": "4.17.11",
"moment": "2.24.0",
"postcss": "7.0.14",
"postcss-import": "12.0.1",
"postcss-nested": "4.1.2",
"postcss-preset-env": "6.6.0",
"lodash": "4.17.12",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.0.2",
"request": "2.88.0",
"sinon": "7.3.2",
"sinon-chai": "3.3.0",
"zombie": "5.0.8"
"redux": "^4.0.1",
"classnames": "^2.2.6"
},
"devDependencies": {
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
"babelify": "10.0.0",
"postcss": "7.0.14",
"postcss-import": "12.0.1",
"postcss-nested": "4.1.2",
"postcss-preset-env": "6.6.0"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6"
"@stackstorm/st2-style": "2.4.3"
}
}
39 changes: 6 additions & 33 deletions apps/st2-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,43 +49,16 @@
"dependencies": {
"@stackstorm/module-highlight": "^2.4.3",
"@stackstorm/module-router": "^2.4.3",
"atob": "2.1.2",
"babel-eslint": "10.0.1",
"babelify": "10.0.0",
"cached-path-relative": "1.0.2",
"@hapi/cryptiles": "^4.2.1",
"deep-extend": "0.6.0",
"eslint": "5.16.0",
"eslint-plugin-react": "7.12.4",
"growl": "1.10.5",
"gulp": "4.0.1",
"insert-css": "2.0.0",
"lerna": "3.13.2",
"lodash": "4.17.11",
"moment": "2.24.0",
"postcss": "7.0.14",
"postcss-import": "12.0.1",
"postcss-nested": "4.1.2",
"postcss-preset-env": "6.6.0",
"prop-types": "15.7.2",
"@stackstorm/module-store": "^2.4.3",
"@stackstorm/module-flex-table": "^2.4.3",
"@stackstorm/module-api": "^2.4.3",
"lodash": "4.17.12",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.0.2",
"request": "2.88.0",
"sinon": "7.3.2",
"sinon-chai": "3.3.0",
"zombie": "5.0.8"
"prop-types": "15.7.2"
},
"devDependencies": {
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
"babelify": "10.0.0",
"postcss": "7.0.14",
"postcss-import": "12.0.1",
"postcss-nested": "4.1.2",
"postcss-preset-env": "6.6.0"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6"
"@stackstorm/st2-style": "2.4.3"
}
}
35 changes: 3 additions & 32 deletions apps/st2-history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,43 +65,14 @@
"@stackstorm/module-time": "^2.4.3",
"@stackstorm/module-title": "^2.4.3",
"@stackstorm/module-view": "^2.4.3",
"atob": "2.1.2",
"babel-eslint": "10.0.1",
"babelify": "10.0.0",
"cached-path-relative": "1.0.2",
"@hapi/cryptiles": "^4.2.1",
"deep-extend": "0.6.0",
"eslint": "5.16.0",
"eslint-plugin-react": "7.12.4",
"growl": "1.10.5",
"gulp": "4.0.1",
"insert-css": "2.0.0",
"lerna": "3.13.2",
"lodash": "4.17.11",
"moment": "2.24.0",
"postcss": "7.0.14",
"postcss-import": "12.0.1",
"postcss-nested": "4.1.2",
"postcss-preset-env": "6.6.0",
"lodash": "4.17.12",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.0.2",
"request": "2.88.0",
"sinon": "7.3.2",
"sinon-chai": "3.3.0",
"zombie": "5.0.8"
"classnames": "^2.2.6"
},
"devDependencies": {
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
"babelify": "10.0.0",
"postcss": "7.0.14",
"postcss-import": "12.0.1",
"postcss-nested": "4.1.2",
"postcss-preset-env": "6.6.0"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6"
"@stackstorm/st2-style": "2.4.3"
}
}
44 changes: 3 additions & 41 deletions apps/st2-inquiry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,63 +47,25 @@
"access": "public"
},
"dependencies": {
"@stackstorm/module-action-reporter": "^2.4.3",
"@stackstorm/module-api": "^2.4.3",
"@stackstorm/module-auto-form": "^2.4.3",
"@stackstorm/module-filter": "^2.4.3",
"@stackstorm/module-filter-expandable": "^2.4.3",
"@stackstorm/module-flex-table": "^2.4.3",
"@stackstorm/module-forms": "^2.4.3",
"@stackstorm/module-highlight": "^2.4.3",
"@stackstorm/module-label": "^2.4.3",
"@stackstorm/module-menu": "^2.4.3",
"@stackstorm/module-notification": "^2.4.3",
"@stackstorm/module-panel": "^2.4.3",
"@stackstorm/module-popup": "^2.4.3",
"@stackstorm/module-proportional": "^2.4.3",
"@stackstorm/module-router": "^2.4.3",
"@stackstorm/module-select-on-click": "^2.4.3",
"@stackstorm/module-store": "^2.4.3",
"@stackstorm/module-time": "^2.4.3",
"@stackstorm/module-title": "^2.4.3",
"@stackstorm/module-view": "^2.4.3",
"atob": "2.1.2",
"babel-eslint": "10.0.1",
"babelify": "10.0.0",
"cached-path-relative": "1.0.2",
"@hapi/cryptiles": "^4.2.1",
"deep-extend": "0.6.0",
"eslint": "5.16.0",
"eslint-plugin-react": "7.12.4",
"growl": "1.10.5",
"gulp": "4.0.1",
"insert-css": "2.0.0",
"lerna": "3.13.2",
"lodash": "4.17.11",
"moment": "2.24.0",
"postcss": "7.0.14",
"postcss-import": "12.0.1",
"postcss-nested": "4.1.2",
"postcss-preset-env": "6.6.0",
"lodash": "4.17.12",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.0.2",
"request": "2.88.0",
"sinon": "7.3.2",
"sinon-chai": "3.3.0",
"zombie": "5.0.8"
"classnames": "^2.2.6"
},
"devDependencies": {
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
"babelify": "10.0.0",
"postcss": "7.0.14",
"postcss-import": "12.0.1",
"postcss-nested": "4.1.2",
"postcss-preset-env": "6.6.0"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6"
"@stackstorm/st2-style": "2.4.3"
}
}
35 changes: 3 additions & 32 deletions apps/st2-packs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,43 +57,14 @@
"@stackstorm/module-router": "^2.4.3",
"@stackstorm/module-store": "^2.4.3",
"@stackstorm/module-title": "^2.4.3",
"atob": "2.1.2",
"babel-eslint": "10.0.1",
"babelify": "10.0.0",
"cached-path-relative": "1.0.2",
"@hapi/cryptiles": "^4.2.1",
"deep-extend": "0.6.0",
"eslint": "5.16.0",
"eslint-plugin-react": "7.12.4",
"growl": "1.10.5",
"gulp": "4.0.1",
"insert-css": "2.0.0",
"lerna": "3.13.2",
"lodash": "4.17.11",
"moment": "2.24.0",
"postcss": "7.0.14",
"postcss-import": "12.0.1",
"postcss-nested": "4.1.2",
"postcss-preset-env": "6.6.0",
"lodash": "4.17.12",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.0.2",
"request": "2.88.0",
"sinon": "7.3.2",
"sinon-chai": "3.3.0",
"zombie": "5.0.8"
"classnames": "^2.2.6"
},
"devDependencies": {
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
"babelify": "10.0.0",
"postcss": "7.0.14",
"postcss-import": "12.0.1",
"postcss-nested": "4.1.2",
"postcss-preset-env": "6.6.0"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6"
"@stackstorm/st2-style": "2.4.3"
}
}
36 changes: 2 additions & 34 deletions apps/st2-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,43 +62,11 @@
"@stackstorm/module-store": "^2.4.3",
"@stackstorm/module-time": "^2.4.3",
"@stackstorm/module-title": "^2.4.3",
"atob": "2.1.2",
"babel-eslint": "10.0.1",
"babelify": "10.0.0",
"cached-path-relative": "1.0.2",
"@hapi/cryptiles": "^4.2.1",
"deep-extend": "0.6.0",
"eslint": "5.16.0",
"eslint-plugin-react": "7.12.4",
"growl": "1.10.5",
"gulp": "4.0.1",
"insert-css": "2.0.0",
"lerna": "3.13.2",
"lodash": "4.17.11",
"moment": "2.24.0",
"postcss": "7.0.14",
"postcss-import": "12.0.1",
"postcss-nested": "4.1.2",
"postcss-preset-env": "6.6.0",
"lodash": "4.17.12",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.0.2",
"request": "2.88.0",
"sinon": "7.3.2",
"sinon-chai": "3.3.0",
"zombie": "5.0.8"
},
"devDependencies": {
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
"babelify": "10.0.0",
"postcss": "7.0.14",
"postcss-import": "12.0.1",
"postcss-nested": "4.1.2",
"postcss-preset-env": "6.6.0"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6"
"classnames": "^2.2.6"
}
}
39 changes: 3 additions & 36 deletions apps/st2-triggers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@
},
"dependencies": {
"@stackstorm/module-api": "^2.4.3",
"@stackstorm/module-auto-form": "^2.4.3",
"@stackstorm/module-criteria": "^2.4.3",
"@stackstorm/module-flex-table": "^2.4.3",
"@stackstorm/module-forms": "^2.4.3",
"@stackstorm/module-highlight": "^2.4.3",
Expand All @@ -56,49 +54,18 @@
"@stackstorm/module-notification": "^2.4.3",
"@stackstorm/module-pack-icon": "^2.4.3",
"@stackstorm/module-panel": "^2.4.3",
"@stackstorm/module-popup": "^2.4.3",
"@stackstorm/module-remote-form": "^2.4.3",
"@stackstorm/module-router": "^2.4.3",
"@stackstorm/module-store": "^2.4.3",
"@stackstorm/module-time": "^2.4.3",
"@stackstorm/module-title": "^2.4.3",
"atob": "2.1.2",
"babel-eslint": "10.0.1",
"babelify": "10.0.0",
"cached-path-relative": "1.0.2",
"@hapi/cryptiles": "^4.2.1",
"deep-extend": "0.6.0",
"eslint": "5.16.0",
"eslint-plugin-react": "7.12.4",
"growl": "1.10.5",
"gulp": "4.0.1",
"insert-css": "2.0.0",
"lerna": "3.13.2",
"lodash": "4.17.11",
"moment": "2.24.0",
"postcss": "7.0.14",
"postcss-import": "12.0.1",
"postcss-nested": "4.1.2",
"postcss-preset-env": "6.6.0",
"lodash": "4.17.12",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.0.2",
"request": "2.88.0",
"sinon": "7.3.2",
"sinon-chai": "3.3.0",
"zombie": "5.0.8"
"classnames": "^2.2.6"
},
"devDependencies": {
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
"babelify": "10.0.0",
"postcss": "7.0.14",
"postcss-import": "12.0.1",
"postcss-nested": "4.1.2",
"postcss-preset-env": "6.6.0"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6"
"@stackstorm/st2-style": "2.4.3"
}
}
Loading

0 comments on commit 462c122

Please sign in to comment.