Skip to content

Commit

Permalink
Fix babel devDeps in internal (#8831)
Browse files Browse the repository at this point in the history
![image](https://github.com/redwoodjs/redwood/assets/30793/03d076ec-9125-4c41-899c-40f18822c647)

We're also using `proposal-class-properties`, so I'm moving that one
over from core to internal too
  • Loading branch information
Tobbe authored and jtoar committed Jul 6, 2023
1 parent 0b92a96 commit 8c369fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@
"@babel/core": "7.22.5",
"@babel/eslint-plugin": "7.22.5",
"@babel/node": "7.22.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.22.5",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/plugin-transform-runtime": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/preset-react": "7.22.5",
Expand Down
2 changes: 2 additions & 0 deletions packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
},
"dependencies": {
"@babel/parser": "7.22.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/plugin-transform-typescript": "7.22.5",
"@babel/register": "7.22.5",
"@babel/runtime-corejs3": "7.22.5",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7533,9 +7533,7 @@ __metadata:
"@babel/core": 7.22.5
"@babel/eslint-plugin": 7.22.5
"@babel/node": 7.22.5
"@babel/plugin-proposal-class-properties": 7.18.6
"@babel/plugin-proposal-decorators": 7.22.5
"@babel/plugin-proposal-private-property-in-object": 7.21.11
"@babel/plugin-transform-runtime": 7.22.5
"@babel/preset-env": 7.22.5
"@babel/preset-react": 7.22.5
Expand Down Expand Up @@ -7746,7 +7744,9 @@ __metadata:
"@babel/cli": 7.22.5
"@babel/core": 7.22.5
"@babel/parser": 7.22.5
"@babel/plugin-proposal-class-properties": 7.18.6
"@babel/plugin-proposal-private-methods": 7.18.6
"@babel/plugin-proposal-private-property-in-object": 7.21.11
"@babel/plugin-transform-typescript": 7.22.5
"@babel/register": 7.22.5
"@babel/runtime-corejs3": 7.22.5
Expand Down

0 comments on commit 8c369fe

Please sign in to comment.