Skip to content

Commit

Permalink
chore: synchronize all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart committed Feb 19, 2024
1 parent 673a78d commit 11d272f
Show file tree
Hide file tree
Showing 14 changed files with 173 additions and 47 deletions.
172 changes: 149 additions & 23 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/cli-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@babel/core": "7.21.5",
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5",
"@coveo/cli": "3.0.16",
"@coveo/cli": "3.1.0",
"@coveo/platform-client": "52.1.0",
"abortcontroller-polyfill": "1.7.5",
"async-retry": "1.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli-commons",
"version": "2.7.15",
"version": "2.8.0",
"author": "Coveo",
"description": "Common utils for @coveo/cli plugins",
"license": "Apache-2.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli",
"version": "3.0.16",
"version": "3.1.0",
"author": "Coveo",
"description": "Coveo CLI",
"engines": {
Expand All @@ -9,8 +9,8 @@
"dependencies": {
"@amplitude/analytics-node": "^1.3.3",
"@amplitude/identify": "^1.9.0",
"@coveo/cli-commons": "2.7.15",
"@coveo/cli-plugin-source": "2.1.15",
"@coveo/cli-commons": "2.8.0",
"@coveo/cli-plugin-source": "2.2.0",
"@coveo/platform-client": "52.1.0",
"@oclif/core": "1.24.0",
"@oclif/plugin-help": "5.1.23",
Expand Down Expand Up @@ -43,15 +43,15 @@
"@amplitude/analytics-types": "^2.1.2",
"@amplitude/types": "1.10.2",
"@babel/core": "7.21.5",
"@coveo/angular": "1.36.6",
"@coveo/angular": "1.36.7",
"@coveo/atomic-component-health-check": "2.2.16",
"@coveo/cli-commons-dev": "6.0.6",
"@coveo/cra-template": "1.38.15",
"@coveo/create-atomic": "1.38.17",
"@coveo/create-atomic-component": "1.2.15",
"@coveo/cra-template": "1.38.16",
"@coveo/create-atomic": "1.39.0",
"@coveo/create-atomic-component": "1.2.16",
"@coveo/create-atomic-component-project": "1.2.15",
"@coveo/create-atomic-result-component": "1.2.15",
"@coveo/create-headless-vue": "1.2.0",
"@coveo/create-atomic-result-component": "1.2.16",
"@coveo/search-token-server": "1.3.0",
"@oclif/test": "2.2.21",
"@types/archiver": "5.3.2",
"@types/async-retry": "1.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveo/cli-plugin-source",
"version": "2.1.15",
"version": "2.2.0",
"description": "Manage Coveo Sources with the Coveo CLI",
"author": "Coveo",
"homepage": "https://github.com/coveo/cli",
Expand All @@ -14,7 +14,7 @@
"/oclif.manifest.json"
],
"dependencies": {
"@coveo/cli-commons": "2.7.15",
"@coveo/cli-commons": "2.8.0",
"@coveo/platform-client": "52.1.0",
"@coveo/push-api-client": "4.0.1",
"@oclif/core": "1.24.0",
Expand Down
Loading

0 comments on commit 11d272f

Please sign in to comment.