-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d6670a
commit 1dd6f2f
Showing
19 changed files
with
87 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ on: | |
push: | ||
branches: | ||
- "renovate/prettier-**" | ||
- "renovate/major-prettier" | ||
|
||
jobs: | ||
run-prettier: | ||
|
Binary file renamed
BIN
+203 KB
...vider-npm-0.4.3-d83b051e74-0007035157.zip → ...vider-npm-0.4.4-7dfaee32d2-60126f5f71.zip
Binary file not shown.
Binary file renamed
BIN
+45.6 KB
...time-npm-7.23.6-b3d48d79e8-94a7ee92f0.zip → ...time-npm-7.23.7-c91d1c877b-0d5038462a.zip
Binary file not shown.
Binary file renamed
BIN
+14.3 KB
...onfig-npm-5.3.0-85c5bc4929-37dfaa1575.zip → ...onfig-npm-5.3.1-53cbf20504-efb4cda77c.zip
Binary file not shown.
Binary file renamed
BIN
+15.8 KB
...y-pkg-npm-6.3.0-fa80f9f7e8-7d90bbf02b.zip → ...y-pkg-npm-7.0.0-511d978d50-890c74e255.zip
Binary file not shown.
Binary file renamed
BIN
+114 KB
...root-npm-8.12.0-7a35c1c3ba-b4976630c6.zip → ...-root-npm-9.1.0-360735757d-5cce5986a1.zip
Binary file not shown.
Binary file renamed
BIN
+11 KB
...onfig-npm-5.2.0-39f6073104-509afb58aa.zip → ...onfig-npm-5.2.1-1006997ec1-34c5b75a36.zip
Binary file not shown.
Binary file renamed
BIN
+10.9 KB
...bject-npm-6.2.0-a867715cea-752cd61400.zip → ...bject-npm-6.2.1-90ca0af363-a5053939ed.zip
Binary file not shown.
Binary file renamed
BIN
+14.2 KB
...t-pkg-npm-6.2.0-2eb3f02206-469ab5cbdb.zip → ...t-pkg-npm-7.0.0-4ae103fe64-710e5e6518.zip
Binary file not shown.
Binary file renamed
BIN
+81.7 KB
...rejs2-npm-0.4.6-5d68b7e716-64a98811f3.zip → ...rejs2-npm-0.4.7-7f5f0b956b-f80f7284ec.zip
Binary file not shown.
Binary file renamed
BIN
+188 KB
...rejs3-npm-0.8.6-d745af59c0-97d974c1df.zip → ...rejs3-npm-0.8.7-76de93c569-094e40f4ab.zip
Binary file not shown.
Binary file renamed
BIN
+11 KB
...rator-npm-0.5.3-b48e14d6a2-cc32313b9e.zip → ...rator-npm-0.5.4-23f1c2382c-0b903f5fe2.zip
Binary file not shown.
Binary file renamed
BIN
+69.7 KB
...-env-npm-11.0.1-a8072f2334-4fd8e40925.zip → ...-env-npm-11.0.2-a8a979a9f6-79c88e5228.zip
Binary file not shown.
Binary file renamed
BIN
+150 KB
...abel-npm-38.0.1-743b254785-7a0224f284.zip → ...abel-npm-38.0.2-08db5738ac-f967c105d4.zip
Binary file not shown.
Binary file renamed
BIN
+281 KB
...cies-npm-10.3.0-e65b4b14a8-fb069ec24a.zip → ...cies-npm-11.0.1-6e9a8706c9-4e591d3b71.zip
Binary file not shown.
Binary file renamed
BIN
+13 KB
...dirty-npm-6.3.0-e517127607-a73db3d862.zip → ...dirty-npm-6.3.1-f18fb38e35-4c56c6da7e.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,12 @@ | |
"repository": "https://github.com/christophehurpeau/check-package-dependencies.git", | ||
"homepage": "https://github.com/christophehurpeau/check-package-dependencies", | ||
"type": "module", | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=18.12.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"sideEffects": false, | ||
"bin": "./bin/check-package-dependencies.mjs", | ||
"main": "./dist/index-node18.mjs", | ||
"types": "./dist/definitions/index.d.ts", | ||
"exports": { | ||
|
@@ -25,8 +27,6 @@ | |
} | ||
} | ||
}, | ||
"sideEffects": false, | ||
"bin": "./bin/check-package-dependencies.mjs", | ||
"files": [ | ||
"src", | ||
"dist", | ||
|
@@ -52,7 +52,6 @@ | |
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch", | ||
"watch": "yarn clean:build && rollup --config rollup.config.mjs --watch" | ||
}, | ||
"prettier": "@pob/root/prettier-config", | ||
"commitlint": { | ||
"extends": [ | ||
"@pob/commitlint-config" | ||
|
@@ -69,6 +68,7 @@ | |
"index" | ||
] | ||
}, | ||
"prettier": "@pob/root/prettier-config", | ||
"dependencies": { | ||
"chalk": "^5.2.0", | ||
"glob": "^10.0.0", | ||
|
@@ -82,13 +82,13 @@ | |
"@pob/commitlint-config": "6.3.1", | ||
"@pob/eslint-config": "53.0.0", | ||
"@pob/eslint-config-typescript": "53.1.0", | ||
"@pob/root": "8.12.0", | ||
"@pob/root": "9.1.0", | ||
"@types/jest": "29.5.11", | ||
"@types/semver": "7.5.6", | ||
"@types/semver-utils": "1.1.3", | ||
"eslint": "8.56.0", | ||
"jest": "29.7.0", | ||
"pob-babel": "38.0.1", | ||
"pob-babel": "38.0.2", | ||
"semver": "7.5.4", | ||
"typedoc": "0.25.4", | ||
"typescript": "5.3.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters