Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
* bump versions

* bump versions
  • Loading branch information
Bernix01 committed Feb 14, 2024
1 parent a006e72 commit 48f2e39
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
{
"github-actions.workflows.pinned.workflows": [
".github/workflows/npm-publish.yml"
]
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "medusa-storage-supabase",
"version": "0.1.5",
"version": "0.1.6",
"description": "A plugin to store files in supabase.",
"author": "bernix01 <gbernal096@gmail.com>",
"license": "GPL-3.0-only",
Expand All @@ -24,10 +24,10 @@
"test": "cross-env jest"
},
"peerDependencies": {
"@medusajs/medusa": "^1.20.1"
"@medusajs/medusa": "^1.20.2"
},
"dependencies": {
"@medusajs/admin": "7.1.10",
"@medusajs/admin": "7.1.11",
"@supabase/storage-js": "^2.5.5",
"@types/multer": "^1.4.11"
},
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,7 @@
dependencies:
"@lukeed/csprng" "^1.1.0"

"@medusajs/admin-ui@^2.1.11":
"@medusajs/admin-ui@^2.1.12":
version "2.1.12"
resolved "https://registry.yarnpkg.com/@medusajs/admin-ui/-/admin-ui-2.1.12.tgz#0b3886a7bb13cef069d7daf1f930051f42ece481"
integrity sha512-IFZeXgvFp0fbkf/XD6+ji3tpUH8uhzE+KOwqCfYx5Is7yGWSNYS+BDLVv9R2W9/CyxNV7oRhJ0ee/fn4nJIJiA==
Expand Down Expand Up @@ -1999,12 +1999,12 @@
webpackbar "^5.0.2"
zod "^3.22.2"

"@medusajs/admin@7.1.10":
version "7.1.10"
resolved "https://registry.yarnpkg.com/@medusajs/admin/-/admin-7.1.10.tgz#565ee687b1adca50ffaf135e8a6d2a024bc12823"
integrity sha512-yKm0G4T5rk90noY7911Xmlg4NdGaLZFPRbMCH+vF5OeELFwjbesuAROuWkL/1AFMcrcE/nsXmi7g4mKmv1AZmQ==
"@medusajs/admin@7.1.11":
version "7.1.11"
resolved "https://registry.yarnpkg.com/@medusajs/admin/-/admin-7.1.11.tgz#7f1013b08332391f4a7ade5257ee889c7fab3de8"
integrity sha512-00x9BMeZMmQyRZ/X8ZYB/SwObVfkMQtrWqPJH/Kl4kvWhnCIfeSF51P2ZA5nNv7V7DmAOEngWVytKgNhPwF6bA==
dependencies:
"@medusajs/admin-ui" "^2.1.11"
"@medusajs/admin-ui" "^2.1.12"
"@rollup/plugin-alias" "5.0.0"
"@rollup/plugin-commonjs" "24.1.0"
"@rollup/plugin-json" "6.0.0"
Expand Down

0 comments on commit 48f2e39

Please sign in to comment.