medusa-test-utils 1.1.45-snapshot-20240516152256 → 1.1.45-snapshot-20240520151134

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "medusa-test-utils",
3
- "version": "1.1.45-snapshot-20240516152256",
3
+ "version": "1.1.45-snapshot-20240520151134",
4
4
  "description": "Test utils for Medusa",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -24,15 +24,15 @@
24
24
  "author": "Sebastian Rindom",
25
25
  "license": "MIT",
26
26
  "devDependencies": {
27
- "@medusajs/types": "1.12.0-snapshot-20240516152256",
27
+ "@medusajs/types": "1.12.0-snapshot-20240520151134",
28
28
  "cross-env": "^5.2.1",
29
29
  "jest": "^25.5.4",
30
30
  "rimraf": "^3.0.2",
31
31
  "typescript": "^5.1.6"
32
32
  },
33
33
  "peerDependencies": {
34
- "@medusajs/medusa": "1.20.6-snapshot-20240516152256",
35
- "@medusajs/modules-sdk": "1.13.0-snapshot-20240516152256",
34
+ "@medusajs/medusa": "1.20.6-snapshot-20240520151134",
35
+ "@medusajs/modules-sdk": "1.13.0-snapshot-20240520151134",
36
36
  "axios": "^0.28.0",
37
37
  "express": "^4.18.3",
38
38
  "get-port": "^5.1.0",
@@ -60,10 +60,10 @@
60
60
  }
61
61
  },
62
62
  "dependencies": {
63
- "@medusajs/utils": "1.12.0-snapshot-20240516152256",
63
+ "@medusajs/utils": "1.12.0-snapshot-20240520151134",
64
64
  "@mikro-orm/migrations": "5.9.7",
65
65
  "@mikro-orm/postgresql": "5.9.7",
66
- "medusa-core-utils": "1.2.3-snapshot-20240516152256",
66
+ "medusa-core-utils": "1.2.3-snapshot-20240520151134",
67
67
  "randomatic": "^3.1.1"
68
68
  },
69
69
  "gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808"