Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
claytercek committed Nov 26, 2024
1 parent c1deccd commit bf4f347
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 14 deletions.
11 changes: 6 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"private": true,
"type": "module",
"devDependencies": {
"@bluecadet/launchpad": "*",
"@bluecadet/launchpad-cli": "*",
"@bluecadet/launchpad-content": "*",
"@bluecadet/launchpad-monitor": "*",
"@bluecadet/launchpad-scaffold": "*"
"@bluecadet/launchpad": "2.0.0-next.2",
"@bluecadet/launchpad-cli": "2.0.0-next.2",
"@bluecadet/launchpad-content": "2.0.0-next.4",
"@bluecadet/launchpad-dashboard": "2.0.0-next.1",
"@bluecadet/launchpad-monitor": "2.0.0-next.3",
"@bluecadet/launchpad-scaffold": "2.0.0-next.1"
},
"dependencies": {
"lucide-vue-next": "^0.461.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/PackageHeader.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { Github, Hexagon, Logs, GitCommitVertical } from "lucide-vue-next";
import { GitCommitVertical, Github, Hexagon, Logs } from "lucide-vue-next";
import { data as packageVersions } from "./package-versions.data.js";
Expand Down
6 changes: 3 additions & 3 deletions docs/src/components/package-versions.data.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { defineLoader } from "vitepress";
import launchpadPackage from "@bluecadet/launchpad/package.json" with { type: "json" };
import cliPackage from "@bluecadet/launchpad-cli/package.json" with { type: "json" };
import contentPackage from "@bluecadet/launchpad-content/package.json" with { type: "json" };
import monitorPackage from "@bluecadet/launchpad-monitor/package.json" with { type: "json" };
import cliPackage from "@bluecadet/launchpad-cli/package.json" with { type: "json" };
import scaffoldPackage from "@bluecadet/launchpad-scaffold/package.json" with { type: "json" };
import launchpadPackage from "@bluecadet/launchpad/package.json" with { type: "json" };
import { defineLoader } from "vitepress";

export interface Data {
launchpad: string;
Expand Down
89 changes: 84 additions & 5 deletions package-lock.json

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

0 comments on commit bf4f347

Please sign in to comment.