Skip to content

Commit

Permalink
chore: align deps versions (#3367)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenko authored Jan 8, 2024
1 parent f99fd8f commit 71414b4
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 43 deletions.
5 changes: 5 additions & 0 deletions .changeset/brave-badgers-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-frontend/jest-preset-mc-app': patch
---

Use version range for `@testing-library/jest-dom`
5 changes: 5 additions & 0 deletions .changeset/spotty-queens-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-applications/merchant-center-custom-view-template-starter-typescript': patch
---

Align dependency versions with other templates
20 changes: 10 additions & 10 deletions custom-views-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"@apollo/client": "3.7.14",
"@babel/core": "^7.20.12",
"@babel/runtime-corejs3": "^7.20.13",
"@babel/core": "^7.22.17",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/actions-global": "workspace:*",
"@commercetools-frontend/application-components": "workspace:*",
"@commercetools-frontend/application-config": "workspace:*",
Expand Down Expand Up @@ -56,26 +56,26 @@
"@commercetools-uikit/text": "^16.12.0",
"@commercetools-uikit/text-field": "^16.12.0",
"@commercetools-uikit/text-input": "^16.12.0",
"@commercetools/sync-actions": "^5.3.1",
"@commercetools/sync-actions": "^5.14.0",
"@emotion/react": "^11.11.1",
"@formatjs/cli": "6.1.1",
"@jest/types": "29.5.0",
"@manypkg/cli": "0.20.0",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "^29.5.1",
"@types/react": "^17.0.53",
"@types/jest": "^29.5.4",
"@types/react": "^17.0.56",
"@types/react-dom": "^17.0.19",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint": "8.40.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"formik": "2.2.9",
"graphql": "^16.6.0",
"graphql": "^16.8.0",
"graphql-tag": "^2.12.6",
"jest": "29.5.0",
"jest-runner-eslint": "2.0.0",
Expand All @@ -86,7 +86,7 @@
"prettier": "2.8.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^6.4.2",
"react-intl": "^6.4.5",
"react-redux": "7.2.9",
"react-router-dom": "5.3.4",
"redux": "4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-preset-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@formatjs/intl-numberformat": "^8.7.1",
"@formatjs/intl-pluralrules": "^5.2.5",
"@sheerun/mutationobserver-shim": "0.3.3",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-dom": "^5.17.0",
"babel-jest": "29.5.0",
"babel-preset-jest": "29.5.0",
"colors": "1.4.0",
Expand Down
48 changes: 16 additions & 32 deletions pnpm-lock.yaml

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

2 comments on commit 71414b4

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for merchant-center-application-kit ready!

✅ Preview
https://merchant-center-application-ebacocowl-commercetools.vercel.app

Built with commit 71414b4.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for application-kit-custom-views ready!

✅ Preview
https://application-kit-custom-views-pv2zhz3g3-commercetools.vercel.app

Built with commit 71414b4.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.