Skip to content

Commit 0ee3780

Browse files
committed
chore(dependencies): downgrade find-my-way to version 9.2.0 and add overrides in package.json files to support node 18
1 parent 8c22736 commit 0ee3780

File tree

5 files changed

+403
-120
lines changed

5 files changed

+403
-120
lines changed

examples/openapi-ts-fastify/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@
2121
"typescript": "5.8.3",
2222
"vite": "6.2.6",
2323
"vitest": "3.1.1"
24+
},
25+
"overrides": {
26+
"find-my-way": "9.2.0"
2427
}
2528
}

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"eslint-plugin-sort-keys-fix": "1.1.2",
6262
"eslint-plugin-typescript-sort-keys": "3.3.0",
6363
"eslint-plugin-vue": "9.32.0",
64+
"find-my-way": "9.2.0",
6465
"globals": "15.14.0",
6566
"husky": "9.1.7",
6667
"lint-staged": "15.3.0",

packages/openapi-ts-tests/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,8 @@
6060
"typescript": "5.8.3",
6161
"vue": "3.5.13",
6262
"zod": "3.23.8"
63+
},
64+
"overrides": {
65+
"find-my-way": "9.2.0"
6366
}
6467
}

0 commit comments

Comments
 (0)