Skip to content

Commit 9233f56

Browse files
fix(deps): update all dependencies
1 parent 91eeb65 commit 9233f56

File tree

27 files changed

+100
-100
lines changed

27 files changed

+100
-100
lines changed

application-templates/starter-typescript/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"versions:uikit": "manypkg upgrade @commercetools-uikit"
2020
},
2121
"dependencies": {
22-
"@apollo/client": "3.7.14",
22+
"@apollo/client": "3.12.4",
2323
"@babel/core": "^7.22.17",
2424
"@babel/runtime-corejs3": "^7.22.15",
2525
"@commercetools-frontend/actions-global": "workspace:*",
@@ -59,9 +59,9 @@
5959
"@commercetools-uikit/text-input": "^19.17.1",
6060
"@commercetools/sync-actions": "^5.14.0",
6161
"@emotion/react": "^11.11.4",
62-
"@formatjs/cli": "6.2.12",
62+
"@formatjs/cli": "6.3.15",
6363
"@jest/types": "29.6.3",
64-
"@manypkg/cli": "0.21.4",
64+
"@manypkg/cli": "0.23.0",
6565
"@testing-library/dom": "^9.3.1",
6666
"@testing-library/jest-dom": "^5.17.0",
6767
"@testing-library/react": "12.1.5",
@@ -72,14 +72,14 @@
7272
"@types/react-router": "^5.1.20",
7373
"@types/react-router-dom": "^5.3.3",
7474
"@types/testing-library__jest-dom": "^5.14.9",
75-
"eslint": "8.57.0",
75+
"eslint": "8.57.1",
7676
"eslint-formatter-pretty": "4.1.0",
7777
"eslint-plugin-graphql": "^4.0.0",
7878
"formik": "2.4.6",
7979
"graphql": "^16.8.0",
8080
"graphql-tag": "^2.12.6",
8181
"jest": "29.7.0",
82-
"jest-runner-eslint": "2.2.0",
82+
"jest-runner-eslint": "2.2.1",
8383
"jest-watch-typeahead": "2.2.2",
8484
"moment": "^2.29.4",
8585
"msw": "0.49.3",
@@ -91,7 +91,7 @@
9191
"react-redux": "7.2.9",
9292
"react-router-dom": "5.3.4",
9393
"redux": "4.2.1",
94-
"typescript": "5.0.4"
94+
"typescript": "5.7.3"
9595
},
9696
"resolutions": {
9797
"@emotion/react": "^11.11.1",

application-templates/starter/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"versions:uikit": "manypkg upgrade @commercetools-uikit"
1919
},
2020
"dependencies": {
21-
"@apollo/client": "3.7.14",
21+
"@apollo/client": "3.12.4",
2222
"@babel/core": "^7.22.17",
2323
"@babel/runtime-corejs3": "^7.22.15",
2424
"@commercetools-frontend/actions-global": "workspace:*",
@@ -57,9 +57,9 @@
5757
"@commercetools-uikit/text-input": "^19.17.1",
5858
"@commercetools/sync-actions": "^5.14.0",
5959
"@emotion/react": "^11.11.4",
60-
"@formatjs/cli": "6.2.12",
60+
"@formatjs/cli": "6.3.15",
6161
"@jest/types": "29.6.3",
62-
"@manypkg/cli": "0.21.4",
62+
"@manypkg/cli": "0.23.0",
6363
"@testing-library/dom": "^9.3.1",
6464
"@testing-library/jest-dom": "^5.17.0",
6565
"@testing-library/react": "12.1.5",
@@ -70,14 +70,14 @@
7070
"@types/react-router": "^5.1.20",
7171
"@types/react-router-dom": "^5.3.3",
7272
"@types/testing-library__jest-dom": "^5.14.9",
73-
"eslint": "8.57.0",
73+
"eslint": "8.57.1",
7474
"eslint-formatter-pretty": "4.1.0",
7575
"eslint-plugin-graphql": "^4.0.0",
7676
"formik": "2.4.6",
7777
"graphql": "^16.8.0",
7878
"graphql-tag": "^2.12.6",
7979
"jest": "29.7.0",
80-
"jest-runner-eslint": "2.2.0",
80+
"jest-runner-eslint": "2.2.1",
8181
"jest-watch-typeahead": "2.2.2",
8282
"moment": "^2.29.4",
8383
"msw": "0.49.3",

custom-views-templates/starter-typescript/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"versions:uikit": "manypkg upgrade @commercetools-uikit"
2020
},
2121
"dependencies": {
22-
"@apollo/client": "3.7.14",
22+
"@apollo/client": "3.12.4",
2323
"@babel/core": "^7.22.17",
2424
"@babel/runtime-corejs3": "^7.22.15",
2525
"@commercetools-frontend/actions-global": "workspace:*",
@@ -59,9 +59,9 @@
5959
"@commercetools-uikit/text-input": "^19.17.1",
6060
"@commercetools/sync-actions": "^5.14.0",
6161
"@emotion/react": "^11.11.4",
62-
"@formatjs/cli": "6.2.12",
62+
"@formatjs/cli": "6.3.15",
6363
"@jest/types": "29.6.3",
64-
"@manypkg/cli": "0.21.4",
64+
"@manypkg/cli": "0.23.0",
6565
"@testing-library/dom": "^9.3.1",
6666
"@testing-library/jest-dom": "^5.17.0",
6767
"@testing-library/react": "12.1.5",
@@ -72,14 +72,14 @@
7272
"@types/react-router": "^5.1.20",
7373
"@types/react-router-dom": "^5.3.3",
7474
"@types/testing-library__jest-dom": "^5.14.9",
75-
"eslint": "8.57.0",
75+
"eslint": "8.57.1",
7676
"eslint-formatter-pretty": "4.1.0",
7777
"eslint-plugin-graphql": "^4.0.0",
7878
"formik": "2.4.6",
7979
"graphql": "^16.8.0",
8080
"graphql-tag": "^2.12.6",
8181
"jest": "29.7.0",
82-
"jest-runner-eslint": "2.2.0",
82+
"jest-runner-eslint": "2.2.1",
8383
"jest-watch-typeahead": "2.2.2",
8484
"moment": "^2.29.4",
8585
"msw": "0.49.3",
@@ -91,7 +91,7 @@
9191
"react-redux": "7.2.9",
9292
"react-router-dom": "5.3.4",
9393
"redux": "4.2.1",
94-
"typescript": "5.0.4"
94+
"typescript": "5.7.3"
9595
},
9696
"resolutions": {
9797
"@emotion/react": "^11.11.1",

custom-views-templates/starter/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"versions:uikit": "manypkg upgrade @commercetools-uikit"
1919
},
2020
"dependencies": {
21-
"@apollo/client": "3.7.14",
21+
"@apollo/client": "3.12.4",
2222
"@babel/core": "^7.22.17",
2323
"@babel/runtime-corejs3": "^7.22.15",
2424
"@commercetools-frontend/actions-global": "workspace:*",
@@ -57,9 +57,9 @@
5757
"@commercetools-uikit/text-input": "^19.17.1",
5858
"@commercetools/sync-actions": "^5.14.0",
5959
"@emotion/react": "^11.11.4",
60-
"@formatjs/cli": "6.2.12",
60+
"@formatjs/cli": "6.3.15",
6161
"@jest/types": "29.6.3",
62-
"@manypkg/cli": "0.21.4",
62+
"@manypkg/cli": "0.23.0",
6363
"@testing-library/dom": "^9.3.1",
6464
"@testing-library/jest-dom": "^5.17.0",
6565
"@testing-library/react": "12.1.5",
@@ -70,14 +70,14 @@
7070
"@types/react-router": "^5.1.20",
7171
"@types/react-router-dom": "^5.3.3",
7272
"@types/testing-library__jest-dom": "^5.14.9",
73-
"eslint": "8.57.0",
73+
"eslint": "8.57.1",
7474
"eslint-formatter-pretty": "4.1.0",
7575
"eslint-plugin-graphql": "^4.0.0",
7676
"formik": "2.4.6",
7777
"graphql": "^16.8.0",
7878
"graphql-tag": "^2.12.6",
7979
"jest": "29.7.0",
80-
"jest-runner-eslint": "2.2.0",
80+
"jest-runner-eslint": "2.2.1",
8181
"jest-watch-typeahead": "2.2.2",
8282
"moment": "^2.29.4",
8383
"msw": "0.49.3",

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@babel/cli": "^7.22.15",
8585
"@babel/core": "^7.22.17",
8686
"@changesets/changelog-github": "0.5.0",
87-
"@changesets/cli": "2.27.5",
87+
"@changesets/cli": "2.27.11",
8888
"@commercetools-frontend/application-config": "workspace:*",
8989
"@commercetools-frontend/babel-preset-mc-app": "workspace:*",
9090
"@commercetools-frontend/constants": "workspace:*",
@@ -99,22 +99,22 @@
9999
"@commitlint/cli": "17.8.1",
100100
"@commitlint/config-conventional": "17.8.1",
101101
"@faker-js/faker": "8.4.1",
102-
"@formatjs/cli": "6.2.12",
102+
"@formatjs/cli": "6.3.15",
103103
"@graphql-codegen/add": "3.2.3",
104104
"@graphql-codegen/cli": "2.16.5",
105105
"@graphql-codegen/introspection": "2.2.3",
106106
"@graphql-codegen/typescript": "2.8.8",
107107
"@graphql-codegen/typescript-graphql-files-modules": "2.2.1",
108108
"@graphql-codegen/typescript-operations": "2.5.13",
109-
"@manypkg/cli": "0.21.4",
110-
"@manypkg/find-root": "2.2.1",
109+
"@manypkg/cli": "0.23.0",
110+
"@manypkg/find-root": "2.2.3",
111111
"@manypkg/get-packages": "1.1.3",
112112
"@omlet/cli": "^1.12.0",
113-
"@percy/cli": "1.30.2",
114-
"@percy/core": "1.30.2",
115-
"@percy/cypress": "3.1.2",
113+
"@percy/cli": "1.30.6",
114+
"@percy/core": "1.30.6",
115+
"@percy/cypress": "3.1.3",
116116
"@percy/puppeteer": "2.0.2",
117-
"@preconstruct/cli": "2.6.2",
117+
"@preconstruct/cli": "2.8.10",
118118
"@svgr/cli": "6.5.1",
119119
"@svgr/plugin-jsx": "6.5.1",
120120
"@svgr/plugin-svgo": "6.5.1",
@@ -137,24 +137,24 @@
137137
"cac": "6.7.14",
138138
"cross-env": "7.0.3",
139139
"cypress": "12.17.4",
140-
"dotenv": "16.4.5",
141-
"eslint": "8.57.0",
140+
"dotenv": "16.4.7",
141+
"eslint": "8.57.1",
142142
"eslint-formatter-pretty": "4.1.0",
143143
"eslint-plugin-graphql": "^4.0.0",
144144
"find-up": "5.0.0",
145-
"graphql": "16.8.2",
145+
"graphql": "16.10.0",
146146
"husky": "7.0.4",
147147
"jest": "29.7.0",
148148
"jest-each": "29.7.0",
149149
"jest-environment-puppeteer": "8.0.6",
150150
"jest-preview": "^0.3.1",
151151
"jest-puppeteer": "8.0.6",
152-
"jest-runner-eslint": "2.2.0",
152+
"jest-runner-eslint": "2.2.1",
153153
"jest-runner-executor": "1.0.0",
154154
"jest-silent-reporter": "0.6.0",
155155
"jest-watch-typeahead": "2.2.2",
156156
"lint-staged": "11.2.6",
157-
"postcss": "8.4.38",
157+
"postcss": "8.4.49",
158158
"postcss-load-config": "3.1.4",
159159
"prettier": "2.8.8",
160160
"puppeteer": "20.9.0",
@@ -164,21 +164,21 @@
164164
"replace": "1.2.2",
165165
"rosie": "2.1.1",
166166
"shelljs": "0.8.5",
167-
"start-server-and-test": "2.0.4",
167+
"start-server-and-test": "2.0.9",
168168
"stylelint": "14.16.1",
169169
"stylelint-config-prettier": "9.0.5",
170170
"stylelint-config-standard": "26.0.0",
171171
"stylelint-order": "5.0.0",
172172
"stylelint-value-no-unknown-custom-properties": "4.0.0",
173173
"tsc-files": "1.1.4",
174-
"typescript": "5.0.4",
174+
"typescript": "5.7.3",
175175
"vfile-message": "3.1.4"
176176
},
177177
"pnpm": {
178178
"overrides": {
179179
"@types/eslint": "^8.2.2",
180180
"@types/react": "^17.0.56",
181-
"@types/react-dom": "17.0.25",
181+
"@types/react-dom": "17.0.26",
182182
"@types/react-router": "5.1.20",
183183
"@typescript-eslint/eslint-plugin": "^5.52.0",
184184
"@typescript-eslint/parser": "^5.52.0"
@@ -193,5 +193,5 @@
193193
"npm": ">=6",
194194
"pnpm": ">=8"
195195
},
196-
"packageManager": "[email protected].8"
196+
"packageManager": "[email protected].9"
197197
}

