@manafishrov/ui 1.0.1 → 1.0.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/package.json +6 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package",
|
|
3
3
|
"name": "@manafishrov/ui",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"description": "Styled component library for Manafish interfaces ",
|
|
6
6
|
"license": "AGPL-3.0-or-later",
|
|
7
7
|
"repository": {
|
|
@@ -247,6 +247,7 @@
|
|
|
247
247
|
"tw-animate-css": "1.4.0"
|
|
248
248
|
},
|
|
249
249
|
"devDependencies": {
|
|
250
|
+
"@inlang/paraglide-js": "2.12.0",
|
|
250
251
|
"@semantic-release/changelog": "6.0.3",
|
|
251
252
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
252
253
|
"@semantic-release/exec": "7.1.0",
|
|
@@ -254,7 +255,10 @@
|
|
|
254
255
|
"@semantic-release/github": "12.0.6",
|
|
255
256
|
"@semantic-release/release-notes-generator": "14.1.0",
|
|
256
257
|
"semantic-release": "25.0.3",
|
|
257
|
-
"unplugin-
|
|
258
|
+
"unplugin-auto-import": "21.0.0",
|
|
259
|
+
"unplugin-dts": "1.0.0-beta.6",
|
|
260
|
+
"vite": "7.3.1",
|
|
261
|
+
"vite-plugin-solid": "2.11.10"
|
|
258
262
|
},
|
|
259
263
|
"peerDependencies": {
|
|
260
264
|
"@iconify-json/ic": "^1.2.4",
|