@ox-content/theme-risograph 2.90.0 → 3.0.0-alpha.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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ox-content/theme-risograph",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-alpha.2",
|
|
4
4
|
"description": "Misregistered duotone print where the ink channels separate on hover — an Ox Content skin that composes with any @ox-content/theme-color-* scheme",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"documentation",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"provenance": true
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@types/node": "^26.
|
|
44
|
+
"@types/node": "^26.2.0",
|
|
45
45
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
46
46
|
"typescript": "^7.0.2",
|
|
47
|
-
"vite-plus": "0.2.
|
|
48
|
-
"@ox-content/vite-plugin": "
|
|
47
|
+
"vite-plus": "0.2.9",
|
|
48
|
+
"@ox-content/vite-plugin": "3.0.0-alpha.2"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@ox-content/vite-plugin": ">=
|
|
51
|
+
"@ox-content/vite-plugin": ">=3.0.0-alpha.1"
|
|
52
52
|
},
|
|
53
53
|
"peerDependenciesMeta": {
|
|
54
54
|
"@ox-content/vite-plugin": {
|