@jogak/cli 0.1.0-alpha.5 → 0.1.0-alpha.6
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jogak/cli",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.6",
|
|
4
4
|
"description": "jogak dev / build / generate — CLI for the Jogak component showcase.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jogak",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"vite": "^6.0.0",
|
|
45
45
|
"@vitejs/plugin-react": "^4.3.0",
|
|
46
|
-
"@jogak/
|
|
47
|
-
"@jogak/
|
|
46
|
+
"@jogak/core": "0.1.0-alpha.6",
|
|
47
|
+
"@jogak/ui": "0.1.0-alpha.6"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@types/node": "^20.14.0",
|