Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 9a4f1e6

Browse files
committed
add resolutions
1 parent 708ee9e commit 9a4f1e6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/libs/lambda-at-edge/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,8 @@
8484
},
8585
"peerDependencies": {
8686
"builtin-modules": "^3.2.0"
87+
},
88+
"resolutions": {
89+
"next": "^11.1.2"
8790
}
8891
}

packages/libs/lambda-at-edge/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"outDir": "dist",
1212
"sourceMap": true,
1313
"strict": true,
14-
"allowJs": true,
15-
"skipLibCheck": true
14+
"allowJs": true
1615
},
1716
"exclude": ["node_modules"],
1817
"include": ["**/*.ts"]

0 commit comments

Comments
 (0)