chore: perform dependencies scan and fix all dependencies (#9296)

This commit is contained in:
Harminder Virk
2024-09-26 14:14:38 +05:30
committed by GitHub
parent fba78c0fb1
commit 48bea267dc
593 changed files with 2729 additions and 2314 deletions
@@ -24,7 +24,8 @@
"license": "MIT",
"devDependencies": {
"@medusajs/framework": "^0.0.1",
"cross-env": "^5.2.1",
"@swc/core": "^1.7.28",
"@swc/jest": "^0.2.36",
"jest": "^29.7.0",
"rimraf": "^5.0.1",
"typescript": "^5.6.2"
@@ -34,8 +35,10 @@
"build": "rimraf dist && tsc --build",
"test": "jest --passWithNoTests"
},
"peerDependencies": {
"@medusajs/framework": "^0.0.1",
"dependencies": {
"ulid": "^2.3.0"
},
"peerDependencies": {
"@medusajs/framework": "^0.0.1"
}
}