Skip to content

Commit 2a2ee36

Browse files
committed
chore: update dependencies across multiple packages
- Updated @contentstack/cli to use caret versioning and added @contentstack/cli-utilities. - Upgraded @reduxjs/toolkit from 2.4.0 to 2.8.2 and bootstrap from 5.1.3 to 5.3.6 in the UI package. - Removed deprecated request package from migration-contentful, migration-sitecore, and migration-wordpress packages. - Updated eslint from 8.51.0 to 9.0.0 and multer from 1.4.5-lts.1 to 2.0.0 in the upload-api package. - Updated various dependencies in package-lock.json files to reflect the changes made in package.json files.
1 parent cb863fb commit 2a2ee36

File tree

8 files changed

+27
-371
lines changed

8 files changed

+27
-371
lines changed

api/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
},
2626
"homepage": "https://github.com/contentstack-expert-services/migration-v2-node-server#readme",
2727
"dependencies": {
28-
"@contentstack/cli": "1.40.4",
28+
"@contentstack/cli": "^1.40.4",
29+
"@contentstack/cli-utilities": "^1.11.1",
2930
"@contentstack/json-rte-serializer": "^2.0.7",
3031
"@contentstack/marketplace-sdk": "^1.2.4",
3132
"axios": "^1.8.2",
@@ -48,7 +49,7 @@
4849
"p-limit": "^6.2.0",
4950
"path-to-regexp": "^8.2.0",
5051
"router": "^2.0.0",
51-
"shelljs": "^0.8.5",
52+
"shelljs": "^0.9.0",
5253
"socket.io": "^4.7.5",
5354
"uuid": "^9.0.1",
5455
"winston": "^3.11.0"
@@ -77,4 +78,4 @@
7778
"typescript": "^5.4.3"
7879
},
7980
"keywords": []
80-
}
81+
}

ui/package-lock.json

Lines changed: 19 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"dependencies": {
66
"@contentstack/json-rte-serializer": "^2.0.12",
77
"@contentstack/venus-components": "^3.0.0",
8-
"@reduxjs/toolkit": "^2.4.0",
8+
"@reduxjs/toolkit": "^2.8.2",
99
"@testing-library/jest-dom": "^6.0.0",
1010
"@testing-library/react": "^13.4.0",
1111
"@testing-library/user-event": "^13.5.0",
1212
"@types/react": "^18.3.21",
1313
"@types/react-dom": "^18.2.13",
1414
"@types/react-redux": "^7.1.33",
1515
"axios": "^1.8.3",
16-
"bootstrap": "5.1.3",
16+
"bootstrap": "^5.3.6",
1717
"chokidar": "^3.6.0",
1818
"final-form": "^4.20.10",
1919
"html-react-parser": "^4.2.9",

0 commit comments

Comments
 (0)