Skip to content

Commit becd33c

Browse files
committed
Pin dependencies
1 parent 8fd4466 commit becd33c

File tree

38 files changed

+312
-312
lines changed

38 files changed

+312
-312
lines changed

apps/st2-actions/package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,31 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@stackstorm/module-action-reporter": "^2.4.3",
49-
"@stackstorm/module-api": "^2.4.3",
50-
"@stackstorm/module-auto-form": "^2.4.5",
51-
"@stackstorm/module-filter-expandable": "^2.4.3",
52-
"@stackstorm/module-flex-table": "^2.4.3",
53-
"@stackstorm/module-flow-link": "^2.4.3",
54-
"@stackstorm/module-forms": "^2.4.3",
55-
"@stackstorm/module-highlight": "^2.4.3",
56-
"@stackstorm/module-label": "^2.4.3",
57-
"@stackstorm/module-menu": "^2.4.3",
58-
"@stackstorm/module-notification": "^2.4.3",
59-
"@stackstorm/module-pack-icon": "^2.4.3",
60-
"@stackstorm/module-panel": "^2.4.3",
61-
"@stackstorm/module-router": "^2.4.3",
62-
"@stackstorm/module-store": "^2.4.3",
63-
"@stackstorm/module-time": "^2.4.3",
64-
"@stackstorm/module-title": "^2.4.3",
65-
"@stackstorm/module-view": "^2.4.3",
48+
"@stackstorm/module-action-reporter": "2.4.3",
49+
"@stackstorm/module-api": "2.4.3",
50+
"@stackstorm/module-auto-form": "2.4.5",
51+
"@stackstorm/module-filter-expandable": "2.4.3",
52+
"@stackstorm/module-flex-table": "2.4.3",
53+
"@stackstorm/module-flow-link": "2.4.3",
54+
"@stackstorm/module-forms": "2.4.3",
55+
"@stackstorm/module-highlight": "2.4.3",
56+
"@stackstorm/module-label": "2.4.3",
57+
"@stackstorm/module-menu": "2.4.3",
58+
"@stackstorm/module-notification": "2.4.3",
59+
"@stackstorm/module-pack-icon": "2.4.3",
60+
"@stackstorm/module-panel": "2.4.3",
61+
"@stackstorm/module-router": "2.4.3",
62+
"@stackstorm/module-store": "2.4.3",
63+
"@stackstorm/module-time": "2.4.3",
64+
"@stackstorm/module-title": "2.4.3",
65+
"@stackstorm/module-view": "2.4.3",
6666
"lodash": "4.17.19",
6767
"prop-types": "15.7.2",
6868
"react": "16.8.6",
6969
"react-dom": "16.8.6",
7070
"react-redux": "7.0.2",
71-
"redux": "^4.0.1",
72-
"classnames": "^2.2.6"
71+
"redux": "4.0.5",
72+
"classnames": "2.2.6"
7373
},
7474
"devDependencies": {
7575
"@stackstorm/st2-style": "2.4.3"

apps/st2-code/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
"access": "public"
4848
},
4949
"dependencies": {
50-
"@stackstorm/module-highlight": "^2.4.3",
51-
"@stackstorm/module-router": "^2.4.3",
52-
"@stackstorm/module-store": "^2.4.3",
53-
"@stackstorm/module-flex-table": "^2.4.3",
54-
"@stackstorm/module-api": "^2.4.3",
50+
"@stackstorm/module-highlight": "2.4.3",
51+
"@stackstorm/module-router": "2.4.3",
52+
"@stackstorm/module-store": "2.4.3",
53+
"@stackstorm/module-flex-table": "2.4.3",
54+
"@stackstorm/module-api": "2.4.3",
5555
"lodash": "4.17.19",
5656
"react": "16.8.6",
5757
"react-dom": "16.8.6",

apps/st2-history/package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -45,32 +45,32 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@stackstorm/module-action-reporter": "^2.4.3",
49-
"@stackstorm/module-api": "^2.4.3",
50-
"@stackstorm/module-auto-form": "^2.4.5",
51-
"@stackstorm/module-filter": "^2.4.3",
52-
"@stackstorm/module-filter-expandable": "^2.4.3",
53-
"@stackstorm/module-flex-table": "^2.4.3",
54-
"@stackstorm/module-forms": "^2.4.3",
55-
"@stackstorm/module-highlight": "^2.4.3",
56-
"@stackstorm/module-label": "^2.4.3",
57-
"@stackstorm/module-menu": "^2.4.3",
58-
"@stackstorm/module-notification": "^2.4.3",
59-
"@stackstorm/module-panel": "^2.4.3",
60-
"@stackstorm/module-popup": "^2.4.3",
61-
"@stackstorm/module-proportional": "^2.4.3",
62-
"@stackstorm/module-router": "^2.4.3",
63-
"@stackstorm/module-select-on-click": "^2.4.3",
64-
"@stackstorm/module-store": "^2.4.3",
65-
"@stackstorm/module-time": "^2.4.3",
66-
"@stackstorm/module-title": "^2.4.3",
67-
"@stackstorm/module-view": "^2.4.3",
48+
"@stackstorm/module-action-reporter": "2.4.3",
49+
"@stackstorm/module-api": "2.4.3",
50+
"@stackstorm/module-auto-form": "2.4.5",
51+
"@stackstorm/module-filter": "2.4.3",
52+
"@stackstorm/module-filter-expandable": "2.4.3",
53+
"@stackstorm/module-flex-table": "2.4.3",
54+
"@stackstorm/module-forms": "2.4.3",
55+
"@stackstorm/module-highlight": "2.4.3",
56+
"@stackstorm/module-label": "2.4.3",
57+
"@stackstorm/module-menu": "2.4.3",
58+
"@stackstorm/module-notification": "2.4.3",
59+
"@stackstorm/module-panel": "2.4.3",
60+
"@stackstorm/module-popup": "2.4.3",
61+
"@stackstorm/module-proportional": "2.4.3",
62+
"@stackstorm/module-router": "2.4.3",
63+
"@stackstorm/module-select-on-click": "2.4.3",
64+
"@stackstorm/module-store": "2.4.3",
65+
"@stackstorm/module-time": "2.4.3",
66+
"@stackstorm/module-title": "2.4.3",
67+
"@stackstorm/module-view": "2.4.3",
6868
"lodash": "4.17.19",
6969
"prop-types": "15.7.2",
7070
"react": "16.8.6",
7171
"react-dom": "16.8.6",
7272
"react-redux": "7.0.2",
73-
"classnames": "^2.2.6"
73+
"classnames": "2.2.6"
7474
},
7575
"devDependencies": {
7676
"@stackstorm/st2-style": "2.4.3"

apps/st2-inquiry/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,23 @@
4747
"access": "public"
4848
},
4949
"dependencies": {
50-
"@stackstorm/module-api": "^2.4.3",
51-
"@stackstorm/module-auto-form": "^2.4.5",
52-
"@stackstorm/module-flex-table": "^2.4.3",
53-
"@stackstorm/module-forms": "^2.4.3",
54-
"@stackstorm/module-highlight": "^2.4.3",
55-
"@stackstorm/module-menu": "^2.4.3",
56-
"@stackstorm/module-notification": "^2.4.3",
57-
"@stackstorm/module-panel": "^2.4.3",
58-
"@stackstorm/module-router": "^2.4.3",
59-
"@stackstorm/module-store": "^2.4.3",
60-
"@stackstorm/module-title": "^2.4.3",
50+
"@stackstorm/module-api": "2.4.3",
51+
"@stackstorm/module-auto-form": "2.4.5",
52+
"@stackstorm/module-flex-table": "2.4.3",
53+
"@stackstorm/module-forms": "2.4.3",
54+
"@stackstorm/module-highlight": "2.4.3",
55+
"@stackstorm/module-menu": "2.4.3",
56+
"@stackstorm/module-notification": "2.4.3",
57+
"@stackstorm/module-panel": "2.4.3",
58+
"@stackstorm/module-router": "2.4.3",
59+
"@stackstorm/module-store": "2.4.3",
60+
"@stackstorm/module-title": "2.4.3",
6161
"lodash": "4.17.19",
6262
"prop-types": "15.7.2",
6363
"react": "16.8.6",
6464
"react-dom": "16.8.6",
6565
"react-redux": "7.0.2",
66-
"classnames": "^2.2.6"
66+
"classnames": "2.2.6"
6767
},
6868
"devDependencies": {
6969
"@stackstorm/st2-style": "2.4.3"

apps/st2-packs/package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -45,24 +45,24 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@stackstorm/module-api": "^2.4.3",
49-
"@stackstorm/module-auto-form": "^2.4.5",
50-
"@stackstorm/module-flex-table": "^2.4.3",
51-
"@stackstorm/module-forms": "^2.4.3",
52-
"@stackstorm/module-highlight": "^2.4.3",
53-
"@stackstorm/module-menu": "^2.4.3",
54-
"@stackstorm/module-notification": "^2.4.3",
55-
"@stackstorm/module-panel": "^2.4.3",
56-
"@stackstorm/module-portion-bar": "^2.4.3",
57-
"@stackstorm/module-router": "^2.4.3",
58-
"@stackstorm/module-store": "^2.4.3",
59-
"@stackstorm/module-title": "^2.4.3",
48+
"@stackstorm/module-api": "2.4.3",
49+
"@stackstorm/module-auto-form": "2.4.5",
50+
"@stackstorm/module-flex-table": "2.4.3",
51+
"@stackstorm/module-forms": "2.4.3",
52+
"@stackstorm/module-highlight": "2.4.3",
53+
"@stackstorm/module-menu": "2.4.3",
54+
"@stackstorm/module-notification": "2.4.3",
55+
"@stackstorm/module-panel": "2.4.3",
56+
"@stackstorm/module-portion-bar": "2.4.3",
57+
"@stackstorm/module-router": "2.4.3",
58+
"@stackstorm/module-store": "2.4.3",
59+
"@stackstorm/module-title": "2.4.3",
6060
"lodash": "4.17.19",
6161
"prop-types": "15.7.2",
6262
"react": "16.8.6",
6363
"react-dom": "16.8.6",
6464
"react-redux": "7.0.2",
65-
"classnames": "^2.2.6"
65+
"classnames": "2.2.6"
6666
},
6767
"devDependencies": {
6868
"@stackstorm/st2-style": "2.4.3"

apps/st2-rules/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,28 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@stackstorm/module-api": "^2.4.3",
49-
"@stackstorm/module-auto-form": "^2.4.5",
50-
"@stackstorm/module-criteria": "^2.4.3",
51-
"@stackstorm/module-flex-table": "^2.4.3",
52-
"@stackstorm/module-forms": "^2.4.3",
53-
"@stackstorm/module-highlight": "^2.4.3",
54-
"@stackstorm/module-label": "^2.4.3",
55-
"@stackstorm/module-menu": "^2.4.3",
56-
"@stackstorm/module-notification": "^2.4.3",
57-
"@stackstorm/module-pack-icon": "^2.4.3",
58-
"@stackstorm/module-panel": "^2.4.3",
59-
"@stackstorm/module-popup": "^2.4.3",
60-
"@stackstorm/module-remote-form": "^2.4.3",
61-
"@stackstorm/module-router": "^2.4.3",
62-
"@stackstorm/module-store": "^2.4.3",
63-
"@stackstorm/module-time": "^2.4.3",
64-
"@stackstorm/module-title": "^2.4.3",
48+
"@stackstorm/module-api": "2.4.3",
49+
"@stackstorm/module-auto-form": "2.4.5",
50+
"@stackstorm/module-criteria": "2.4.3",
51+
"@stackstorm/module-flex-table": "2.4.3",
52+
"@stackstorm/module-forms": "2.4.3",
53+
"@stackstorm/module-highlight": "2.4.3",
54+
"@stackstorm/module-label": "2.4.3",
55+
"@stackstorm/module-menu": "2.4.3",
56+
"@stackstorm/module-notification": "2.4.3",
57+
"@stackstorm/module-pack-icon": "2.4.3",
58+
"@stackstorm/module-panel": "2.4.3",
59+
"@stackstorm/module-popup": "2.4.3",
60+
"@stackstorm/module-remote-form": "2.4.3",
61+
"@stackstorm/module-router": "2.4.3",
62+
"@stackstorm/module-store": "2.4.3",
63+
"@stackstorm/module-time": "2.4.3",
64+
"@stackstorm/module-title": "2.4.3",
6565
"lodash": "4.17.19",
6666
"prop-types": "15.7.2",
6767
"react": "16.8.6",
6868
"react-dom": "16.8.6",
6969
"react-redux": "7.0.2",
70-
"classnames": "^2.2.6"
70+
"classnames": "2.2.6"
7171
}
7272
}

