Skip to content

Commit

Permalink
chore: sync peer dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
axmad386 committed Mar 15, 2024
1 parent 6bc1f4b commit 444e173
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions packages/flydrive-gcs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kodepandai/flydrive-gcs",
"version": "3.0.1",
"version": "3.0.2",
"description": "Google Cloud Storage driver for @kodepandai/flydrive",
"homepage": "https://github.com/KodePandai/flydrive#readme",
"license": "MIT",
Expand Down Expand Up @@ -39,10 +39,10 @@
"@google-cloud/storage": "^5.8.0"
},
"peerDependencies": {
"@kodepandai/flydrive": "3.0.0"
"@kodepandai/flydrive": "3.0.2"
},
"devDependencies": {
"@kodepandai/flydrive": "3.0.0",
"@kodepandai/flydrive": "3.0.2",
"@lukeed/uuid": "^2.0.0"
},
"publishConfig": {
Expand All @@ -56,4 +56,4 @@
"url": "https://github.com/KodePandai/flydrive/issues"
},
"type": "module"
}
}
8 changes: 4 additions & 4 deletions packages/flydrive-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kodepandai/flydrive-s3",
"version": "3.0.1",
"version": "3.0.2",
"description": "AWS S3 driver for @kodepandai/flydrive",
"homepage": "https://github.com/KodePandai/flydrive#readme",
"license": "MIT",
Expand Down Expand Up @@ -43,11 +43,11 @@
"@aws-sdk/s3-request-presigner": "^3.360.0"
},
"peerDependencies": {
"@kodepandai/flydrive": "3.0.0"
"@kodepandai/flydrive": "3.0.2"
},
"devDependencies": {
"@aws-sdk/types": "^3.357.0",
"@kodepandai/flydrive": "3.0.0",
"@kodepandai/flydrive": "3.0.2",
"@types/fs-extra": "^9.0.7",
"fs-extra": "^9.1.0"
},
Expand All @@ -62,4 +62,4 @@
"url": "https://github.com/KodePandai/flydrive/issues"
},
"type": "module"
}
}
4 changes: 2 additions & 2 deletions packages/flydrive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kodepandai/flydrive",
"version": "3.0.1",
"version": "3.0.2",
"description": "Flexible and Fluent way to manage storage in Node.js.",
"homepage": "https://github.com/KodePandai/flydrive#readme",
"license": "MIT",
Expand Down Expand Up @@ -62,4 +62,4 @@
"url": "https://github.com/KodePandai/flydrive/issues"
},
"type": "module"
}
}

0 comments on commit 444e173

Please sign in to comment.