Skip to content

Commit c1ec624

Browse files
committed
chore: clean update after code changes
Signed-off-by: prisis <[email protected]>
1 parent 17fe2ab commit c1ec624

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"textlint",
4141
"write-good"
4242
],
43-
"type": "module",
4443
"homepage": "https://github.com/anolilab/javascript-style-guide#readme",
4544
"bugs": {
4645
"url": "https://github.com/anolilab/javascript-style-guide/issues"
@@ -51,6 +50,7 @@
5150
},
5251
"license": "MIT",
5352
"author": "Daniel Bannert <[email protected]>",
53+
"type": "module",
5454
"workspaces": [
5555
"packages/*"
5656
],
@@ -130,6 +130,12 @@
130130
"engines": {
131131
"node": ">=18.* <=23.*"
132132
},
133+
"pnpm": {
134+
"overrides": {
135+
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
136+
"nanoid@<3.3.8": ">=3.3.8"
137+
}
138+
},
133139
"anolilab": {
134140
"lint-staged-config": {
135141
"eslint": {
@@ -147,11 +153,5 @@
147153
"info_on_disabling_jsonc_sort_keys_rule": false,
148154
"info_on_disabling_etc_no_deprecated": false
149155
}
150-
},
151-
"pnpm": {
152-
"overrides": {
153-
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
154-
"nanoid@<3.3.8": ">=3.3.8"
155-
}
156156
}
157157
}

packages/lint-staged-config/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"sourceRoot": "packages/lint-staged-config/src",
44
"projectType": "library",
55
"tags": ["lint-staged-config"],
6-
"implicitDependencies": ["package-json-utils"]
6+
"implicitDependencies": []
77
}

packages/prettier-config/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"sourceRoot": "packages/prettier-config/src",
44
"projectType": "library",
55
"tags": ["prettier-config"],
6-
"implicitDependencies": ["package-json-utils"]
6+
"implicitDependencies": []
77
}

0 commit comments

Comments
 (0)