Skip to content

Commit

Permalink
chore: dedupe deps + lint project
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jan 31, 2025
1 parent 730c47a commit 0f68f1e
Show file tree
Hide file tree
Showing 7 changed files with 279 additions and 335 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devalue": "5.1.1",
"eslint": "8.57.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-jsdoc": "50.6.3",
"execa": "9.5.2",
"globby": "14.0.2",
"h3": "1.13.1",
Expand Down
1 change: 0 additions & 1 deletion packages/bridge/src/global-middleware-template.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import type { Nuxt, NuxtApp } from '@nuxt/schema'
import { genArrayFromRaw, genImport, genSafeVariableName } from 'knitwork'
import { resolveFiles } from '@nuxt/kit'
Expand Down
1 change: 0 additions & 1 deletion packages/bridge/src/runtime/composables/component.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { defineComponent } from 'vue'
import type { DefineComponent } from 'vue'
import { useHead } from '@unhead/vue'
Expand Down
1 change: 0 additions & 1 deletion packages/bridge/src/runtime/composables/state.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { reactive, toRef, isReactive, Ref, set } from 'vue'
import { useNuxtApp } from '../nuxt'

Expand Down
1 change: 0 additions & 1 deletion playground/layouts/custom.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<script setup lang="ts">
const count = ref(0)
Expand Down
1 change: 0 additions & 1 deletion playground/server/plugins/template.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

export default defineNitroPlugin((nitroApp) => {
nitroApp.hooks.hook('render:html' as any, (html: any) => {
for (const bodyPart of html.body) {
Expand Down
Loading

0 comments on commit 0f68f1e

Please sign in to comment.