Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 0e53584 commit fde0626
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
id: pnpm-install
with:
run_install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
id: pnpm-install
with:
run_install: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
id: pnpm-install
with:
run_install: false
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"typecheck:cypress": "tsc --noEmit -p cypress"
},
"dependencies": {
"@apollo/client": "3.8.4",
"@apollo/client": "3.9.7",
"@babel/core": "^7.23.0",
"@babel/runtime-corejs3": "^7.23.1",
"@commercetools-frontend/actions-global": "22.19.0",
Expand All @@ -45,21 +45,21 @@
"@commercetools-uikit/spacings": "18.4.0",
"@commercetools-uikit/text": "18.4.0",
"@commercetools/http-user-agent": "3.0.0",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@emotion/react": "11.11.1",
"@formatjs/cli": "6.2.0",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@emotion/react": "11.11.4",
"@formatjs/cli": "6.2.7",
"@formatjs/ecma402-abstract": "^1.17.2",
"@formatjs/icu-messageformat-parser": "^2.6.2",
"@formatjs/intl": "^2.9.3",
"@formatjs/intl-displaynames": "^6.5.2",
"@formatjs/intl-listformat": "^7.4.2",
"@graphiql/react": "0.17.1",
"@graphiql/toolkit": "0.8.3",
"@manypkg/cli": "0.21.0",
"@graphiql/react": "0.20.3",
"@graphiql/toolkit": "0.9.1",
"@manypkg/cli": "0.21.3",
"@testing-library/cypress": "10.0.1",
"@testing-library/react": "12.1.5",
"@types/codemirror": "5.60.10",
"@types/codemirror": "5.60.15",
"@types/history": "^4.7.11",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.198",
Expand All @@ -68,33 +68,33 @@
"@types/react-dom": "^17.0.19",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"cypress": "13.2.0",
"dotenv": "16.3.1",
"eslint": "8.50.0",
"cypress": "13.7.0",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-formatter-pretty": "4.1.0",
"graphiql": "2.4.1",
"graphiql": "2.4.7",
"graphiql-explorer": "0.9.0",
"graphql": "16.8.1",
"graphql-config": "4.5.0",
"husky": "8.0.3",
"intl-messageformat": "^10.5.3",
"jest": "29.7.0",
"jest-runner-eslint": "2.1.2",
"jest-runner-eslint": "2.2.0",
"jest-silent-reporter": "0.5.0",
"jest-watch-typeahead": "2.2.2",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"prettier": "3.2.5",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "6.4.7",
"react-intl": "6.6.2",
"react-redux": "7.2.9",
"react-router-dom": "5.3.4",
"redux": "4.2.1",
"start-server-and-test": "2.0.1",
"start-server-and-test": "2.0.3",
"surge": "0.23.1",
"tsc-files": "1.1.4",
"typescript": "5.0.4"
"typescript": "5.4.2"
},
"packageManager": "[email protected]",
"license": "MIT",
Expand Down

0 comments on commit fde0626

Please sign in to comment.