Skip to content

Commit 70c8fc8

Browse files
fix: update auto merge on patch or minor
1 parent f2c72eb commit 70c8fc8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"@eslint/js": "10.0.1",
1414
"@inversifyjs/eslint-plugin-require-extensions": "0.2.0",
1515
"@inversifyjs/foundation-changelog-generator": "0.2.0",
16-
"@inversifyjs/foundation-eslint-config": "0.2.0",
16+
"@inversifyjs/foundation-eslint-config": "0.2.1",
1717
"@inversifyjs/foundation-prettier-config": "0.1.1",
1818
"@inversifyjs/foundation-scripts": "workspace:*",
1919
"@inversifyjs/foundation-typescript-config": "0.2.0",
2020
"@inversifyjs/foundation-vitest-config": "0.2.0",
2121
"husky": "9.1.7",
2222
"knip": "6.12.2",
23-
"lint-staged": "17.0.3",
23+
"lint-staged": "17.0.4",
2424
"turbo": "2.9.10"
2525
},
2626
"homepage": "https://inversify.io/graphql/",

packages/codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"dependencies": {
88
"@graphql-codegen/cli": "^7.0.0",
99
"@graphql-codegen/typescript": "^6.0.1",
10-
"@graphql-codegen/typescript-resolvers": "^6.0.0",
10+
"@graphql-codegen/typescript-resolvers": "^6.0.1",
1111
"glob": "^13.0.6",
1212
"prettier": "^3.8.3"
1313
},
1414
"devDependencies": {
15-
"@graphql-codegen/plugin-helpers": "7.0.0",
15+
"@graphql-codegen/plugin-helpers": "7.0.1",
1616
"@types/node": "24.12.3",
1717
"@vitest/coverage-v8": "4.1.5",
1818
"eslint": "10.3.0",

0 commit comments

Comments
 (0)