Skip to content

Commit

Permalink
chore: fix dependencies of filesystem adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Oct 22, 2023
1 parent 00d7da1 commit e2fbcbb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions packages/filesystem-aws-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@
"build": "echo '{\"type\": \"module\"}' > ./dist/esm/package.json"
},
"dependencies": {
"@deepkit/core": "^1.0.1-alpha.100",
"@deepkit/filesystem": "^1.0.1-alpha.13",
"@aws-sdk/client-s3": "^3.0.0"
},
"devDependencies": {
"@deepkit/filesystem": "^1.0.1-alpha.13"
},
"jest": {
"runner": "../../jest-serial-runner.js",
"testEnvironment": "node",
Expand Down
5 changes: 2 additions & 3 deletions packages/filesystem-ftp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@
"build": "echo '{\"type\": \"module\"}' > ./dist/esm/package.json"
},
"dependencies": {
"@deepkit/core": "^1.0.1-alpha.100",
"@deepkit/filesystem": "^1.0.1-alpha.13",
"basic-ftp": "^5.0.3"
},
"devDependencies": {
"@deepkit/filesystem": "^1.0.1-alpha.13"
},
"jest": {
"runner": "../../jest-serial-runner.js",
"testEnvironment": "node",
Expand Down
4 changes: 2 additions & 2 deletions packages/filesystem-google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"build": "echo '{\"type\": \"module\"}' > ./dist/esm/package.json"
},
"dependencies": {
"@deepkit/core": "^1.0.1-alpha.100",
"@deepkit/filesystem": "^1.0.1-alpha.13",
"@google-cloud/storage": "^7.2.0",
"google-auth-library": "^9.1.0",
"bignumber.js": "^9.1.2"
},
"devDependencies": {
"@deepkit/core": "^1.0.1-alpha.13",
"@deepkit/filesystem": "^1.0.1-alpha.13",
"@types/node": "20.6.0"
},
"jest": {
Expand Down
3 changes: 2 additions & 1 deletion packages/filesystem-sftp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
"build": "echo '{\"type\": \"module\"}' > ./dist/esm/package.json"
},
"dependencies": {
"@deepkit/core": "^1.0.1-alpha.100",
"@deepkit/filesystem": "^1.0.1-alpha.13",
"ssh2-sftp-client": "^9.1.0"
},
"devDependencies": {
"@deepkit/filesystem": "^1.0.1-alpha.13",
"@types/ssh2-sftp-client": "^9.0.1"
},
"overrides": {
Expand Down

0 comments on commit e2fbcbb

Please sign in to comment.