medusa-test-utils 2.0.0-rc-20241001083650 → 2.0.0-rc-20241003153304

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "medusa-test-utils",
3
- "version": "2.0.0-rc-20241001083650",
3
+ "version": "2.0.0-rc-20241003153304",
4
4
  "description": "Test utils for Medusa",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -25,7 +25,7 @@
25
25
  "author": "Medusa",
26
26
  "license": "MIT",
27
27
  "devDependencies": {
28
- "@medusajs/framework": "1.0.0-rc-20241001083650",
28
+ "@medusajs/framework": "1.0.0-rc-20241003153304",
29
29
  "@mikro-orm/core": "5.9.7",
30
30
  "@mikro-orm/knex": "5.9.7",
31
31
  "@mikro-orm/migrations": "5.9.7",
@@ -38,14 +38,15 @@
38
38
  "typescript": "^5.6.2"
39
39
  },
40
40
  "dependencies": {
41
+ "@types/express": "^4.17.17",
41
42
  "axios": "^0.21.4",
42
43
  "express": "^4.21.0",
43
44
  "get-port": "^5.1.0",
44
45
  "randomatic": "^3.1.1"
45
46
  },
46
47
  "peerDependencies": {
47
- "@medusajs/framework": "1.0.0-rc-20241001083650",
48
- "@medusajs/medusa": "2.0.0-rc-20241001083650",
48
+ "@medusajs/framework": "1.0.0-rc-20241003153304",
49
+ "@medusajs/medusa": "2.0.0-rc-20241003153304",
49
50
  "@mikro-orm/postgresql": "5.9.7",
50
51
  "awilix": "^8.0.1"
51
52
  },