Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Feb 14, 2024
1 parent 91cdc2f commit 94170bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions storage/framework/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"build": "bun build.ts"
},
"dependencies": {
"@stacksjs/logging": "^0.58.69",
"@stacksjs/queue": "^0.58.69",
"@stacksjs/router": "^0.58.69",
"@stacksjs/storage": "^0.58.69",
"@stacksjs/utils": "^0.58.69",
"@stacksjs/logging": "^0.58.71",
"@stacksjs/queue": "^0.58.71",
"@stacksjs/router": "^0.58.71",
"@stacksjs/storage": "^0.58.71",
"@stacksjs/utils": "^0.58.71",
"aws4fetch": "^1.0.17"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@stacksjs/router": "^0.58.69"
"@stacksjs/router": "^0.58.71"
}
}
10 changes: 5 additions & 5 deletions storage/framework/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"build": "bun build.ts"
},
"dependencies": {
"@stacksjs/logging": "^0.58.69",
"@stacksjs/queue": "^0.58.69",
"@stacksjs/router": "^0.58.69",
"@stacksjs/storage": "^0.58.69",
"@stacksjs/utils": "^0.58.69",
"@stacksjs/logging": "^0.58.71",
"@stacksjs/queue": "^0.58.71",
"@stacksjs/router": "^0.58.71",
"@stacksjs/storage": "^0.58.71",
"@stacksjs/utils": "^0.58.71",
"aws4fetch": "^1.0.17"
}
}

0 comments on commit 94170bc

Please sign in to comment.