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 Dec 9, 2020
1 parent 375403c commit cf0d79d
Show file tree
Hide file tree
Showing 3 changed files with 775 additions and 754 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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-notice": "0.7.8",
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.12.10",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-decorators": "7.12.1",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/plugin-transform-runtime": "7.12.10",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.12.10",
"@babel/preset-react": "7.12.10",
"@babel/register": "7.12.10",
"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 cf0d79d

Please sign in to comment.