Skip to content

Commit 433a5c0

Browse files
Merge pull request #2581 from contentstack/feat/migrate-external-cli-plugins-v1
Feat/migrate external cli plugins v1
2 parents 360223f + 89626e6 commit 433a5c0

6 files changed

Lines changed: 558 additions & 1097 deletions

File tree

packages/contentstack-auth/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@contentstack/cli-command": "~1.8.2",
1919
"@contentstack/cli-utilities": "~1.18.3",
20-
"@oclif/core": "^4.10.5",
20+
"@oclif/core": "^4.11.4",
2121
"otplib": "^12.0.1"
2222
},
2323
"overrides": {
@@ -26,7 +26,7 @@
2626
}
2727
},
2828
"devDependencies": {
29-
"@oclif/test": "^4.1.13",
29+
"@oclif/test": "^4.1.18",
3030
"@types/chai": "^4.3.20",
3131
"@types/mocha": "^8.2.3",
3232
"@types/node": "^14.18.63",
@@ -39,7 +39,7 @@
3939
"mocha": "10.8.2",
4040
"nock": "^13.5.6",
4141
"nyc": "^15.1.0",
42-
"oclif": "^4.17.46",
42+
"oclif": "^4.23.8",
4343
"sinon": "^21.0.1",
4444
"ts-node": "^10.9.2",
4545
"typescript": "^4.9.5"

packages/contentstack-command/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"dependencies": {
1717
"@contentstack/cli-utilities": "~1.18.3",
1818
"contentstack": "^3.27.0",
19-
"@oclif/core": "^4.10.5"
19+
"@oclif/core": "^4.11.4"
2020
},
2121
"overrides": {
2222
"@oclif/core": {
2323
"picomatch": "^4.0.4"
2424
}
2525
},
2626
"devDependencies": {
27-
"@oclif/test": "^4.1.13",
27+
"@oclif/test": "^4.1.18",
2828
"@types/mocha": "^8.2.3",
2929
"@types/node": "^14.18.63",
3030
"eslint": "^9.26.0",

packages/contentstack-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@contentstack/cli-command": "~1.8.2",
1818
"@contentstack/cli-utilities": "~1.18.3",
1919
"@contentstack/utils": "~1.9.1",
20-
"@oclif/core": "^4.8.3"
20+
"@oclif/core": "^4.11.4"
2121
},
2222
"overrides": {
2323
"@oclif/core": {
@@ -36,7 +36,7 @@
3636
"eslint-config-oclif-typescript": "^3.1.14",
3737
"mocha": "10.8.2",
3838
"nyc": "^15.1.0",
39-
"oclif": "^4.17.46",
39+
"oclif": "^4.23.8",
4040
"sinon": "^21.0.1",
4141
"ts-node": "^10.9.2",
4242
"typescript": "^4.9.5"

packages/contentstack-utilities/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"dependencies": {
3030
"@contentstack/management": "~1.30.1",
3131
"@contentstack/marketplace-sdk": "^1.5.1",
32-
"@oclif/core": "^4.10.5",
33-
"axios": "^1.15.2",
32+
"@oclif/core": "^4.11.4",
33+
"axios": "^1.16.1",
3434
"chalk": "^4.1.2",
3535
"cli-cursor": "^3.1.0",
3636
"cli-progress": "^3.12.0",

packages/contentstack/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@
2929
"@contentstack/cli-cm-clone": "~1.21.5",
3030
"@contentstack/cli-cm-export-to-csv": "~1.12.2",
3131
"@contentstack/cli-cm-import-setup": "~1.8.3",
32-
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
33-
"@contentstack/cli-cm-seed": "~1.15.4",
32+
"@contentstack/cli-cm-migrate-rte": "cli-plugins/packages/contentstack-migrate-rte",
33+
"@contentstack/cli-cm-seed": "~1.15.3",
3434
"@contentstack/cli-command": "~1.8.2",
3535
"@contentstack/cli-config": "~1.20.3",
3636
"@contentstack/cli-launch": "^1.10.0",
3737
"@contentstack/cli-migration": "~1.12.2",
3838
"@contentstack/cli-utilities": "~1.18.3",
3939
"@contentstack/cli-variants": "~1.5.0",
40-
"@oclif/core": "^4.10.5",
40+
"@oclif/core": "^4.11.4",
4141
"@oclif/plugin-help": "^6.2.28",
4242
"@oclif/plugin-not-found": "^3.2.53",
4343
"@oclif/plugin-plugins": "^5.4.54",
@@ -51,7 +51,7 @@
5151
}
5252
},
5353
"devDependencies": {
54-
"@oclif/test": "^4.1.16",
54+
"@oclif/test": "^4.1.18",
5555
"@types/chai": "^4.3.20",
5656
"@types/mocha": "^8.2.3",
5757
"@types/node": "^14.18.63",
@@ -61,11 +61,11 @@
6161
"eslint": "^9.26.0",
6262
"eslint-config-oclif": "^6.0.137",
6363
"eslint-config-oclif-typescript": "^3.1.14",
64-
"globby": "^10.0.2",
64+
"globby": "^11.1.0",
6565
"mocha": "10.8.2",
6666
"nock": "^13.5.6",
6767
"nyc": "^15.1.0",
68-
"oclif": "^4.17.46",
68+
"oclif": "^4.23.8",
6969
"rimraf": "^5.0.10",
7070
"shelljs": "^0.10.0",
7171
"sinon": "^21.0.1",

0 commit comments

Comments
 (0)