Skip to content

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 23, 2021
1 parent 8fd4466 commit 18017f0
Show file tree
Hide file tree
Showing 4 changed files with 875 additions and 572 deletions.
22 changes: 11 additions & 11 deletions apps/st2-workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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.1",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-decorators": "7.13.5",
"@babel/plugin-proposal-object-rest-spread": "7.13.0",
"@babel/plugin-transform-runtime": "7.13.5",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.13.5",
"@babel/preset-react": "7.12.13",
"@babel/register": "7.13.0",
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
"@stackstorm/module-test-utils": "^2.4.3",
"@stackstorm/st2-build": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
20 changes: 10 additions & 10 deletions tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-decorators": "7.13.5",
"@babel/plugin-proposal-object-rest-spread": "7.13.0",
"@babel/plugin-transform-runtime": "7.13.5",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.13.5",
"@babel/preset-react": "7.12.13",
"@babel/register": "7.13.0",
"babel-eslint": "10.1.0",
"browserify": "16.2.3",
"babelify": "10.0.0",
"cached-path-relative": "1.0.2",
Expand Down
Loading

0 comments on commit 18017f0

Please sign in to comment.