Skip to content

Commit

Permalink
fix(storm-ops): Resolve issue with workspace dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Mar 28, 2024
1 parent 3f4a00a commit 041dcc7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 22 deletions.
8 changes: 1 addition & 7 deletions packages/config-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@
"cosmiconfig": "9.0.0",
"zod": "3.22.4"
},
"peerDependencies": {
"@storm-software/config": "workspace:*"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@storm-software/config": "1.7.1"
}
}
}
8 changes: 1 addition & 7 deletions packages/git-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,10 @@
"word-wrap": "1.2.5"
},
"devDependencies": {
"@storm-software/config": "1.7.1",
"@storm-software/config-tools": "1.33.1",
"@types/inquirer": "9.0.6",
"@types/prettier": "3.0.0"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@storm-software/config": "workspace:^",
"@storm-software/config-tools": "workspace:^"
}
}
}
8 changes: 1 addition & 7 deletions packages/linting-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,9 @@
"vfile-reporter": "^8.1.0"
},
"devDependencies": {
"@storm-software/config": "1.7.1",
"@storm-software/config-tools": "1.33.1",
"@types/eslint": "8.44.6"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@storm-software/config": "workspace:^",
"@storm-software/config-tools": "workspace:^"
}
}
}
2 changes: 1 addition & 1 deletion packages/testing-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 041dcc7

Please sign in to comment.