Skip to content

Commit

Permalink
fix(deps): update all test-data packages to v8.4.0 (#3544)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 4, 2024
1 parent 551a959 commit b6c7b45
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 48 deletions.
6 changes: 3 additions & 3 deletions application-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@commercetools-frontend/mc-dev-authentication": "workspace:*",
"@commercetools-frontend/mc-scripts": "workspace:*",
"@commercetools-frontend/permissions": "workspace:*",
"@commercetools-test-data/channel": "8.2.3",
"@commercetools-test-data/commons": "8.2.3",
"@commercetools-test-data/core": "8.2.3",
"@commercetools-test-data/channel": "8.4.0",
"@commercetools-test-data/commons": "8.4.0",
"@commercetools-test-data/core": "8.4.0",
"@commercetools-uikit/constraints": "^19.2.0",
"@commercetools-uikit/data-table": "^19.2.0",
"@commercetools-uikit/flat-button": "^19.2.0",
Expand Down
6 changes: 3 additions & 3 deletions application-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@commercetools-frontend/mc-dev-authentication": "workspace:*",
"@commercetools-frontend/mc-scripts": "workspace:*",
"@commercetools-frontend/permissions": "workspace:*",
"@commercetools-test-data/channel": "8.2.3",
"@commercetools-test-data/commons": "8.2.3",
"@commercetools-test-data/core": "8.2.3",
"@commercetools-test-data/channel": "8.4.0",
"@commercetools-test-data/commons": "8.4.0",
"@commercetools-test-data/core": "8.4.0",
"@commercetools-uikit/constraints": "^19.2.0",
"@commercetools-uikit/data-table": "^19.2.0",
"@commercetools-uikit/flat-button": "^19.2.0",
Expand Down
6 changes: 3 additions & 3 deletions custom-views-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@commercetools-frontend/mc-dev-authentication": "workspace:*",
"@commercetools-frontend/mc-scripts": "workspace:*",
"@commercetools-frontend/permissions": "workspace:*",
"@commercetools-test-data/channel": "8.2.3",
"@commercetools-test-data/commons": "8.2.3",
"@commercetools-test-data/core": "8.2.3",
"@commercetools-test-data/channel": "8.4.0",
"@commercetools-test-data/commons": "8.4.0",
"@commercetools-test-data/core": "8.4.0",
"@commercetools-uikit/constraints": "^19.2.0",
"@commercetools-uikit/data-table": "^19.2.0",
"@commercetools-uikit/flat-button": "^19.2.0",
Expand Down
6 changes: 3 additions & 3 deletions custom-views-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@commercetools-frontend/mc-dev-authentication": "workspace:*",
"@commercetools-frontend/mc-scripts": "workspace:*",
"@commercetools-frontend/permissions": "workspace:*",
"@commercetools-test-data/channel": "8.2.3",
"@commercetools-test-data/commons": "8.2.3",
"@commercetools-test-data/core": "8.2.3",
"@commercetools-test-data/channel": "8.4.0",
"@commercetools-test-data/commons": "8.4.0",
"@commercetools-test-data/core": "8.4.0",
"@commercetools-uikit/constraints": "^19.2.0",
"@commercetools-uikit/data-table": "^19.2.0",
"@commercetools-uikit/flat-button": "^19.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@commercetools-frontend/jest-preset-mc-app": "workspace:*",
"@commercetools-frontend/jest-stylelint-runner": "workspace:*",
"@commercetools-frontend/mc-scripts": "workspace:*",
"@commercetools-test-data/core": "8.2.3",
"@commercetools-test-data/core": "8.4.0",
"@commercetools-uikit/design-system": "^19.2.0",
"@commercetools/github-labels": "1.1.0",
"@commitlint/cli": "17.8.1",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@commercetools-backend/express": "22.27.0",
"@commercetools-frontend/mc-dev-authentication": "22.27.0",
"@commercetools-frontend/mc-scripts": "22.27.0",
"@commercetools-test-data/commons": "8.2.3",
"@commercetools-test-data/commons": "8.4.0",
"@formatjs/cli": "6.2.12",
"@types/jest": "^29.5.4",
"@types/node": "^16.18.48",
Expand Down
101 changes: 67 additions & 34 deletions pnpm-lock.yaml

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

0 comments on commit b6c7b45

Please sign in to comment.