@thespielplatz/tsp-tools-theme 0.1.1 → 0.1.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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thespielplatz/tsp-tools-theme",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "tsp.tools design-system theme as a Nuxt layer (Nuxt UI v4 + Tailwind v4): amber-on-anthracite tokens (light + dark), Nunito/Space Grotesk fonts, per-area colour mode, and the shared app shell. Use globally via `extends`, or scoped to a sub-area.",
|
|
5
5
|
"author": "inf0matics",
|
|
6
6
|
"license": "MIT",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"bump-patch": "npx changelogen@latest --release"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@nuxt/ui": "^4.
|
|
54
|
+
"@nuxt/ui": "^4.10.0"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@iconify-json/tabler": "^1.2.0",
|
|
@@ -63,11 +63,11 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@iconify-json/tabler": "^1.2.
|
|
67
|
-
"@nuxt/eslint-config": "^1.
|
|
66
|
+
"@iconify-json/tabler": "^1.2.37",
|
|
67
|
+
"@nuxt/eslint-config": "^1.16.0",
|
|
68
68
|
"changelogen": "^0.6.2",
|
|
69
|
-
"eslint": "^
|
|
70
|
-
"nuxt": "^4.
|
|
71
|
-
"vue-tsc": "3.
|
|
69
|
+
"eslint": "^10.8.0",
|
|
70
|
+
"nuxt": "^4.5.1",
|
|
71
|
+
"vue-tsc": "3.3.8"
|
|
72
72
|
}
|
|
73
73
|
}
|