Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"update:lockfile": "pnpm install --lockfile-only"
},
"license": "MIT",
"packageManager": "pnpm@10.28.0",
"packageManager": "pnpm@10.34.4",
"workspaces": [
"packages/*"
]
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/sinon": "^21.0.1",
"chai": "^4.5.0",
"dotenv": "^16.6.1",
"eslint": "^9.26.0",
"eslint": "^10.5.0",
"eslint-config-oclif": "^5.2.2",
"eslint-config-oclif-typescript": "^3.1.14",
"mocha": "10.8.2",
Expand Down Expand Up @@ -76,4 +76,4 @@
}
},
"repository": "contentstack/cli"
}
}
4 changes: 2 additions & 2 deletions packages/contentstack-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@oclif/test": "^4.1.18",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
"eslint": "^9.26.0",
"eslint": "^10.5.0",
"eslint-config-oclif": "^6.0.15",
"eslint-config-oclif-typescript": "^3.1.14",
"mocha": "10.8.2",
Expand Down Expand Up @@ -62,4 +62,4 @@
"repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-command/<%- commandPath %>"
},
"repository": "contentstack/cli"
}
}
4 changes: 2 additions & 2 deletions packages/contentstack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/node": "^14.18.63",
"@types/sinon": "^21.0.1",
"chai": "^4.5.0",
"eslint": "^9.26.0",
"eslint": "^10.5.0",
"eslint-config-oclif": "^6.0.166",
"eslint-config-oclif-typescript": "^3.1.14",
"mocha": "10.8.2",
Expand Down Expand Up @@ -91,4 +91,4 @@
}
},
"repository": "contentstack/cli"
}
}
4 changes: 2 additions & 2 deletions packages/contentstack-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"inquirer": "12.11.1",
"inquirer-search-checkbox": "^1.0.0",
"inquirer-search-list": "^1.2.6",
"js-yaml": "^4.1.1",
"js-yaml": "^4.2.0",
"klona": "^2.0.6",
"lodash": "^4.18.1",
"mkdirp": "^1.0.4",
Expand Down Expand Up @@ -72,7 +72,7 @@
"@types/sinon": "^21.0.0",
"@types/traverse": "^0.6.37",
"chai": "^4.5.0",
"eslint": "^9.26.0",
"eslint": "^10.5.0",
"eslint-config-oclif": "^6.0.62",
"eslint-config-oclif-typescript": "^3.1.14",
"mocha": "10.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/semver": "^7.7.1",
"@types/sinon": "^21.0.0",
"chai": "^4.5.0",
"eslint": "^9.26.0",
"eslint": "^10.5.0",
"eslint-config-oclif": "^6.0.137",
"eslint-config-oclif-typescript": "^3.1.14",
"mocha": "10.8.2",
Expand Down
Loading
Loading