@comet/upgrade 1.61.0 → 1.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -119,6 +119,7 @@ function getCurrentVersion() {
119
119
  return semver_1.default.major(version);
120
120
  }
121
121
  async function updateDependencies(targetVersion, isMajorUpdate = false) {
122
+ await (0, execute_command_util_1.executeCommand)("npm", ["install", "--no-audit", "--loglevel", "error", "--save-exact", `@comet/cli@${targetVersion.version}`]);
122
123
  const packages = {
123
124
  api: ["@comet/blocks-api", "@comet/cms-api"],
124
125
  admin: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/upgrade",
3
- "version": "1.61.0",
3
+ "version": "1.62.0",
4
4
  "description": "Upgrade scripts for Comet DXP",
5
5
  "homepage": "https://github.com/vivid-planet/comet-upgrade#readme",
6
6
  "bugs": {