Skip to content

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2023
1 parent a614154 commit 1b4936e
Show file tree
Hide file tree
Showing 3 changed files with 837 additions and 398 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.23.3",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@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.11"
},
"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.23.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.23.7",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-runtime": "7.23.7",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.23.7",
"@babel/preset-react": "7.23.3",
"@babel/register": "7.23.7",
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
"@stackstorm/module-test-utils": "^2.4.3",
"@stackstorm/st2-build": "^2.4.2",
Expand Down
18 changes: 9 additions & 9 deletions tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"access": "public"
},
"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.23.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.23.7",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-runtime": "7.23.7",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.23.7",
"@babel/preset-react": "7.23.3",
"@babel/register": "7.23.7",
"@stackstorm/browserify-postcss": "0.3.4-patch.5",
"babel-eslint": "10.0.1",
"babelify": "10.0.0",
Expand Down
Loading

0 comments on commit 1b4936e

Please sign in to comment.