Skip to content

Commit d9e2db9

Browse files
authored
Chore: consolidate dep versions, update lockfile (#2025)
1 parent e2d8541 commit d9e2db9

File tree

3 files changed

+17
-164
lines changed

3 files changed

+17
-164
lines changed

packages/openapi-typescript-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"test": "tsc --noEmit"
4646
},
4747
"devDependencies": {
48-
"typescript": "^5.5.4"
48+
"typescript": "^5.6.3"
4949
}
5050
}

packages/swr-openapi/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"version": "pnpm run build"
5757
},
5858
"peerDependencies": {
59-
"openapi-fetch": "workspace:*",
60-
"openapi-typescript": "workspace:7.x",
59+
"openapi-fetch": "workspace:^",
60+
"openapi-typescript": "workspace:^",
6161
"react": "18 || 19",
6262
"swr": "2",
6363
"typescript": "^5.x"
@@ -68,7 +68,7 @@
6868
}
6969
},
7070
"dependencies": {
71-
"openapi-typescript-helpers": "workspace:*",
71+
"openapi-typescript-helpers": "workspace:^",
7272
"type-fest": "4.26.1"
7373
},
7474
"devDependencies": {
@@ -79,11 +79,11 @@
7979
"husky": "9.1.5",
8080
"lint-staged": "15.2.10",
8181
"lodash": "4.17.21",
82-
"openapi-fetch": "workspace:*",
83-
"openapi-typescript": "workspace:7.x",
82+
"openapi-fetch": "workspace:^",
83+
"openapi-typescript": "workspace:^",
8484
"react": "18.3.1",
8585
"swr": "2.2.5",
86-
"typescript": "5.5.4",
87-
"vitest": "2.0.5"
86+
"typescript": "5.6.3",
87+
"vitest": "2.1.3"
8888
}
8989
}

pnpm-lock.yaml

+9-156
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)