apps/st2-triggers/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,25 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@stackstorm/module-api": "^2.4.3",
49-
"@stackstorm/module-flex-table": "^2.4.3",
50-
"@stackstorm/module-forms": "^2.4.3",
51-
"@stackstorm/module-highlight": "^2.4.3",
52-
"@stackstorm/module-label": "^2.4.3",
53-
"@stackstorm/module-menu": "^2.4.3",
54-
"@stackstorm/module-notification": "^2.4.3",
55-
"@stackstorm/module-pack-icon": "^2.4.3",
56-
"@stackstorm/module-panel": "^2.4.3",
57-
"@stackstorm/module-router": "^2.4.3",
58-
"@stackstorm/module-store": "^2.4.3",
59-
"@stackstorm/module-time": "^2.4.3",
60-
"@stackstorm/module-title": "^2.4.3",
48+
"@stackstorm/module-api": "2.4.3",
49+
"@stackstorm/module-flex-table": "2.4.3",
50+
"@stackstorm/module-forms": "2.4.3",
51+
"@stackstorm/module-highlight": "2.4.3",
52+
"@stackstorm/module-label": "2.4.3",
53+
"@stackstorm/module-menu": "2.4.3",
54+
"@stackstorm/module-notification": "2.4.3",
55+
"@stackstorm/module-pack-icon": "2.4.3",
56+
"@stackstorm/module-panel": "2.4.3",
57+
"@stackstorm/module-router": "2.4.3",
58+
"@stackstorm/module-store": "2.4.3",
59+
"@stackstorm/module-time": "2.4.3",
60+
"@stackstorm/module-title": "2.4.3",
6161
"lodash": "4.17.19",
6262
"prop-types": "15.7.2",
6363
"react": "16.8.6",
6464
"react-dom": "16.8.6",
6565
"react-redux": "7.0.2",
66-
"classnames": "^2.2.6"
66+
"classnames": "2.2.6"
6767
},
6868
"devDependencies": {
6969
"@stackstorm/st2-style": "2.4.3"

apps/st2-workflows/package.json

+38-38
Original file line numberDiff line numberDiff line change
@@ -45,33 +45,33 @@
4545
"access": "public"
4646
},
4747
"dependencies": {
48-
"@babel/plugin-transform-async-to-generator": "^7.4.0",
49-
"@babel/plugin-transform-flow-strip-types": "^7.4.0",
50-
"@stackstorm/module-api": "^2.4.3",
51-
"@stackstorm/module-router": "^2.4.3",
52-
"@stackstorm/module-store": "^2.4.3",
53-
"@stackstorm/st2-style": "^2.4.3",
48+
"@babel/plugin-transform-async-to-generator": "7.10.4",
49+
"@babel/plugin-transform-flow-strip-types": "7.10.4",
50+
"@stackstorm/module-api": "2.4.3",
51+
"@stackstorm/module-router": "2.4.3",
52+
"@stackstorm/module-store": "2.4.3",
53+
"@stackstorm/st2-style": "2.4.3",
5454
"@stackstorm/st2flow-canvas": "1.0.0",
5555
"@stackstorm/st2flow-details": "1.0.0",
5656
"@stackstorm/st2flow-header": "1.0.0",
5757
"@stackstorm/st2flow-model": "1.0.0-pre.5",
5858
"@stackstorm/st2flow-palette": "1.0.0",
59-
"babel-eslint": "^10.0.1",
60-
"classnames": "^2.2.5",
61-
"eslint-plugin-flowtype": "^3.5.1",
62-
"eventemitter3": "^3.1.0",
63-
"gulp-uglify-es": "^1.0.4",
64-
"insert-css": "^2.0.0",
65-
"lodash": "^4.17.4",
66-
"moment": "^2.18.1",
67-
"prop-types": "^15.6.0",
68-
"react": "^16.8.4",
69-
"react-dom": "^16.8.4",
70-
"react-hotkeys": "^1.1.4",
71-
"react-redux": "^6.0.1",
72-
"react-router-dom": "^5.0.0",
73-
"redux": "^4.0.1",
74-
"urijs": "^1.19.4 "
59+
"babel-eslint": "10.1.0",
60+
"classnames": "2.2.6",
61+
"eslint-plugin-flowtype": "3.13.0",
62+
"eventemitter3": "3.1.2",
63+
"gulp-uglify-es": "1.0.4",
64+
"insert-css": "2.0.0",
65+
"lodash": "4.17.20",
66+
"moment": "2.29.1",
67+
"prop-types": "15.7.2",
68+
"react": "16.13.1",
69+
"react-dom": "16.13.1",
70+
"react-hotkeys": "1.1.4",
71+
"react-redux": "6.0.1",
72+
"react-router-dom": "5.2.0",
73+
"redux": "4.0.5",
74+
"urijs": "1.19.6"
7575
},
7676
"devDependencies": {
7777
"@babel/core": "7.4.3",
@@ -84,25 +84,25 @@
8484
"@babel/preset-react": "7.0.0",
8585
"@babel/register": "7.4.0",
8686
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
87-
"@stackstorm/module-test-utils": "^2.4.3",
88-
"@stackstorm/st2-build": "^2.4.2",
89-
"babelify": "^10.0.0",
90-
"browserify": "^16.2.3",
91-
"chai": "^4.1.2",
92-
"eslint": "^5.16.0",
87+
"@stackstorm/module-test-utils": "2.4.3",
88+
"@stackstorm/st2-build": "2.4.3",
89+
"babelify": "10.0.0",
90+
"browserify": "16.5.2",
91+
"chai": "4.2.0",
92+
"eslint": "5.16.0",
9393
"eslint-plugin-notice": "0.7.8",
94-
"eslint-plugin-react": "^7.12.4",
95-
"flow-bin": "^0.96.0",
96-
"ignore-styles": "^5.0.1",
97-
"lerna": "^3.4.3",
98-
"less": "^3.9.0",
99-
"postcss": "^7.0.14",
94+
"eslint-plugin-react": "7.21.3",
95+
"flow-bin": "0.96.0",
96+
"ignore-styles": "5.0.1",
97+
"lerna": "3.22.1",
98+
"less": "3.12.2",
99+
"postcss": "7.0.35",
100100
"postcss-import": "12.0.1",
101101
"postcss-nested": "4.1.2",
102102
"postcss-preset-env": "6.6.0",
103-
"request": "^2.69.0",
104-
"sinon": "^7.3.1",
105-
"sinon-chai": "^3.3.0",
106-
"zombie": "^6.1.4"
103+
"request": "2.88.2",
104+
"sinon": "7.5.0",
105+
"sinon-chai": "3.5.0",
106+
"zombie": "6.1.4"
107107
}
108108
}

modules/st2-action-reporter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"classnames": "^2.2.6"
6161
},
6262
"devDependencies": {
63-
"@stackstorm/module-test-utils": "^2.4.3",
63+
"@stackstorm/module-test-utils": "2.4.3",
6464
"@stackstorm/st2-style": "2.4.3",
65-
"chai": "^4.2.0"
65+
"chai": "4.2.0"
6666
}
6767
}

0 commit comments

Comments
 (0)