Skip to content

Commit 501d8fb

Browse files
committed
Pin dependencies
1 parent 8fd4466 commit 501d8fb

File tree

25 files changed

+179
-179
lines changed

25 files changed

+179
-179
lines changed

apps/st2-actions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
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-history/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
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

+32-32
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
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",
48+
"@babel/plugin-transform-async-to-generator": "7.10.4",
49+
"@babel/plugin-transform-flow-strip-types": "7.10.4",
5050
"@stackstorm/module-api": "^2.4.3",
5151
"@stackstorm/module-router": "^2.4.3",
5252
"@stackstorm/module-store": "^2.4.3",
@@ -56,22 +56,22 @@
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",
@@ -86,23 +86,23 @@
8686
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
8787
"@stackstorm/module-test-utils": "^2.4.3",
8888
"@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",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"devDependencies": {
6363
"@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
}

modules/st2-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
},
3636
"devDependencies": {
3737
"@stackstorm/module-test-utils": "2.4.3",
38-
"chai": "^4.2.0"
38+
"chai": "4.2.0"
3939
}
4040
}

modules/st2-auto-form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@
6565
"@stackstorm/module-test-utils": "^2.4.3",
6666
"chai": "4.2.0",
6767
"sinon": "7.3.2",
68-
"sinon-chai": "^3.3.0"
68+
"sinon-chai": "3.5.0"
6969
}
7070
}

modules/st2-filter-expandable/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
},
3232
"devDependencies": {
3333
"@stackstorm/st2-style": "2.4.3",
34-
"chai": "^4.2.0"
34+
"chai": "4.2.0"
3535
}
3636
}

modules/st2-flow-link/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"@stackstorm/st2-style": "2.4.3",
6363
"@stackstorm/module-test-utils": "^2.4.3",
6464
"chai": "4.2.0",
65-
"classnames": "^2.2.6"
65+
"classnames": "2.2.6"
6666
}
6767
}

modules/st2-menu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
"@stackstorm/st2-style": "2.4.3",
6565
"@stackstorm/module-test-utils": "^2.4.3",
6666
"chai": "4.2.0",
67-
"classnames": "^2.2.6"
67+
"classnames": "2.2.6"
6868
}
6969
}

modules/st2-pack-icon/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@stackstorm/st2-style": "2.4.3",
6464
"@stackstorm/module-test-utils": "^2.4.3",
6565
"chai": "4.2.0",
66-
"classnames": "^2.2.6",
67-
"moxios": "^0.4.0"
66+
"classnames": "2.2.6",
67+
"moxios": "0.4.0"
6868
}
6969
}

modules/st2-panel/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"@stackstorm/st2-style": "2.4.3",
6262
"@stackstorm/module-test-utils": "^2.4.3",
6363
"chai": "4.2.0",
64-
"classnames": "^2.2.6"
64+
"classnames": "2.2.6"
6565
}
6666
}

modules/st2-remote-form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
"@stackstorm/st2-style": "2.4.3",
6161
"@stackstorm/module-test-utils": "^2.4.3",
6262
"chai": "4.2.0",
63-
"classnames": "^2.2.6"
63+
"classnames": "2.2.6"
6464
}
6565
}

