Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
diboune committed Oct 23, 2024
2 parents 3d8a719 + 45f6109 commit 6e2b9f4
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 482 deletions.
10 changes: 5 additions & 5 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"test:unit": "TEST_TYPE=unit NODE_OPTIONS=--experimental-vm-modules jest --silent --runInBand --forceExit"
},
"dependencies": {
"@medusajs/admin-sdk": "rc",
"@medusajs/framework": "rc",
"@medusajs/medusa": "rc",
"@medusajs/cli": "rc",
"@medusajs/admin-sdk": "2.0.0",
"@medusajs/framework": "2.0.0",
"@medusajs/medusa": "2.0.0",
"@medusajs/cli": "2.0.0",
"@mikro-orm/core": "5.9.7",
"@mikro-orm/knex": "5.9.7",
"@mikro-orm/migrations": "5.9.7",
Expand All @@ -46,7 +46,7 @@
"@types/react": "^18.3.2",
"@types/react-dom": "^18.2.25",
"jest": "^29.7.0",
"@medusajs/test-utils": "rc",
"@medusajs/test-utils": "2.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit 6e2b9f4

Please sign in to comment.