Skip to content

Commit

Permalink
fix(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent a61a40e commit eb03d34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"react-dom": "18.0.0"
},
"dependencies": {
"@babel/generator": "7.19.0",
"@babel/template": "7.18.10",
"@babel/generator": "7.25.7",
"@babel/template": "7.25.7",
"@babel/traverse": "7.19.1",
"@babel/types": "7.19.0",
"@babel/types": "7.25.7",
"@postbote/mjml-render": "workspace:*",
"@stitches/react": "^1.2.8",
"@vitejs/plugin-react": "2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/mjml-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"react-dom": "^18.0.0"
},
"dependencies": {
"@babel/runtime": "7.14.6",
"babel-runtime": "6.25.0",
"@babel/runtime": "7.25.7",
"babel-runtime": "6.26.0",
"color": "4.2.3",
"prop-types": "15.8.1"
}
Expand Down

0 comments on commit eb03d34

Please sign in to comment.