modules/st2flow-canvas/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"devDependencies": {
5353
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
5454
"babelify": "10.0.0",
55-
"classnames": "^2.2.6",
55+
"classnames": "2.2.6",
5656
"postcss": "7.0.14",
57-
"postcss-color-mod-function": "^3.0.3",
57+
"postcss-color-mod-function": "3.0.3",
5858
"postcss-import": "12.0.1",
5959
"postcss-nested": "4.1.2",
6060
"postcss-preset-env": "6.6.0"

modules/st2flow-editor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
5353
"babelify": "10.0.0",
54-
"classnames": "^2.2.6",
54+
"classnames": "2.2.6",
5555
"postcss": "7.0.14",
5656
"postcss-import": "12.0.1",
5757
"postcss-nested": "4.1.2",

modules/st2flow-header/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
5252
"babelify": "10.0.0",
53-
"classnames": "^2.2.6",
53+
"classnames": "2.2.6",
5454
"postcss": "7.0.14",
5555
"postcss-import": "12.0.1",
5656
"postcss-nested": "4.1.2",

modules/st2flow-model/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"eventemitter3": "^3.1.0"
3535
},
3636
"devDependencies": {
37-
"babelify": "^10.0.0",
38-
"chai-subset": "^1.6.0",
39-
"js-yaml": "^3.12.0"
37+
"babelify": "10.0.0",
38+
"chai-subset": "1.6.0",
39+
"js-yaml": "3.14.0"
4040
}
4141
}

modules/st2flow-palette/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
5151
"babelify": "10.0.0",
52-
"classnames": "^2.2.6",
52+
"classnames": "2.2.6",
5353
"postcss": "7.0.14",
5454
"postcss-import": "12.0.1",
5555
"postcss-nested": "4.1.2",

modules/st2flow-perf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"access": "public"
2525
},
2626
"devDependencies": {
27-
"babelify": "^10.0.0"
27+
"babelify": "10.0.0"
2828
},
2929
"dependencies": {
3030
"debug": "^4.0.1"

modules/st2flow-yaml/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"access": "public"
2828
},
2929
"devDependencies": {
30-
"babelify": "^10.0.0"
30+
"babelify": "10.0.0"
3131
},
3232
"dependencies": {
3333
"@stackstorm/st2flow-perf": "1.0.0-pre.5",

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -68,33 +68,33 @@
6868
"@stackstorm/module-api": "^2.4.3",
6969
"@stackstorm/module-router": "^2.4.3",
7070
"@stackstorm/module-store": "^2.4.3",
71-
"acorn": "^6.4.1",
72-
"elliptic": "^6.5.3",
73-
"js-yaml": "^3.13.1",
74-
"kind-of": "^6.0.3",
71+
"acorn": "6.4.2",
72+
"elliptic": "6.5.3",
73+
"js-yaml": "3.14.0",
74+
"kind-of": "6.0.3",
7575
"lodash": "4.17.19",
76-
"lodash.template": "^4.5.0",
77-
"minimatch": "^3.0.2",
78-
"mixin-deep": "^1.3.2",
76+
"lodash.template": "4.5.0",
77+
"minimatch": "3.0.4",
78+
"mixin-deep": "1.3.2",
7979
"moment": "2.24.0",
80-
"node-uuid": "^1.4.4",
81-
"open": "^6.0.0",
82-
"qs": "^6.0.4",
80+
"node-uuid": "1.4.8",
81+
"open": "6.4.0",
82+
"qs": "6.9.4",
8383
"react": "16.8.6",
8484
"react-dom": "16.8.6",
8585
"react-redux": "7.0.2",
86-
"redux": "^4.0.1",
87-
"set-value": "^2.0.1",
88-
"urijs": "^1.19.4",
89-
"websocket-extensions": "^0.1.4"
86+
"redux": "4.0.5",
87+
"set-value": "2.0.1",
88+
"urijs": "1.19.6",
89+
"websocket-extensions": "0.1.4"
9090
},
9191
"devDependencies": {
9292
"@stackstorm/module-test-utils": "^2.4.3",
9393
"@stackstorm/st2-build": "^2.4.3",
9494
"babel-eslint": "10.0.1",
9595
"chai": "4.2.0",
96-
"eslint": "^6.2.1",
97-
"eslint-plugin-flowtype": "^3.5.1",
96+
"eslint": "6.8.0",
97+
"eslint-plugin-flowtype": "3.13.0",
9898
"eslint-plugin-notice": "0.7.8",
9999
"eslint-plugin-react": "7.12.4",
100100
"gulp": "4.0.1",

0 commit comments

Comments
 (0)