Skip to content

Commit

Permalink
Add babel plugin to internal deps (#8830)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored and jtoar committed Jul 6, 2023
1 parent 8baab2c commit 0b92a96
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __fixtures__/test-project/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"postcss": "^8.4.24",
"postcss-loader": "^7.3.3",
"prettier-plugin-tailwindcss": "^0.3.0",
"storybook": "^7.0.24",
"storybook": "^7.0.26",
"tailwindcss": "^3.3.2"
}
}
1 change: 0 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@babel/node": "7.22.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.22.5",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/plugin-transform-runtime": "7.22.5",
"@babel/preset-env": "7.22.5",
Expand Down
1 change: 1 addition & 0 deletions packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"dependencies": {
"@babel/parser": "7.22.5",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-transform-typescript": "7.22.5",
"@babel/register": "7.22.5",
"@babel/runtime-corejs3": "7.22.5",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7535,7 +7535,6 @@ __metadata:
"@babel/node": 7.22.5
"@babel/plugin-proposal-class-properties": 7.18.6
"@babel/plugin-proposal-decorators": 7.22.5
"@babel/plugin-proposal-private-methods": 7.18.6
"@babel/plugin-proposal-private-property-in-object": 7.21.11
"@babel/plugin-transform-runtime": 7.22.5
"@babel/preset-env": 7.22.5
Expand Down Expand Up @@ -7747,6 +7746,7 @@ __metadata:
"@babel/cli": 7.22.5
"@babel/core": 7.22.5
"@babel/parser": 7.22.5
"@babel/plugin-proposal-private-methods": 7.18.6
"@babel/plugin-transform-typescript": 7.22.5
"@babel/register": 7.22.5
"@babel/runtime-corejs3": 7.22.5
Expand Down

0 comments on commit 0b92a96

Please sign in to comment.