Skip to content

Commit 6b1e39d

Browse files
committed
feat(plugin-typescript): prepare for first release
1 parent 74cc298 commit 6b1e39d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

nx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"generators": {},
6363
"release": {
64-
"projects": ["packages/*", "!plugin-typescript"],
64+
"projects": ["packages/*"],
6565
"projectsRelationship": "fixed",
6666
"changelog": {
6767
"automaticFromRef": true,

packages/plugin-typescript/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/typescript-plugin",
3-
"version": "0.57.0",
3+
"version": "0.65.3",
44
"license": "MIT",
55
"description": "Code PushUp plugin for incrementally adopting strict compilation flags in TypeScript projects",
66
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/plugin-typescript#readme",
@@ -22,10 +22,9 @@
2222
"access": "public"
2323
},
2424
"type": "module",
25-
"// TODO": "lock @code-pushup/* versions once included in nx release",
2625
"dependencies": {
27-
"@code-pushup/models": "*",
28-
"@code-pushup/utils": "*",
26+
"@code-pushup/models": "0.65.3",
27+
"@code-pushup/utils": "0.65.3",
2928
"zod": "^3.23.8"
3029
},
3130
"peerDependencies": {

0 commit comments

Comments
 (0)