@nubisco/ui 1.41.0 → 1.41.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 (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubisco/ui",
3
- "version": "1.41.0",
3
+ "version": "1.41.1",
4
4
  "description": "Vue 3 UI component library",
5
5
  "packageManager": "pnpm@11.0.8",
6
6
  "repository": {
@@ -110,12 +110,16 @@
110
110
  },
111
111
  "peerDependencies": {
112
112
  "pixi.js": "^8.0.0",
113
+ "unplugin-fonts": ">=1.4.0",
113
114
  "vue": "^3.5.30",
114
115
  "vue-i18n": "^11.3.0"
115
116
  },
116
117
  "peerDependenciesMeta": {
117
118
  "pixi.js": {
118
119
  "optional": true
120
+ },
121
+ "unplugin-fonts": {
122
+ "optional": true
119
123
  }
120
124
  },
121
125
  "devDependencies": {
@@ -145,7 +149,6 @@
145
149
  "tinycolor2": "^1.6.0",
146
150
  "typescript": "^5.9.3",
147
151
  "typescript-eslint": "^8.57.2",
148
- "unplugin-fonts": "^1.4.0",
149
152
  "vite": "^8.0.2",
150
153
  "vite-svg-loader": "^5.1.1",
151
154
  "vitepress": "^1.6.4",