Skip to content

Commit

Permalink
Merge pull request #117 from yowainwright/minor-fixes-before-beta-rel…
Browse files Browse the repository at this point in the history
…ease

chore: fix deps
  • Loading branch information
yowainwright authored Apr 22, 2024
2 parents 9b4ebeb + 36a0ddb commit 4cf0359
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 74 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codependence",
"version": "0.2.7-beta.5",
"version": "0.2.7-beta.6",
"main": "dist/index.cjs",
"description": "Checks `codependencies` in package.json files to ensure dependencies are up-to-date 🤼‍♀️",
"type": "module",
Expand Down Expand Up @@ -54,14 +54,12 @@
"author": "Jeff Wainwright <yowainwright@gmail.com> (https://jeffry.in)",
"license": "MIT",
"dependencies": {
"@types/validate-npm-package-name": "^4.0.2",
"commander": "^11.1.0",
"cosmiconfig": "^9.0.0",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"gradient-string": "^2.0.2",
"ora": "8.0.1",
"rimraf": "^5.0.5",
"validate-npm-package-name": "^5.0.0"
},
"devDependencies": {
Expand All @@ -70,7 +68,7 @@
"@commitlint/prompt-cli": "^18.6.1",
"@types/gradient-string": "^1.1.6",
"@types/node": "^20.12.7",
"@types/npm-registry-fetch": "^8.0.7",
"@types/validate-npm-package-name": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"c8": "^8.0.1",
Expand All @@ -83,6 +81,7 @@
"path-exists": "^5.0.0",
"prettier": "^3.2.5",
"release-it": "^17.2.0",
"rimraf": "^5.0.5",
"stdouttojson": "^0.7.2",
"tslib": "^2.6.2",
"tsup": "^8.0.2",
Expand Down
99 changes: 30 additions & 69 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion src/scripts/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ export const checkFiles = async ({
if (!codependencies) throw '"codependencies" are required'
const versionMap = await constructVersionMap({
codependencies,
exec: execa,
debug,
yarnConfig,
isTesting,
Expand Down

0 comments on commit 4cf0359

Please sign in to comment.