@plitzi/sdk-style 0.32.4 → 0.32.5
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/CHANGELOG.md +10 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plitzi/sdk-style",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.5",
|
|
4
4
|
"license": "AGPL-3.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -832,18 +832,18 @@
|
|
|
832
832
|
},
|
|
833
833
|
"dependencies": {
|
|
834
834
|
"@plitzi/plitzi-ui": "^1.6.13",
|
|
835
|
-
"@plitzi/sdk-plugins": "0.32.
|
|
836
|
-
"@plitzi/sdk-shared": "0.32.
|
|
837
|
-
"@plitzi/sdk-variables": "0.32.
|
|
835
|
+
"@plitzi/sdk-plugins": "0.32.5",
|
|
836
|
+
"@plitzi/sdk-shared": "0.32.5",
|
|
837
|
+
"@plitzi/sdk-variables": "0.32.5",
|
|
838
838
|
"clsx": "^2.1.1",
|
|
839
|
-
"immer": "^11.1.
|
|
839
|
+
"immer": "^11.1.11",
|
|
840
840
|
"prop-types": "^15.8.1",
|
|
841
841
|
"zod": "^4.4.3"
|
|
842
842
|
},
|
|
843
843
|
"devDependencies": {
|
|
844
844
|
"eslint": "^9.39.4",
|
|
845
845
|
"typescript": "^6.0.3",
|
|
846
|
-
"vite": "^8.
|
|
847
|
-
"vitest": "^4.1.
|
|
846
|
+
"vite": "^8.1.4",
|
|
847
|
+
"vitest": "^4.1.10"
|
|
848
848
|
}
|
|
849
849
|
}
|