Skip to content

Commit

Permalink
fix(): add @next-core/babel-preset-next as a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Dec 25, 2024
1 parent 0cecea9 commit f5d4ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/build-next-bricks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"dependencies": {
"@babel/parser": "^7.25.6",
"@babel/traverse": "^7.25.6",
"@next-core/babel-preset-next": "^1.0.22",
"@svgr/webpack": "^8.1.0",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
Expand Down
1 change: 1 addition & 0 deletions packages/build-next-libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"dependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@next-core/babel-preset-next": "^1.0.22",
"execa": "^5.1.1",
"rimraf": "^5.0.10"
}
Expand Down

0 comments on commit f5d4ba4

Please sign in to comment.