react-blueprint-view 1.0.3 → 1.0.4
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 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -90,8 +90,6 @@ This project is licensed under the **MIT License** – see the [LICENSE](LICENSE
|
|
|
90
90
|
|
|
91
91
|
“Built by Isaac Anasonye to analyze layouts and simplify debugging of messy designs.”
|
|
92
92
|
|
|
93
|
-
RouteKeeper – Protecting your routes since 2025!
|
|
94
|
-
|
|
95
93
|
---
|
|
96
94
|
|
|
97
95
|
<div align="center">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-blueprint-view",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "A lightweight visual wireframe/blueprint view for React apps.",
|
|
5
5
|
"author": "Isaac Anasonye",
|
|
6
6
|
"license": "MIT",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"@eslint/js": "^9.39.1",
|
|
58
58
|
"@types/node": "^24.10.4",
|
|
59
59
|
"@types/react": "^18.2.14",
|
|
60
|
+
"@types/react-dom": "^19.2.3",
|
|
60
61
|
"@vitejs/plugin-react": "^5.1.1",
|
|
61
62
|
"ajv": "^8.17.1",
|
|
62
63
|
"ajv-formats": "^2.1.1",
|