Skip to content

Commit

Permalink
fix(deps): update all test-data packages to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent bf19431 commit 6217d6c
Show file tree
Hide file tree
Showing 8 changed files with 159 additions and 270 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 @@ -37,9 +37,9 @@
"@commercetools-frontend/mc-dev-authentication": "workspace:*",
"@commercetools-frontend/mc-scripts": "workspace:*",
"@commercetools-frontend/permissions": "workspace:*",
"@commercetools-test-data/channel": "8.5.0",
"@commercetools-test-data/commons": "8.5.0",
"@commercetools-test-data/core": "8.5.0",
"@commercetools-test-data/channel": "10.1.1",
"@commercetools-test-data/commons": "10.1.1",
"@commercetools-test-data/core": "10.1.1",
"@commercetools-uikit/constraints": "^19.9.0",
"@commercetools-uikit/data-table": "^19.9.0",
"@commercetools-uikit/flat-button": "^19.9.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 @@ -35,9 +35,9 @@
"@commercetools-frontend/mc-dev-authentication": "workspace:*",
"@commercetools-frontend/mc-scripts": "workspace:*",
"@commercetools-frontend/permissions": "workspace:*",
"@commercetools-test-data/channel": "8.5.0",
"@commercetools-test-data/commons": "8.5.0",
"@commercetools-test-data/core": "8.5.0",
"@commercetools-test-data/channel": "10.1.1",
"@commercetools-test-data/commons": "10.1.1",
"@commercetools-test-data/core": "10.1.1",
"@commercetools-uikit/constraints": "^19.9.0",
"@commercetools-uikit/data-table": "^19.9.0",
"@commercetools-uikit/flat-button": "^19.9.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 @@ -37,9 +37,9 @@
"@commercetools-frontend/mc-dev-authentication": "workspace:*",
"@commercetools-frontend/mc-scripts": "workspace:*",
"@commercetools-frontend/permissions": "workspace:*",
"@commercetools-test-data/channel": "8.5.0",
"@commercetools-test-data/commons": "8.5.0",
"@commercetools-test-data/core": "8.5.0",
"@commercetools-test-data/channel": "10.1.1",
"@commercetools-test-data/commons": "10.1.1",
"@commercetools-test-data/core": "10.1.1",
"@commercetools-uikit/constraints": "^19.9.0",
"@commercetools-uikit/data-table": "^19.9.0",
"@commercetools-uikit/flat-button": "^19.9.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 @@ -35,9 +35,9 @@
"@commercetools-frontend/mc-dev-authentication": "workspace:*",
"@commercetools-frontend/mc-scripts": "workspace:*",
"@commercetools-frontend/permissions": "workspace:*",
"@commercetools-test-data/channel": "8.5.0",
"@commercetools-test-data/commons": "8.5.0",
"@commercetools-test-data/core": "8.5.0",
"@commercetools-test-data/channel": "10.1.1",
"@commercetools-test-data/commons": "10.1.1",
"@commercetools-test-data/core": "10.1.1",
"@commercetools-uikit/constraints": "^19.9.0",
"@commercetools-uikit/data-table": "^19.9.0",
"@commercetools-uikit/flat-button": "^19.9.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@commercetools-frontend/jest-preset-mc-app": "workspace:*",
"@commercetools-frontend/jest-stylelint-runner": "workspace:*",
"@commercetools-frontend/mc-scripts": "workspace:*",
"@commercetools-test-data/core": "8.5.0",
"@commercetools-test-data/core": "10.1.1",
"@commercetools-uikit/design-system": "^19.9.0",
"@commercetools/github-labels": "1.1.0",
"@commitlint/cli": "17.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"webpackbar": "5.0.2"
},
"devDependencies": {
"@commercetools-test-data/custom-view": "^8.0.0",
"@commercetools-test-data/custom-view": "^10.0.0",
"@tsconfig/node16": "^16.1.1",
"@types/fs-extra": "^11.0.1",
"@types/lodash": "^4.14.198",
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.31.0",
"@commercetools-frontend/mc-dev-authentication": "22.31.0",
"@commercetools-frontend/mc-scripts": "22.31.0",
"@commercetools-test-data/commons": "8.5.0",
"@commercetools-test-data/commons": "10.1.1",
"@formatjs/cli": "6.2.12",
"@types/jest": "^29.5.4",
"@types/node": "^16.18.48",
Expand Down
Loading

0 comments on commit 6217d6c

Please sign in to comment.