Skip to content

Commit

Permalink
fix: changed ^ to ~
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav-from-contentstack committed Aug 24, 2023
1 parent 9b653d0 commit 2e54fdb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"@contentstack/cli-cm-bulk-publish": "~1.3.10",
"@contentstack/cli-cm-clone": "~1.4.15",
"@contentstack/cli-cm-export": "~1.8.0",
"@contentstack/cli-cm-export-to-csv": "^1.4.0",
"@contentstack/cli-cm-export-to-csv": "~1.4.0",
"@contentstack/cli-cm-import": "~1.8.2",
"@contentstack/cli-cm-migrate-rte": "^1.4.10",
"@contentstack/cli-cm-seed": "^1.4.14",
"@contentstack/cli-command": "^1.2.11",
"@contentstack/cli-config": "^1.4.10",
"@contentstack/cli-launch": "^1.0.10",
"@contentstack/cli-migration": "^1.3.11",
"@contentstack/cli-utilities": "^1.5.1",
"@contentstack/cli-cm-migrate-rte": "~1.4.10",
"@contentstack/cli-cm-seed": "~1.4.14",
"@contentstack/cli-command": "~1.2.11",
"@contentstack/cli-config": "~1.4.10",
"@contentstack/cli-launch": "~1.0.10",
"@contentstack/cli-migration": "~1.3.11",
"@contentstack/cli-utilities": "~1.5.1",
"@contentstack/management": "~1.10.0",
"@contentstack/cli-cm-branches": "~1.0.11",
"@oclif/plugin-help": "^5",
Expand Down

0 comments on commit 2e54fdb

Please sign in to comment.