@nuxt/devtools-ui-kit 3.2.0 → 3.2.2

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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @nuxt/devtools-ui-kit
2
2
 
3
- <a href="https://www.npmjs.com/package/@nuxt/devtools-ui-kit"><img src="https://flat.badgen.net/npm/v/@nuxt/devtools-ui-kit"></a>
3
+ <a href="https://www.npmjs.com/package/@nuxt/devtools-ui-kit"><img src="https://flat.badgen.net/npm/v/@nuxt/devtools-ui-kit" alt="npm version"></a>
4
4
 
5
5
  > **Warning**: This library is heavily working in progress. Breaking changes may not follow semver. Pin the version if used.
6
6
 
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/devtools-ui-kit",
3
3
  "configKey": "devtoolsUIKit",
4
- "version": "3.2.0",
4
+ "version": "3.2.2",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/devtools-ui-kit",
3
3
  "type": "module",
4
- "version": "3.2.0",
4
+ "version": "3.2.2",
5
5
  "license": "MIT",
6
6
  "homepage": "https://devtools.nuxt.com/module/ui-kit",
7
7
  "repository": {
@@ -28,13 +28,13 @@
28
28
  "dist"
29
29
  ],
30
30
  "peerDependencies": {
31
- "@nuxt/devtools": "3.2.0"
31
+ "@nuxt/devtools": "3.2.2"
32
32
  },
33
33
  "dependencies": {
34
34
  "@iconify-json/carbon": "^1.2.18",
35
35
  "@iconify-json/logos": "^1.2.10",
36
36
  "@iconify-json/ri": "^1.2.10",
37
- "@iconify-json/tabler": "^1.2.26",
37
+ "@iconify-json/tabler": "^1.2.27",
38
38
  "@nuxt/kit": "^4.3.1",
39
39
  "@unocss/core": "^66.6.0",
40
40
  "@unocss/nuxt": "^66.6.0",
@@ -50,11 +50,11 @@
50
50
  "splitpanes": "^4.0.4",
51
51
  "unocss": "^66.6.0",
52
52
  "v-lazy-show": "^0.3.0",
53
- "@nuxt/devtools-kit": "3.2.0"
53
+ "@nuxt/devtools-kit": "3.2.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "nuxt": "^4.3.1",
57
- "@nuxt/devtools": "3.2.0"
57
+ "@nuxt/devtools": "3.2.2"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"