Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fileignoreconfig:
- filename: pnpm-lock.yaml
checksum: 1d26b6624acaf6ba0ec7a8892cb3fc0a2c57c8a35e89867038b4bd7977386d1c
checksum: 5bf275a8f6843072ceadaef8e1aafaef8a80ef71d8d0719a653dc6ecee6e9355
version: '1.0'
2 changes: 1 addition & 1 deletion packages/contentstack-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@contentstack/cli-command": "~1.8.1",
"@contentstack/cli-utilities": "~1.18.2",
"@contentstack/cli-utilities": "~1.18.3",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.44",
"otplib": "^12.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-utilities": "~1.18.2",
"@contentstack/cli-utilities": "~1.18.3",
"contentstack": "^3.27.0",
"@oclif/core": "^4.10.5",
"@oclif/plugin-help": "^6.2.28"
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@contentstack/cli-command": "~1.8.1",
"@contentstack/cli-utilities": "~1.18.2",
"@contentstack/cli-utilities": "~1.18.3",
"@contentstack/utils": "~1.9.1",
"@oclif/core": "^4.8.3",
"@oclif/plugin-help": "^6.2.28",
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-utilities",
"version": "1.18.2",
"version": "1.18.3",
"description": "Utilities for contentstack projects",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@contentstack/management": "~1.30.1",
"@contentstack/marketplace-sdk": "^1.5.1",
"@oclif/core": "^4.10.5",
"axios": "^1.15.1",
"axios": "^1.15.2",
"chalk": "^4.1.2",
"cli-cursor": "^3.1.0",
"cli-progress": "^3.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@contentstack/cli-config": "~1.20.2",
"@contentstack/cli-launch": "^1.9.7",
"@contentstack/cli-migration": "~1.12.1",
"@contentstack/cli-utilities": "~1.18.2",
"@contentstack/cli-utilities": "~1.18.3",
"@contentstack/cli-variants": "~1.4.2",
"@contentstack/management": "~1.30.1",
"@oclif/core": "^4.10.5",
Expand Down Expand Up @@ -170,4 +170,4 @@
}
},
"repository": "https://github.com/contentstack/cli"
}
}
66 changes: 47 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
packages:
- 'packages/*'
overrides:
picomatch: 4.0.4
brace-expansion: 5.0.5
'@tootallnate/once': 3.0.1
follow-redirects: 1.16.0
lodash: 4.18.1
path-to-regexp: 0.1.13
tmp: 0.2.4
axios: 1.15.2
Loading