Skip to content

Commit

Permalink
add sherif
Browse files Browse the repository at this point in the history
  • Loading branch information
claytercek committed Nov 13, 2024
1 parent bb4fc28 commit 7a1c78b
Show file tree
Hide file tree
Showing 7 changed files with 120 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: lint
run: npm run lint

- name: lint dependency versions
run: npx sherif

- name: Validate types
run: npm run build

Expand Down
111 changes: 107 additions & 4 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchpad",
"private": "true",
"private": true,
"version": "0.0.1",
"description": "monorepo for @bluecadet/launchpad and friends",
"scripts": {
Expand Down Expand Up @@ -32,10 +32,12 @@
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.23.0",
"@types/node": "^20.3.1",
"sherif": "^1.0.1",
"typescript": "^5.1.3",
"vitest": "^2.1.4"
},
"engines": {
"node": ">=18"
}
},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions packages/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"jsonpath-plus": "^10.1.0",
"ky": "^1.7.2",
"markdown-it": "^12.3.2",
"neverthrow": "^8.0.0",
"neverthrow": "^8.1.1",
"p-queue": "^7.1.0",
"qs": "^6.11.1",
"sanitize-html": "^2.5.1",
Expand All @@ -54,6 +54,6 @@
"@types/sanitize-html": "^2.9.0",
"memfs": "^4.14.0",
"msw": "^2.5.1",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
}
}
5 changes: 2 additions & 3 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
"bugs": {
"url": "https://github.com/bluecadet/launchpad/issues"
},
"dependencies": {},
"homepage": "https://github.com/bluecadet/launchpad/packages/dashboard",
"devDependencies": {
"@bluecadet/launchpad-tsconfig": "0.1.0"
},
"homepage": "https://github.com/bluecadet/launchpad/packages/dashboard"
}
}
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ky": "^1.7.2",
"memfs": "^4.14.0",
"neverthrow": "^8.1.1",
"winston": "^3.16.0",
"winston": "^3.17.0",
"winston-transport": "^4.9.0"
},
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@sindresorhus/slugify": "^2.1.0",
"chalk": "^5.0.0",
"moment": "^2.29.1",
"neverthrow": "^8.1.0",
"neverthrow": "^8.1.1",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^4.5.5",
"zod": "^3.23.8"
Expand Down

0 comments on commit 7a1c78b

Please sign in to comment.