Skip to content
Merged

Dev #936

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5,047 changes: 2,016 additions & 3,031 deletions api/package-lock.json

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
},
"homepage": "https://github.com/contentstack/migration-v2.git#readme",
"dependencies": {
"@contentstack/cli": "^1.53.1",
"@contentstack/cli-utilities": "^1.16.0",
"@contentstack/json-rte-serializer": "^3.0.4",
"@contentstack/marketplace-sdk": "^1.4.1",
"@contentstack/cli": "^1.57.0",
"@contentstack/cli-utilities": "^1.17.1",
"@contentstack/json-rte-serializer": "^3.0.5",
"@contentstack/marketplace-sdk": "^1.5.0",
"axios": "^1.12.0",
"chokidar": "^3.6.0",
"cors": "^2.8.5",
Expand All @@ -44,12 +44,14 @@
"http": "^0.0.1-security",
"js-yaml": "^4.1.1",
"jsdom": "^24.1.0",
"jsonpath": "^1.1.1",
"jsonpath": "^1.2.0",
"jsonwebtoken": "^9.0.3",
"lowdb": "^7.0.1",
"mkdirp": "^3.0.1",
"mysql2": "^3.16.2",
"p-limit": "^6.2.0",
"path-to-regexp": "^8.2.0",
"php-serialize": "^5.1.3",
"router": "^2.0.0",
"shelljs": "^0.9.0",
"socket.io": "^4.7.5",
Expand Down Expand Up @@ -80,4 +82,4 @@
"typescript": "^5.4.3"
},
"keywords": []
}
}
Loading