Skip to content

Commit d629077

Browse files
committed
Remove require-in-the-middle
1 parent 5530820 commit d629077

File tree

4 files changed

+1
-17
lines changed

4 files changed

+1
-17
lines changed

frontend/.pnpmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
legacy-peer-deps=true
22
public-hoist-pattern[]=*import-in-the-middle*
3-
public-hoist-pattern[]=*require-in-the-middle*
43
save-exact=true

frontend/next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const nextConfig: NextConfig = {
3131
poweredByHeader: false,
3232
// https://nextjs.org/docs/app/api-reference/config/next-config-js/productionBrowserSourceMaps
3333
productionBrowserSourceMaps: true,
34-
serverExternalPackages: ['import-in-the-middle', 'require-in-the-middle'],
34+
serverExternalPackages: ['import-in-the-middle'],
3535
...(isLocal ? {} : { output: 'standalone' }),
3636
}
3737

frontend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
"postcss": "^8.5.6",
113113
"prettier": "^3.6.2",
114114
"prettier-plugin-tailwindcss": "^0.7.1",
115-
"require-in-the-middle": "^8.0.1",
116115
"tailwindcss": "^4.1.17",
117116
"ts-jest": "^29.4.5",
118117
"ts-node": "^10.9.2",

frontend/pnpm-lock.yaml

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)