Skip to content

Commit

Permalink
fix(deps): moved @sherifforg/constants to devDeps. Fixes #150
Browse files Browse the repository at this point in the history
Closes #150
  • Loading branch information
AndreaPontrandolfo committed Jul 7, 2024
1 parent a6bad6c commit 8f4b020
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/create-sheriff-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
},
"license": "MIT",
"dependencies": {
"@sherifforg/constants": "workspace:*",
"cli-highlight": "^2.1.11",
"consola": "^3.2.3",
"find-up": "^6.3.0",
Expand All @@ -30,6 +29,7 @@
"create-sheriff-config": "./dist/index.js"
},
"devDependencies": {
"@sherifforg/constants": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.6",
"@types/yargs": "^17.0.32",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-sheriff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"@eslint/js": "^8.57.0",
"@next/eslint-plugin-next": "^13.2.3",
"@regru/eslint-plugin-prefer-early-return": "^1.0.0",
"@sherifforg/constants": "workspace:*",
"@stylistic/eslint-plugin": "^1.5.1",
"astro-eslint-parser": "^0.16.3",
"eslint-config-flat-gitignore": "^0.1.3",
Expand Down Expand Up @@ -97,6 +96,7 @@
"license": "MIT",
"devDependencies": {
"@arethetypeswrong/cli": "^0.9.0",
"@sherifforg/constants": "workspace:*",
"@sherifforg/types": "workspace:*",
"@types/eslint-config-prettier": "^6.11.3",
"@types/lodash": "^4.14.191",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://turbo.build/schema.json",
"$schema": "https://turbo.build/schema.v1.json",
"globalDependencies": ["**/.env.*local"],
"pipeline": {
"topo": {
Expand Down

0 comments on commit 8f4b020

Please sign in to comment.