Skip to content

Commit e0e2be7

Browse files
fix(deps): update all dependencies
1 parent 569c154 commit e0e2be7

4 files changed

Lines changed: 341 additions & 303 deletions

File tree

generators/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@
1717
"keywords": ["javascript", "typescript", "test-data"],
1818
"license": "MIT",
1919
"dependencies": {
20-
"@babel/runtime": "7.26.10",
21-
"@babel/runtime-corejs3": "7.26.10",
20+
"@babel/runtime": "7.27.6",
21+
"@babel/runtime-corejs3": "7.27.6",
2222
"@manypkg/find-root": "3.0.0",
2323
"lodash": "4.17.21",
2424
"prompts": "2.4.2",
2525
"squirrelly": "9.1.0",
26-
"tsx": "4.19.4"
26+
"tsx": "4.20.3"
2727
},
2828
"devDependencies": {
29-
"@types/lodash": "4.17.16",
30-
"@types/mustache": "4.2.5",
29+
"@types/lodash": "4.17.19",
30+
"@types/mustache": "4.2.6",
3131
"@types/prompts": "2.4.9"
3232
}
3333
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,27 @@
3030
"dependencies": {
3131
"@babel/core": "^7.21.0",
3232
"@changesets/changelog-github": "0.5.1",
33-
"@changesets/cli": "2.29.2",
33+
"@changesets/cli": "2.29.5",
3434
"@commercetools-frontend/babel-preset-mc-app": "24.2.1",
3535
"@commercetools-frontend/eslint-config-mc-app": "24.2.1",
36-
"@commitlint/cli": "19.8.0",
37-
"@commitlint/config-conventional": "19.8.0",
36+
"@commitlint/cli": "19.8.1",
37+
"@commitlint/config-conventional": "19.8.1",
3838
"@graphql-codegen/add": "5.0.3",
39-
"@graphql-codegen/cli": "5.0.5",
39+
"@graphql-codegen/cli": "5.0.7",
4040
"@graphql-codegen/introspection": "4.0.3",
4141
"@graphql-codegen/typescript": "4.1.6",
42-
"@graphql-codegen/typescript-graphql-files-modules": "3.0.0",
43-
"@graphql-codegen/typescript-operations": "4.6.0",
44-
"@graphql-codegen/typescript-resolvers": "4.5.0",
42+
"@graphql-codegen/typescript-graphql-files-modules": "3.0.1",
43+
"@graphql-codegen/typescript-operations": "4.6.1",
44+
"@graphql-codegen/typescript-resolvers": "4.5.1",
4545
"@manypkg/cli": "0.24.0",
4646
"@manypkg/find-root": "3.0.0",
4747
"@preconstruct/cli": "2.8.12",
4848
"@types/jest": "^29.4.0",
49-
"@types/node": "20.17.32",
49+
"@types/node": "20.19.2",
5050
"babel-jest": "29.7.0",
5151
"babel-plugin-module-resolver": "^5.0.2",
5252
"cross-env": "7.0.3",
53-
"dotenv": "16.5.0",
53+
"dotenv": "16.6.1",
5454
"eslint": "8.57.1",
5555
"eslint-formatter-pretty": "5.0.0",
5656
"find-up": "^7.0.0",
@@ -61,8 +61,8 @@
6161
"jest-runner-eslint": "2.2.1",
6262
"jest-silent-reporter": "0.6.0",
6363
"jest-watch-typeahead": "2.2.2",
64-
"lint-staged": "15.5.1",
65-
"prettier": "3.5.3",
64+
"lint-staged": "15.5.2",
65+
"prettier": "3.6.2",
6666
"prettier-jest": "npm:prettier@^2",
6767
"tsc-files": "^1.1.3",
6868
"typescript": "5.8.3"

0 commit comments

Comments
 (0)