@nuxt/devtools-ui-kit 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,13 +1,13 @@
1
1
  <script setup lang="ts">
2
2
  // This components requires to run in DevTools to render correctly
3
3
  import { computed, nextTick } from 'vue'
4
- import type { Lang } from 'shiki-es'
4
+ import type { BuiltinLanguage } from 'shikiji'
5
5
  import { devToolsClient } from '../runtime/client'
6
6
 
7
7
  const props = withDefaults(
8
8
  defineProps<{
9
9
  code: string
10
- lang?: Lang | 'text'
10
+ lang?: BuiltinLanguage | 'text'
11
11
  lines?: boolean
12
12
  transformRendered?: (code: string) => string
13
13
  }>(), {
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "devtools-ui-kit",
3
3
  "configKey": "devtoolsUIKit",
4
- "version": "0.8.0"
4
+ "version": "0.8.1"
5
5
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/devtools-ui-kit",
3
3
  "type": "module",
4
- "version": "0.8.0",
4
+ "version": "0.8.1",
5
5
  "license": "MIT",
6
6
  "repository": "nuxt/devtools",
7
7
  "exports": {
@@ -23,33 +23,33 @@
23
23
  "*.cjs"
24
24
  ],
25
25
  "peerDependencies": {
26
- "@nuxt/devtools": "0.8.0"
26
+ "@nuxt/devtools": "0.8.1"
27
27
  },
28
28
  "dependencies": {
29
- "@iconify-json/carbon": "^1.1.19",
29
+ "@iconify-json/carbon": "^1.1.20",
30
30
  "@iconify-json/logos": "^1.1.34",
31
31
  "@iconify-json/ri": "^1.1.12",
32
- "@iconify-json/tabler": "^1.1.87",
33
- "@nuxt/kit": "^3.6.5",
32
+ "@iconify-json/tabler": "^1.1.89",
33
+ "@nuxt/kit": "^3.7.0",
34
34
  "@nuxtjs/color-mode": "^3.3.0",
35
- "@unocss/core": "^0.55.0",
36
- "@unocss/nuxt": "^0.55.0",
37
- "@unocss/preset-attributify": "^0.55.0",
38
- "@unocss/preset-icons": "^0.55.0",
39
- "@unocss/preset-mini": "^0.55.0",
40
- "@unocss/reset": "^0.55.0",
41
- "@vueuse/core": "^10.3.0",
42
- "@vueuse/integrations": "^10.3.0",
43
- "@vueuse/nuxt": "^10.3.0",
35
+ "@unocss/core": "^0.55.3",
36
+ "@unocss/nuxt": "^0.55.3",
37
+ "@unocss/preset-attributify": "^0.55.3",
38
+ "@unocss/preset-icons": "^0.55.3",
39
+ "@unocss/preset-mini": "^0.55.3",
40
+ "@unocss/reset": "^0.55.3",
41
+ "@vueuse/core": "^10.4.1",
42
+ "@vueuse/integrations": "^10.4.1",
43
+ "@vueuse/nuxt": "^10.4.1",
44
44
  "defu": "^6.1.2",
45
45
  "focus-trap": "^7.5.2",
46
- "unocss": "^0.55.0",
46
+ "unocss": "^0.55.3",
47
47
  "v-lazy-show": "^0.2.3",
48
- "@nuxt/devtools-kit": "0.8.0",
49
- "@nuxt/devtools": "0.8.0"
48
+ "@nuxt/devtools": "0.8.1",
49
+ "@nuxt/devtools-kit": "0.8.1"
50
50
  },
51
51
  "devDependencies": {
52
- "nuxt": "^3.6.5"
52
+ "nuxt": "^3.7.0"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"