@witchcraft/ui 0.2.0 → 0.2.1-beta.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.
Files changed (2) hide show
  1. package/dist/module.json +1 -1
  2. package/package.json +9 -10
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "witchcraftUi",
3
3
  "configKey": "witchcraftUi",
4
- "version": "0.2.0",
4
+ "version": "0.2.1-beta.1",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@witchcraft/ui",
3
- "version": "0.2.0",
3
+ "version": "0.2.1-beta.1",
4
4
  "description": "Vue component library.",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime/main.lib.js",
@@ -72,8 +72,7 @@
72
72
  "gen:theme": "echo src/runtime/build/generateTheme.ts"
73
73
  },
74
74
  "peerDependencies": {
75
- "@iconify/json": "^2.2.323",
76
- "tailwindcss": "^4.0.17",
75
+ "tailwindcss": "^4.1.12",
77
76
  "unplugin-icons": "^22.1.0",
78
77
  "vue": "^3.2.47"
79
78
  },
@@ -88,17 +87,17 @@
88
87
  "dependencies": {
89
88
  "@alanscodelog/utils": "^6.0.1",
90
89
  "@egoist/vue-to-react": "^1.2.0",
91
- "@iconify/json": "^2.2.378",
90
+ "@iconify/json": "^2.2.379",
92
91
  "@nuxt/kit": "^4.0.3",
93
92
  "@nuxt/schema": "^4.0.3",
94
93
  "@nuxt/types": "^2.18.1",
95
94
  "@tailwindcss/vite": "^4.1.12",
96
- "@witchcraft/nuxt-utils": "^0.2.0",
95
+ "@witchcraft/nuxt-utils": "^0.2.1",
97
96
  "colord": "^2.9.3",
98
97
  "colorjs.io": "0.6.0-alpha.1",
99
98
  "defu": "^6.1.4",
100
99
  "fast-glob": "^3.3.3",
101
- "metamorphosis": "^0.6.0",
100
+ "metamorphosis": "^0.6.1",
102
101
  "reka-ui": "^2.5.0",
103
102
  "tailwind-merge": "^3.3.1",
104
103
  "unplugin-icons": "^22.2.0",
@@ -117,7 +116,7 @@
117
116
  "@nuxt/eslint-config": "^1.9.0",
118
117
  "@nuxt/module-builder": "^1.0.2",
119
118
  "@nuxtjs/i18n": "^9.5.6",
120
- "@playwright/test": "^1.50.0",
119
+ "@playwright/test": "^1.55.0",
121
120
  "@rollup/plugin-node-resolve": "^16.0.1",
122
121
  "@storybook/addon-a11y": "^8.6.14",
123
122
  "@storybook/addon-actions": "^8.6.14",
@@ -148,14 +147,14 @@
148
147
  "indexit": "2.1.0-beta.3",
149
148
  "madge": "^7.0.0",
150
149
  "nuxt": "^4.0.3",
151
- "playwright": "^1.50.0",
152
- "playwright-core": "^1.50.0",
150
+ "playwright": "^1.55.0",
151
+ "playwright-core": "^1.55.0",
153
152
  "semantic-release": "^24.2.7",
154
153
  "storybook": "^8.6.14",
155
154
  "storybook-dark-mode": "^4.0.2",
156
155
  "tailwindcss": "^4.1.12",
157
156
  "ts-node": "^10.9.2",
158
- "typescript": "~5.8.3",
157
+ "typescript": "^5.9.2",
159
158
  "unbuild": "^3.6.1",
160
159
  "vite": "^7.1.3",
161
160
  "vite-tsconfig-paths": "^5.1.4",