@knapsack/renderer-react 4.87.9--canary.6942.165cd36.0 → 4.87.9--canary.6950.f7c2686.0
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 +17 -17
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/renderer-react",
|
|
3
3
|
"description": "Render React",
|
|
4
|
-
"version": "4.87.9--canary.
|
|
4
|
+
"version": "4.87.9--canary.6950.f7c2686.0",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"author": "Knapsack",
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/preset-react": "^7.27.1",
|
|
35
|
-
"@knapsack/app": "4.87.9--canary.
|
|
36
|
-
"@knapsack/creator-utils": "4.87.9--canary.
|
|
37
|
-
"@knapsack/file-utils": "4.87.9--canary.
|
|
38
|
-
"@knapsack/ks-file-utils": "4.87.9--canary.
|
|
39
|
-
"@knapsack/renderer-react-components": "4.87.9--canary.
|
|
40
|
-
"@knapsack/renderer-webpack-base": "4.87.9--canary.
|
|
41
|
-
"@knapsack/spec-utils": "4.87.9--canary.
|
|
42
|
-
"@knapsack/types": "4.87.9--canary.
|
|
43
|
-
"@knapsack/utils": "4.87.9--canary.
|
|
35
|
+
"@knapsack/app": "4.87.9--canary.6950.f7c2686.0",
|
|
36
|
+
"@knapsack/creator-utils": "4.87.9--canary.6950.f7c2686.0",
|
|
37
|
+
"@knapsack/file-utils": "4.87.9--canary.6950.f7c2686.0",
|
|
38
|
+
"@knapsack/ks-file-utils": "4.87.9--canary.6950.f7c2686.0",
|
|
39
|
+
"@knapsack/renderer-react-components": "4.87.9--canary.6950.f7c2686.0",
|
|
40
|
+
"@knapsack/renderer-webpack-base": "4.87.9--canary.6950.f7c2686.0",
|
|
41
|
+
"@knapsack/spec-utils": "4.87.9--canary.6950.f7c2686.0",
|
|
42
|
+
"@knapsack/types": "4.87.9--canary.6950.f7c2686.0",
|
|
43
|
+
"@knapsack/utils": "4.87.9--canary.6950.f7c2686.0",
|
|
44
44
|
"react": "^18.3.1",
|
|
45
45
|
"react-docgen": "^8.0.2",
|
|
46
46
|
"react-docgen-typescript": "^2.4.0",
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
"zod": "^4.1.12"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@knapsack/eslint-config-starter": "4.87.9--canary.
|
|
53
|
-
"@knapsack/sandbox-components": "4.87.9--canary.
|
|
54
|
-
"@knapsack/test-ava": "4.87.9--canary.
|
|
55
|
-
"@knapsack/toby": "4.87.9--canary.
|
|
56
|
-
"@knapsack/typescript-config-starter": "4.87.9--canary.
|
|
52
|
+
"@knapsack/eslint-config-starter": "4.87.9--canary.6950.f7c2686.0",
|
|
53
|
+
"@knapsack/sandbox-components": "4.87.9--canary.6950.f7c2686.0",
|
|
54
|
+
"@knapsack/test-ava": "4.87.9--canary.6950.f7c2686.0",
|
|
55
|
+
"@knapsack/toby": "4.87.9--canary.6950.f7c2686.0",
|
|
56
|
+
"@knapsack/typescript-config-starter": "4.87.9--canary.6950.f7c2686.0",
|
|
57
57
|
"@mui/material": "^5.18.0",
|
|
58
58
|
"@mui/x-data-grid": "^6.20.4",
|
|
59
|
-
"@types/node": "^20.19.
|
|
59
|
+
"@types/node": "^20.19.25",
|
|
60
60
|
"@types/react": "^18.3.26",
|
|
61
61
|
"@types/react-dom": "^18.3.7",
|
|
62
62
|
"eslint": "^8.57.0",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"directory": "apps/client/renderers/renderer-react",
|
|
72
72
|
"type": "git"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "f7c2686a7075cc951ec6d55831d23065a87c5056"
|
|
75
75
|
}
|