Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update babel monorepo
Browse files Browse the repository at this point in the history
renovate-bot committed Mar 4, 2021
1 parent ca9f220 commit c1a8c03
Showing 4 changed files with 888 additions and 583 deletions.
22 changes: 11 additions & 11 deletions apps/st2-workflows/package.json
Original file line number Diff line number Diff line change
@@ -45,8 +45,8 @@
"access": "public"
},
"dependencies": {
"@babel/plugin-transform-async-to-generator": "^7.4.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.0",
"@babel/plugin-transform-async-to-generator": "7.13.0",
"@babel/plugin-transform-flow-strip-types": "7.13.0",
"@stackstorm/module-api": "^2.4.3",
"@stackstorm/module-router": "^2.4.3",
"@stackstorm/module-store": "^2.4.3",
@@ -74,15 +74,15 @@
"urijs": "^1.19.4 "
},
"devDependencies": {
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-proposal-decorators": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/plugin-transform-runtime": "7.4.3",
"@babel/polyfill": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.4.0",
"@babel/core": "7.13.8",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-decorators": "7.13.5",
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
"@babel/plugin-transform-runtime": "7.13.9",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.13.9",
"@babel/preset-react": "7.12.13",
"@babel/register": "7.13.8",
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
"@stackstorm/module-test-utils": "^2.4.3",
"@stackstorm/st2-build": "^2.4.2",
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@
"devDependencies": {
"@stackstorm/module-test-utils": "^2.4.3",
"@stackstorm/st2-build": "^2.4.3",
"babel-eslint": "10.0.1",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"eslint": "^6.2.1",
"eslint-plugin-flowtype": "^3.5.1",
20 changes: 10 additions & 10 deletions tasks/package.json
Original file line number Diff line number Diff line change
@@ -25,16 +25,16 @@
},
"devDependencies": {
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
"@babel/core": "7.4.3",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-proposal-decorators": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.3",
"@babel/plugin-transform-runtime": "7.4.3",
"@babel/polyfill": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.4.0",
"babel-eslint": "10.0.1",
"@babel/core": "7.13.8",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-decorators": "7.13.5",
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
"@babel/plugin-transform-runtime": "7.13.9",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.13.9",
"@babel/preset-react": "7.12.13",
"@babel/register": "7.13.8",
"babel-eslint": "10.1.0",
"browserify": "16.2.3",
"babelify": "10.0.0",
"cached-path-relative": "1.0.2",
1,427 changes: 866 additions & 561 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit c1a8c03

Please sign in to comment.