Skip to content

Commit

Permalink
refactor: move constants back to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Aug 24, 2024
1 parent 1acef2e commit 51619ef
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 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,6 +15,7 @@
},
"license": "MIT",
"dependencies": {
"@sherifforg/constants": "workspace:*",
"cli-highlight": "^2.1.11",
"consola": "^3.2.3",
"find-up": "^6.3.0",
Expand All @@ -29,7 +30,6 @@
"create-sheriff-config": "./dist/index.js"
},
"devDependencies": {
"@sherifforg/constants": "workspace:*",
"@sherifforg/types": "workspace:*",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.10",
Expand Down
3 changes: 2 additions & 1 deletion packages/create-sheriff-config/tsup.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"format": "esm",
"splitting": false,
"sourcemap": false,
"clean": true
"clean": true,
"noExternal": ["@sherifforg/constants"]
}
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,6 +60,7 @@
"@eslint/js": "^9.9.0",
"@next/eslint-plugin-next": "^13.2.3",
"@regru/eslint-plugin-prefer-early-return": "^1.0.0",
"@sherifforg/constants": "workspace:*",
"@stylistic/eslint-plugin": "^2.6.4",
"@vitest/eslint-plugin": "^1.0.3",
"eslint-config-flat-gitignore": "^0.1.8",
Expand Down Expand Up @@ -94,7 +95,6 @@
"license": "MIT",
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
"@sherifforg/constants": "workspace:*",
"@sherifforg/types": "workspace:*",
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/eslint__js": "^8.42.3",
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint-config-sheriff/tsup.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"dts": true,
"splitting": false,
"sourcemap": false,
"clean": true
"clean": true,
"noExternal": ["@sherifforg/constants"]
}
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.

0 comments on commit 51619ef

Please sign in to comment.