Skip to content

Commit

Permalink
fix: fix peerDependencies flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Jan 12, 2025
1 parent 7d4c8d2 commit 9505ab2
Show file tree
Hide file tree
Showing 64 changed files with 407 additions and 376 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"version": "8.4.0",
"command": {
"bootstrap": {
"npmClientArgs": [
"--no-package-lock"
]
"npmClientArgs": ["--no-package-lock"]
}
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@swc-node/register": "1.10.9",
"@swc/core": "1.7.28",
"@swc/helpers": "0.5.13",
"@tsed/monorepo-utils": "2.3.9",
"@tsed/monorepo-utils": "2.3.11",
"@tsed/ts-doc": "5.0.0",
"@types/axios": "0.14.0",
"@types/globby": "9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"browser": "./lib/browser/core.umd.min.js",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"browser": "./lib/browser/core.umd.min.js",
"import": "./lib/esm/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/di/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"browser": "./lib/browser/di.umd.min.js",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"browser": "./lib/browser/di.umd.min.js",
"import": "./lib/esm/index.js",
Expand Down Expand Up @@ -43,10 +43,10 @@
"webpack": "^5.75.0"
},
"peerDependencies": {
"@tsed/core": "8.4.0",
"@tsed/hooks": "8.4.0",
"@tsed/core": ">=8.0.0",
"@tsed/hooks": ">=8.0.0",
"@tsed/logger": ">=7.0.1",
"@tsed/schema": "8.4.0"
"@tsed/schema": ">=8.0.0"
},
"peerDependenciesMeta": {
"@tsed/core": {
Expand Down
2 changes: 1 addition & 1 deletion packages/engines/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand Down Expand Up @@ -44,10 +44,10 @@
},
"peerDependencies": {
"@apollo/server": ">=4.10.4",
"@tsed/core": "8.4.0",
"@tsed/di": "8.4.0",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/logger": ">=7.0.1",
"@tsed/platform-http": "8.4.0",
"@tsed/platform-http": ">=8.0.0",
"graphql": ">16.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/graphql/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand All @@ -35,10 +35,10 @@
"typescript": "5.4.5"
},
"peerDependencies": {
"@tsed/core": "8.4.0",
"@tsed/di": "8.4.0",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/logger": ">=7.0.1",
"@tsed/platform-http": "8.4.0",
"@tsed/platform-http": ">=8.0.0",
"graphql-ws": ">=5.14.2"
}
}
2 changes: 1 addition & 1 deletion packages/graphql/typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"browser": "./lib/browser/core.umd.min.js",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"browser": "./lib/browser/hooks.umd.min.js",
"import": "./lib/esm/index.js",
Expand Down
12 changes: 6 additions & 6 deletions packages/orm/adapters-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand Down Expand Up @@ -37,11 +37,11 @@
"vitest": "2.1.2"
},
"peerDependencies": {
"@tsed/adapters": "8.4.0",
"@tsed/core": "8.4.0",
"@tsed/di": "8.4.0",
"@tsed/hooks": "8.4.0",
"@tsed/platform-http": "8.4.0",
"@tsed/adapters": ">=8.0.0",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/hooks": ">=8.0.0",
"@tsed/platform-http": ">=8.0.0",
"ioredis": ">=5.2.3",
"ioredis-mock": ">=8.2.2",
"uuid": "^10.0.0"
Expand Down
14 changes: 7 additions & 7 deletions packages/orm/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand Down Expand Up @@ -47,12 +47,12 @@
"vitest": "2.1.2"
},
"peerDependencies": {
"@tsed/ajv": "8.4.0",
"@tsed/core": "8.4.0",
"@tsed/di": "8.4.0",
"@tsed/json-mapper": "8.4.0",
"@tsed/platform-http": "8.4.0",
"@tsed/schema": "8.4.0"
"@tsed/ajv": ">=8.0.0",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/json-mapper": ">=8.0.0",
"@tsed/platform-http": ">=8.0.0",
"@tsed/schema": ">=8.0.0"
},
"peerDependenciesMeta": {
"@tsed/ajv": {
Expand Down
6 changes: 3 additions & 3 deletions packages/orm/ioredis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand Down Expand Up @@ -38,8 +38,8 @@
"vitest": "2.1.2"
},
"peerDependencies": {
"@tsed/core": "8.4.0",
"@tsed/di": "8.4.0",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"ioredis": ">=5.2.3",
"ioredis-mock": ">=8.2.2"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/orm/mikro-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand Down Expand Up @@ -45,9 +45,9 @@
},
"peerDependencies": {
"@mikro-orm/core": ">=4.5.9",
"@tsed/core": "8.4.0",
"@tsed/di": "8.4.0",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/logger": ">=7.0.1",
"@tsed/platform-http": "8.4.0"
"@tsed/platform-http": ">=8.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/orm/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand Down Expand Up @@ -49,12 +49,12 @@
"vitest": "2.1.2"
},
"peerDependencies": {
"@tsed/ajv": "8.4.0",
"@tsed/core": "8.4.0",
"@tsed/di": "8.4.0",
"@tsed/json-mapper": "8.4.0",
"@tsed/ajv": ">=8.0.0",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/json-mapper": ">=8.0.0",
"@tsed/logger": ">=7.0.1",
"@tsed/schema": "8.4.0",
"@tsed/schema": ">=8.0.0",
"mongoose": ">=6.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/orm/objection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand Down Expand Up @@ -41,11 +41,11 @@
"vitest": "2.1.2"
},
"peerDependencies": {
"@tsed/ajv": "8.4.0",
"@tsed/core": "8.4.0",
"@tsed/di": "8.4.0",
"@tsed/json-mapper": "8.4.0",
"@tsed/schema": "8.4.0",
"@tsed/ajv": ">=8.0.0",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/json-mapper": ">=8.0.0",
"@tsed/schema": ">=8.0.0",
"knex": ">=0.94.0",
"objection": ">=2.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/orm/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand Down Expand Up @@ -57,10 +57,10 @@
},
"peerDependencies": {
"@prisma/client": ">=6.0.0",
"@tsed/core": "8.4.0",
"@tsed/di": "8.4.0",
"@tsed/json-mapper": "8.4.0",
"@tsed/schema": "8.4.0"
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/json-mapper": ">=8.0.0",
"@tsed/schema": ">=8.0.0"
},
"keywords": [
"TypeScript",
Expand Down
8 changes: 4 additions & 4 deletions packages/orm/testcontainers-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand Down Expand Up @@ -42,9 +42,9 @@
},
"peerDependencies": {
"@testcontainers/mongodb": ">=10.11.0",
"@tsed/core": "8.4.0",
"@tsed/di": "8.4.0",
"@tsed/platform-http": "8.4.0",
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/platform-http": ">=8.0.0",
"mongodb": ">=6",
"testcontainers": ">=10.11.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/perf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/platform/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand Down
10 changes: 5 additions & 5 deletions packages/platform/platform-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand Down Expand Up @@ -40,10 +40,10 @@
"vitest": "2.1.2"
},
"peerDependencies": {
"@tsed/core": "8.4.0",
"@tsed/di": "8.4.0",
"@tsed/json-mapper": "8.4.0",
"@tsed/schema": "8.4.0"
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/json-mapper": ">=8.0.0",
"@tsed/schema": ">=8.0.0"
},
"peerDependenciesMeta": {
"@tsed/core": {
Expand Down
10 changes: 5 additions & 5 deletions packages/platform/platform-exceptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"@tsed/source": "./src/index.ts",
"tsed-source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
Expand Down Expand Up @@ -37,10 +37,10 @@
"vitest": "2.1.2"
},
"peerDependencies": {
"@tsed/core": "8.4.0",
"@tsed/di": "8.4.0",
"@tsed/exceptions": "8.4.0",
"@tsed/schema": "8.4.0"
"@tsed/core": ">=8.0.0",
"@tsed/di": ">=8.0.0",
"@tsed/exceptions": ">=8.0.0",
"@tsed/schema": ">=8.0.0"
},
"peerDependenciesMeta": {
"@tsed/core": {
Expand Down
Loading

0 comments on commit 9505ab2

Please sign in to comment.