Skip to content

Commit fdd2e76

Browse files
committed
use workspace:* for dependencies
1 parent f8b32d5 commit fdd2e76

File tree

9 files changed

+27
-74
lines changed

9 files changed

+27
-74
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"pkg-up": "~3.1.0",
3333
"resolve": "^1.22.8",
3434
"ts-morph": "^19.0.0",
35-
"ts-to-zod": "github:stainless-api/stl-api#ts-to-zod-0.0.5"
35+
"ts-to-zod": "workspace:*"
3636
},
3737
"devDependencies": {
3838
"@swc/core": "^1.3.100",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dedent-js": "^1.0.1",
3030
"lodash": "^4.17.21",
3131
"prettier": "^2.8.8",
32-
"stainless": "github:stainless-api/stl-api#stainless-0.1.1",
32+
"stainless": "workspace:*",
3333
"typescript": "^5.3.2",
3434
"zod-to-ts": "^1.2.0"
3535
},

packages/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"dependencies": {
3939
"express": "^4.18.2",
4040
"lodash": "^4.17.21",
41-
"stainless": "github:stainless-api/stl-api#stainless-0.1.1"
41+
"stainless": "workspace:*"
4242
}
4343
}

packages/hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"dependencies": {
3434
"hono": "^4.0.0",
3535
"qs": "^6.11.2",
36-
"stainless": "github:stainless-api/stl-api#stainless-0.1.1"
36+
"stainless": "workspace:*"
3737
}
3838
}

packages/next-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"typescript": "^5.3.2"
3333
},
3434
"dependencies": {
35-
"@stl-api/next": "github:stainless-api/stl-api#next-0.1.1",
36-
"stainless": "github:stainless-api/stl-api#stainless-0.1.1"
35+
"@stl-api/next": "workspace:*",
36+
"stainless": "workspace:*"
3737
},
3838
"peerDependenices": {
3939
"next": "^13.5.6",

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"hono": "^4.0.0",
3535
"lodash": "^4.17.21",
3636
"qs": "^6.11.2",
37-
"stainless": "github:stainless-api/stl-api#stainless-0.1.1"
37+
"stainless": "workspace:*"
3838
},
3939
"peerDependency": {
4040
"next": "^13.5.6"

packages/prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"lodash": "^4.17.21",
34-
"stainless": "github:stainless-api/stl-api#stainless-0.1.1",
34+
"stainless": "workspace:*",
3535
"zod": "^3.22.4"
3636
},
3737
"peerDependencies": {

packages/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"dependencies": {
6464
"lodash": "^4.17.21",
6565
"qs": "^6.11.2",
66-
"stainless": "github:stainless-api/stl-api#stainless-0.1.1"
66+
"stainless": "workspace:*"
6767
},
6868
"peerDependencies": {
6969
"@tanstack/query-core": "^4.29.5",

pnpm-lock.yaml

Lines changed: 18 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)