Skip to content

Commit 9964cdd

Browse files
authored
Merge pull request #4551 from robert-westenberger/fix/codegen-openapi-missing-lodash-dependency
2 parents 5d4c401 + 6281665 commit 9964cdd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/rtk-query-codegen-openapi/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"dependencies": {
5959
"@apidevtools/swagger-parser": "^10.0.2",
6060
"commander": "^6.2.0",
61+
"lodash": "^4.17.21",
6162
"oazapfts": "^6.0.2",
6263
"prettier": "^3.2.5",
6364
"semver": "^7.3.5",

yarn.lock

+1
Original file line numberDiff line numberDiff line change
@@ -8206,6 +8206,7 @@ __metadata:
82068206
esbuild: "npm:~0.17"
82078207
esbuild-runner: "npm:^2.2.1"
82088208
husky: "npm:^4.3.6"
8209+
lodash: "npm:^4.17.21"
82098210
msw: "npm:^2.1.5"
82108211
node-fetch: "npm:^3.3.2"
82118212
oazapfts: "npm:^6.0.2"

0 commit comments

Comments
 (0)