packages-backend/eslint-config-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@tsconfig/node16": "^16.1.1",
39-
"eslint": "8.57.0"
39+
"eslint": "8.57.1"
4040
},
4141
"engines": {
4242
"node": "16.x || >=18.0.0"

packages-backend/express/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@babel/runtime-corejs3": "^7.22.15",
2323
"@types/express": "^4.17.17",
2424
"@types/node": "^18.17.14",
25-
"express": "4.20.0",
26-
"express-jwt": "8.4.1",
25+
"express": "4.21.2",
26+
"express-jwt": "8.5.1",
2727
"jwks-rsa": "2.1.5"
2828
},
2929
"devDependencies": {

packages-backend/loggers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"express-winston": "4.2.0",
3333
"fast-safe-stringify": "2.1.1",
3434
"lodash": "4.17.21",
35-
"logform": "2.6.0",
35+
"logform": "2.7.0",
3636
"triple-beam": "1.4.1",
37-
"winston": "3.13.0"
37+
"winston": "3.17.0"
3838
},
3939
"devDependencies": {
4040
"@tsconfig/node16": "^16.1.1",
4141
"@types/express": "^4.17.17",
42-
"express": "4.20.0"
42+
"express": "4.21.2"
4343
}
4444
}

packages/application-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
"lodash": "4.17.21",
7171
"prop-types": "15.8.1",
7272
"raf-schd": "^4.0.3",
73-
"react-modal": "3.16.1"
73+
"react-modal": "3.16.3"
7474
},
7575
"devDependencies": {
76-
"@apollo/client": "3.7.14",
76+
"@apollo/client": "3.12.4",
7777
"@testing-library/dom": "^9.3.1",
7878
"@testing-library/react": "12.1.5",
7979
"@testing-library/react-hooks": "8.0.1",

packages/application-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/dompurify": "^2.4.0",
4646
"@types/lodash": "^4.14.198",
4747
"@types/react": "^17.0.83",
48-
"ajv": "8.16.0",
48+
"ajv": "8.17.1",
4949
"core-js": "^3.32.2",
5050
"cosmiconfig": "9.0.0",
5151
"cosmiconfig-typescript-loader": "6.1.0",

packages/application-shell-connectors/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/prop-types": "^15.7.5",
3434
"@types/react": "^17.0.83",
3535
"apollo-link-logger": "2.0.1",
36-
"graphql": "16.8.2",
36+
"graphql": "16.10.0",
3737
"lodash": "4.17.21",
3838
"moment-timezone": "^0.5.40",
3939
"omit-empty-es": "1.2.0",
@@ -43,7 +43,7 @@
4343
"wait-for-observables": "1.0.3"
4444
},
4545
"devDependencies": {
46-
"@apollo/client": "3.7.14",
46+
"@apollo/client": "3.12.4",
4747
"@testing-library/react": "12.1.5",
4848
"@types/jest": "^29.5.4",
4949
"headers-polyfill": "^3.1.2",

packages/application-shell/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"debounce-async": "0.0.2",
8686
"downshift": "6.1.12",
8787
"fuse.js": "6.6.2",
88-
"graphql": "16.8.2",
88+
"graphql": "16.10.0",
8989
"history": "4.10.1",
9090
"is-retina": "1.0.3",
9191
"jwt-decode": "3.1.2",
@@ -97,15 +97,15 @@
9797
"prop-types": "15.8.1",
9898
"qss": "2.0.3",
9999
"react-required-if": "1.0.3",
100-
"react-select": "5.8.0",
100+
"react-select": "5.9.0",
101101
"redux-logger": "3.0.6",
102102
"redux-thunk": "2.4.2",
103103
"tiny-invariant": "1.3.3",
104104
"unfetch": "4.2.0",
105105
"uuid": "9.0.1"
106106
},
107107
"devDependencies": {
108-
"@apollo/client": "3.7.14",
108+
"@apollo/client": "3.12.4",
109109
"@testing-library/react": "12.1.5",
110110
"@testing-library/react-hooks": "8.0.1",
111111
"@types/jest": "^29.5.4",

packages/codemod/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
"@babel/preset-env": "^7.22.15",
2929
"cac": "6.7.14",
3030
"glob": "8.1.0",
31-
"jscodeshift": "0.15.2",
31+
"jscodeshift": "0.16.1",
3232
"prettier": "2.8.8"
3333
},
3434
"devDependencies": {
3535
"@commercetools-frontend/application-components": "workspace:*",
3636
"@emotion/react": "^11.11.4",
3737
"@tsconfig/node16": "^16.1.1",
3838
"@types/glob": "8.1.0",
39-
"@types/jscodeshift": "0.11.11",
39+
"@types/jscodeshift": "0.12.0",
4040
"@types/prettier": "2.7.3",
41-
"rimraf": "5.0.7",
42-
"typescript": "5.0.4"
41+
"rimraf": "5.0.10",
42+
"typescript": "5.7.3"
4343
},
4444
"engines": {
4545
"node": "16.x || >=18.0.0"

0 commit comments

Comments
 (0)