Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6127bc5

Browse files
committedMar 22, 2021
Update babel monorepo
1 parent ca9f220 commit 6127bc5

File tree

4 files changed

+898
-584
lines changed

4 files changed

+898
-584
lines changed
 

‎apps/st2-workflows/package.json

+11-11
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.13.0",
49+
"@babel/plugin-transform-flow-strip-types": "7.13.0",
5050
"@stackstorm/module-api": "^2.4.3",
5151
"@stackstorm/module-router": "^2.4.3",
5252
"@stackstorm/module-store": "^2.4.3",
@@ -74,15 +74,15 @@
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.13.10",
78+
"@babel/plugin-proposal-class-properties": "7.13.0",
79+
"@babel/plugin-proposal-decorators": "7.13.5",
80+
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
81+
"@babel/plugin-transform-runtime": "7.13.10",
82+
"@babel/polyfill": "7.12.1",
83+
"@babel/preset-env": "7.13.12",
84+
"@babel/preset-react": "7.12.13",
85+
"@babel/register": "7.13.8",
8686
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
8787
"@stackstorm/module-test-utils": "^2.4.3",
8888
"@stackstorm/st2-build": "^2.4.2",

‎package.json

+1-1
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

+10-10
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
},
2626
"devDependencies": {
2727
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
28-
"@babel/core": "7.4.3",
29-
"@babel/plugin-proposal-class-properties": "7.4.0",
30-
"@babel/plugin-proposal-decorators": "7.4.0",
31-
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
32-
"@babel/plugin-transform-runtime": "7.4.3",
33-
"@babel/polyfill": "7.4.3",
34-
"@babel/preset-env": "7.4.3",
35-
"@babel/preset-react": "7.0.0",
36-
"@babel/register": "7.4.0",
37-
"babel-eslint": "10.0.1",
28+
"@babel/core": "7.13.10",
29+
"@babel/plugin-proposal-class-properties": "7.13.0",
30+
"@babel/plugin-proposal-decorators": "7.13.5",
31+
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
32+
"@babel/plugin-transform-runtime": "7.13.10",
33+
"@babel/polyfill": "7.12.1",
34+
"@babel/preset-env": "7.13.12",
35+
"@babel/preset-react": "7.12.13",
36+
"@babel/register": "7.13.8",
37+
"babel-eslint": "10.1.0",
3838
"browserify": "16.2.3",
3939
"babelify": "10.0.0",
4040
"cached-path-relative": "1.0.2",

‎yarn.lock

+876-562
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.