Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Aug 24, 2023
1 parent 26023b9 commit 4549f86
Show file tree
Hide file tree
Showing 5 changed files with 929 additions and 808 deletions.
12 changes: 6 additions & 6 deletions packages/asset-server-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"access": "public"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.312.0",
"@aws-sdk/lib-storage": "^3.312.0",
"@types/express": "^4.17.8",
"@types/fs-extra": "^9.0.8",
"@aws-sdk/client-s3": "^3.398.0",
"@aws-sdk/lib-storage": "^3.398.0",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/node-fetch": "^2.5.8",
"@types/sharp": "^0.30.4",
"@vendure/common": "2.1.0-next.0",
Expand All @@ -36,7 +36,7 @@
},
"dependencies": {
"file-type": "^16.5.3",
"fs-extra": "^10.0.0",
"sharp": "~0.32.1"
"fs-extra": "^11.1.1",
"sharp": "~0.32.5"
}
}
10 changes: 5 additions & 5 deletions packages/create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"typescript": "4.9.5"
},
"dependencies": {
"@clack/prompts": "^0.6.3",
"@clack/prompts": "^0.7.0",
"@vendure/common": "2.1.0-next.0",
"commander": "^10.0.0",
"commander": "^11.0.0",
"cross-spawn": "^7.0.3",
"detect-port": "^1.5.1",
"fs-extra": "^11.1.1",
"handlebars": "^4.7.6",
"handlebars": "^4.7.8",
"picocolors": "^1.0.0",
"semver": "^7.3.2",
"tcp-port-used": "^1.0.1"
"semver": "^7.5.4",
"tcp-port-used": "^1.0.2"
}
}
12 changes: 6 additions & 6 deletions packages/email-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"access": "public"
},
"dependencies": {
"@types/nodemailer": "^6.4.0",
"@types/nodemailer": "^6.4.9",
"dateformat": "^3.0.3",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"handlebars": "^4.7.6",
"mjml": "^4.7.1",
"nodemailer": "^6.4.13"
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"handlebars": "^4.7.8",
"mjml": "^4.14.1",
"nodemailer": "^6.9.4"
},
"devDependencies": {
"@types/dateformat": "^3.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
},
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"@types/node-fetch": "^2.5.4",
"@types/node-fetch": "^2.6.4",
"@vendure/common": "2.1.0-next.0",
"faker": "^4.1.0",
"form-data": "^3.0.0",
"graphql": "16.6.0",
"graphql-tag": "^2.10.1",
"node-fetch": "^2.6.0",
"form-data": "^4.0.0",
"graphql": "16.8.0",
"graphql-tag": "^2.12.6",
"node-fetch": "^2.7.0",
"sql.js": "1.8.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 4549f86

Please sign in to comment.