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

Commit 79af0e8

Browse files
committed
fix(nextjs-component): fix broken install since patch-package is required as dependency, not dev-dependency
1 parent b25aa0e commit 79af0e8

File tree

2 files changed

+8
-28
lines changed

2 files changed

+8
-28
lines changed

packages/serverless-components/nextjs-component/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
"@sls-next/s3-static-assets": "link:../../libs/s3-static-assets",
4646
"aws-sdk": "^2.985.0",
4747
"fs-extra": "^9.1.0",
48+
"patch-package": "^6.4.7",
49+
"postinstall-postinstall": "^2.1.0",
4850
"serverless": "^2.57.0",
4951
"webpack": "^5.52.0"
5052
},
5153
"devDependencies": {
5254
"@types/fs-extra": "^9.0.1",
53-
"patch-package": "^6.4.7",
54-
"postinstall-postinstall": "^2.1.0",
5555
"rimraf": "^3.0.2",
5656
"typescript": "^4.4.2"
5757
},

yarn.lock

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3451,36 +3451,16 @@
34513451
"@sinonjs/commons" "^1.7.0"
34523452

34533453
"@sls-next/core@link:packages/libs/core":
3454-
version "3.4.0-alpha.1"
3455-
dependencies:
3456-
"@hapi/accept" "^5.0.1"
3457-
cookie "^0.4.1"
3458-
jsonwebtoken "^8.5.1"
3459-
next "^11.1.2"
3460-
path-to-regexp "^6.1.0"
3461-
regex-parser "^2.2.10"
3454+
version "0.0.0"
3455+
uid ""
34623456

34633457
"@sls-next/lambda-at-edge@link:./packages/libs/lambda-at-edge":
3464-
version "3.4.0-alpha.1"
3465-
dependencies:
3466-
"@aws-sdk/client-s3" "^3.30.0"
3467-
"@aws-sdk/client-sqs" "^3.30.0"
3468-
"@hapi/accept" "^5.0.2"
3469-
"@sls-next/core" "link:packages/libs/core"
3470-
"@vercel/nft" "^0.13.1"
3471-
execa "^5.0.1"
3472-
fast-glob "^3.2.7"
3473-
fresh "^0.5.2"
3474-
fs-extra "^9.1.0"
3475-
get-stream "^6.0.0"
3476-
is-animated "^2.0.1"
3477-
node-fetch "^2.6.1"
3478-
normalize-path "^3.0.0"
3479-
path-to-regexp "^6.1.0"
3480-
send "^0.17.1"
3458+
version "0.0.0"
3459+
uid ""
34813460

34823461
"@sls-next/next-aws-cloudfront@link:./packages/compat-layers/lambda-at-edge-compat":
3483-
version "3.3.0"
3462+
version "0.0.0"
3463+
uid ""
34843464

34853465
"@szmarczak/http-timer@^1.1.2":
34863466
version "1.1.2"

0 commit comments

Comments
 (0)