Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
2d3a4c3
Enhance LoadSelectCms and LoadUploadFile components to preserve exist…
saurav-cstk Feb 13, 2026
e889613
Update package dependencies and remove unused packages across multipl…
saurav-cstk Feb 13, 2026
48a6cdd
Update package dependencies in package.json and package-lock.json. Up…
saurav-cstk Feb 13, 2026
cf4681d
Remove lodash dependency from package.json and refactor Migration com…
saurav-cstk Feb 13, 2026
fed0de2
Update jsonpath dependency to version 1.2.1 in package.json and packa…
saurav-cstk Feb 13, 2026
e67445a
Update package-lock.json files across multiple modules to upgrade var…
saurav-cstk Feb 13, 2026
14fdb27
Add new package-lock.json files for migration modules including AEM, …
saurav-cstk Feb 13, 2026
f49711d
Update package-lock.json files to mark several dependencies as develo…
saurav-cstk Feb 13, 2026
d72dc0e
Refactor migration modules by removing Contentful and Sitecore packag…
saurav-cstk Feb 13, 2026
c9187b7
Remove unused TypeScript type definitions from package.json and packa…
saurav-cstk Feb 13, 2026
630c89f
Update package dependencies across multiple modules, including upgrad…
saurav-cstk Feb 13, 2026
6d7677e
Update package-lock.json and package.json to remove the deprecated 'g…
saurav-cstk Feb 13, 2026
dcacb24
Remove 'tar' dependency from package.json overrides to streamline dep…
saurav-cstk Feb 13, 2026
65b220b
Update package.json and package-lock.json to remove the 'diff' depend…
saurav-cstk Feb 13, 2026
d49d103
Remove 'jsonpath' dependency from package.json and package-lock.json …
saurav-cstk Feb 13, 2026
d25d7e6
Update package.json and package-lock.json to add 'qs' dependency at v…
saurav-cstk Feb 13, 2026
0f8b2a5
Update package.json and package-lock.json in both UI and upload-api t…
saurav-cstk Feb 16, 2026
eecdcab
Update package-lock.json to include resolved URLs and integrity hashe…
saurav-cstk Feb 16, 2026
f3c9fed
Update package.json and package-lock.json to upgrade ESLint and relat…
saurav-cstk Feb 16, 2026
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
1,106 changes: 25 additions & 1,081 deletions api/package-lock.json

Large diffs are not rendered by default.

7 changes: 1 addition & 6 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,15 @@
"fs-readdir-recursive": "^1.1.0",
"helmet": "^8.0.0",
"html-to-json-parser": "^2.0.1",
"http": "^0.0.1-security",
"js-yaml": "^4.1.1",
"jsdom": "^24.1.0",
"jsonpath": "^1.2.0",
"jsonwebtoken": "^9.0.3",
"lodash": "^4.17.21",
"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",
"uuid": "^9.0.1",
"winston": "^3.11.0"
Expand All @@ -74,7 +70,6 @@
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-prettier": "^8.3.0",
"lodash": "^4.17.21",
"prettier": "^2.4.1",
Expand Down
Loading
Loading