nextworks 0.2.0-alpha.16 → 0.2.0-alpha.17
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/README.md +0 -4
- package/dist/kits/blocks/package-deps.json +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -114,10 +114,6 @@ If you’re reporting an install/runtime issue, please include OS, Node version,
|
|
|
114
114
|
|
|
115
115
|
For reproducible bugs / errors (especially install/runtime issues), please open a GitHub Issue using the templates in `.github/ISSUE_TEMPLATE/`.
|
|
116
116
|
|
|
117
|
-
### Private contact (optional)
|
|
118
|
-
|
|
119
|
-
If you need to share something privately (e.g. security-related), email: nextjsworks@gmail.com
|
|
120
|
-
|
|
121
117
|
---
|
|
122
118
|
|
|
123
119
|
## Install and run the CLI
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"next-themes": "^0.4.6",
|
|
14
14
|
"motion": "^12.24.10",
|
|
15
15
|
"sonner": "^2.0.7",
|
|
16
|
-
"@nextworks/blocks-core": "0.2.0-alpha.
|
|
17
|
-
"@nextworks/blocks-sections": "0.2.0-alpha.
|
|
18
|
-
"@nextworks/blocks-templates": "0.2.0-alpha.
|
|
16
|
+
"@nextworks/blocks-core": "0.2.0-alpha.17",
|
|
17
|
+
"@nextworks/blocks-sections": "0.2.0-alpha.17",
|
|
18
|
+
"@nextworks/blocks-templates": "0.2.0-alpha.17"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"tailwindcss": "^4.1.12"
|