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 May 27, 2024
1 parent 146cf67 commit b4dacae
Show file tree
Hide file tree
Showing 13 changed files with 684 additions and 1,419 deletions.
4 changes: 2 additions & 2 deletions application-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"versions:uikit": "manypkg upgrade @commercetools-uikit"
},
"dependencies": {
"@apollo/client": "3.7.14",
"@apollo/client": "3.10.4",
"@babel/core": "^7.22.17",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/actions-global": "workspace:*",
Expand Down Expand Up @@ -90,7 +90,7 @@
"react-redux": "7.2.9",
"react-router-dom": "5.3.4",
"redux": "4.2.1",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"resolutions": {
"@emotion/react": "^11.11.1",
Expand Down
2 changes: 1 addition & 1 deletion application-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"versions:uikit": "manypkg upgrade @commercetools-uikit"
},
"dependencies": {
"@apollo/client": "3.7.14",
"@apollo/client": "3.10.4",
"@babel/core": "^7.22.17",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/actions-global": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions custom-views-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"versions:uikit": "manypkg upgrade @commercetools-uikit"
},
"dependencies": {
"@apollo/client": "3.7.14",
"@apollo/client": "3.10.4",
"@babel/core": "^7.22.17",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/actions-global": "workspace:*",
Expand Down Expand Up @@ -90,7 +90,7 @@
"react-redux": "7.2.9",
"react-router-dom": "5.3.4",
"redux": "4.2.1",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"resolutions": {
"@emotion/react": "^11.11.1",
Expand Down
2 changes: 1 addition & 1 deletion custom-views-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"versions:uikit": "manypkg upgrade @commercetools-uikit"
},
"dependencies": {
"@apollo/client": "3.7.14",
"@apollo/client": "3.10.4",
"@babel/core": "^7.22.17",
"@babel/runtime-corejs3": "^7.22.15",
"@commercetools-frontend/actions-global": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@
"@manypkg/cli": "0.21.4",
"@manypkg/find-root": "2.2.1",
"@manypkg/get-packages": "1.1.3",
"@percy/cli": "1.28.6",
"@percy/core": "1.28.6",
"@percy/cli": "1.28.7",
"@percy/core": "1.28.7",
"@percy/cypress": "3.1.2",
"@percy/puppeteer": "2.0.2",
"@preconstruct/cli": "2.6.2",
"@preconstruct/cli": "2.8.4",
"@svgr/cli": "6.5.1",
"@svgr/plugin-jsx": "6.5.1",
"@svgr/plugin-svgo": "6.5.1",
Expand Down Expand Up @@ -169,7 +169,7 @@
"stylelint-order": "5.0.0",
"stylelint-value-no-unknown-custom-properties": "4.0.0",
"tsc-files": "1.1.4",
"typescript": "5.0.4",
"typescript": "5.4.5",
"vfile-message": "3.1.4"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/application-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"react-modal": "3.16.1"
},
"devDependencies": {
"@apollo/client": "3.7.14",
"@apollo/client": "3.10.4",
"@testing-library/dom": "^9.3.1",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/application-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/dompurify": "^2.4.0",
"@types/lodash": "^4.14.198",
"@types/react": "^17.0.80",
"ajv": "8.13.0",
"ajv": "8.14.0",
"core-js": "^3.32.2",
"cosmiconfig": "7.1.0",
"dompurify": "^2.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/application-shell-connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"wait-for-observables": "1.0.3"
},
"devDependencies": {
"@apollo/client": "3.7.14",
"@apollo/client": "3.10.4",
"@testing-library/react": "12.1.5",
"@types/jest": "^29.5.4",
"headers-polyfill": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/application-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"uuid": "9.0.1"
},
"devDependencies": {
"@apollo/client": "3.7.14",
"@apollo/client": "3.10.4",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "^29.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/glob": "8.1.0",
"@types/jscodeshift": "0.11.11",
"rimraf": "5.0.7",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"engines": {
"node": "16.x || >=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"jest": "29.7.0",
"msw": "0.49.3",
"ts-node": "^10.9.1",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit b4dacae

Please sign in to comment.