Skip to content

Commit 8afac4b

Browse files
committed
Update babel monorepo
1 parent 2180581 commit 8afac4b

7 files changed

Lines changed: 954 additions & 556 deletions

File tree

apps/st2-workflows/package.json

Lines changed: 13 additions & 13 deletions
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,7 +56,7 @@
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",
59+
"babel-eslint": "10.1.0",
6060
"classnames": "^2.2.5",
6161
"eslint-plugin-flowtype": "^3.5.1",
6262
"eventemitter3": "^3.1.0",
@@ -74,19 +74,19 @@
7474
"urijs": "^1.19.4 "
7575
},
7676
"devDependencies": {
77-
"@babel/core": "7.4.3",
78-
"@babel/plugin-proposal-class-properties": "7.4.0",
79-
"@babel/plugin-proposal-decorators": "7.4.0",
80-
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
81-
"@babel/plugin-transform-runtime": "7.4.3",
82-
"@babel/polyfill": "7.4.3",
83-
"@babel/preset-env": "7.4.3",
84-
"@babel/preset-react": "7.0.0",
85-
"@babel/register": "7.4.0",
77+
"@babel/core": "7.14.8",
78+
"@babel/plugin-proposal-class-properties": "7.14.5",
79+
"@babel/plugin-proposal-decorators": "7.14.5",
80+
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
81+
"@babel/plugin-transform-runtime": "7.14.5",
82+
"@babel/polyfill": "7.12.1",
83+
"@babel/preset-env": "7.14.8",
84+
"@babel/preset-react": "7.14.5",
85+
"@babel/register": "7.14.5",
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",
89+
"babelify": "10.0.0",
9090
"browserify": "^16.2.3",
9191
"chai": "^4.1.2",
9292
"eslint": "^5.16.0",

modules/st2flow-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eventemitter3": "^3.1.0"
3535
},
3636
"devDependencies": {
37-
"babelify": "^10.0.0",
37+
"babelify": "10.0.0",
3838
"chai-subset": "^1.6.0",
3939
"js-yaml": "^3.12.0"
4040
}

modules/st2flow-perf/package.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"devDependencies": {
9292
"@stackstorm/module-test-utils": "^2.4.3",
9393
"@stackstorm/st2-build": "^2.4.3",
94-
"babel-eslint": "10.0.1",
94+
"babel-eslint": "10.1.0",
9595
"chai": "4.2.0",
9696
"eslint": "^6.2.1",
9797
"eslint-plugin-flowtype": "^3.5.1",

tasks/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@
2424
"access": "public"
2525
},
2626
"devDependencies": {
27-
"@babel/core": "7.4.3",
28-
"@babel/plugin-proposal-class-properties": "7.4.0",
29-
"@babel/plugin-proposal-decorators": "7.4.0",
30-
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
31-
"@babel/plugin-transform-runtime": "7.4.3",
32-
"@babel/polyfill": "7.4.3",
33-
"@babel/preset-env": "7.4.3",
34-
"@babel/preset-react": "7.0.0",
35-
"@babel/register": "7.4.0",
27+
"@babel/core": "7.14.8",
28+
"@babel/plugin-proposal-class-properties": "7.14.5",
29+
"@babel/plugin-proposal-decorators": "7.14.5",
30+
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
31+
"@babel/plugin-transform-runtime": "7.14.5",
32+
"@babel/polyfill": "7.12.1",
33+
"@babel/preset-env": "7.14.8",
34+
"@babel/preset-react": "7.14.5",
35+
"@babel/register": "7.14.5",
3636
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
37-
"babel-eslint": "10.0.1",
37+
"babel-eslint": "10.1.0",
3838
"babelify": "10.0.0",
3939
"browserify": "16.2.3",
4040
"cached-path-relative": "1.0.2",

0 commit comments

Comments
 (0)