Skip to content

Commit

Permalink
Merge pull request #151 from AndreaPontrandolfo/AndreaPontrandolfo/is…
Browse files Browse the repository at this point in the history
…sue150

fix(deps): moved @sherifforg/constants to devDeps. Fixes #150
  • Loading branch information
AndreaPontrandolfo authored Jul 7, 2024
2 parents a6bad6c + 0992090 commit f75169b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .changeset/neat-owls-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"create-sheriff-config": minor
"eslint-config-sheriff": minor
---

fix(deps): moved @sherifforg/constants to devDeps. Fixes #150
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/create-sheriff-config/src/utils/createFile.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { writeFile } from 'node:fs';
import { consola } from 'consola';
import { colors } from 'consola/utils';
import { writeFile } from 'fs';
import { throwError } from './throwError';

export const createFile = (
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 f75169b

Please sign in to comment.