create-gridland 0.2.32 → 0.2.35
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
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
import dynamic from "next/dynamic"
|
|
5
5
|
|
|
6
|
-
// Dynamic import with SSR disabled — @gridland/
|
|
6
|
+
// Dynamic import with SSR disabled — @gridland/utils uses top-level await
|
|
7
7
|
// (Yoga WASM) which is not supported during Next.js server-side rendering.
|
|
8
8
|
const GridlandApp = dynamic(() => import("./gridland-app"), { ssr: false })
|
|
9
9
|
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
"start": "next start"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@gridland/
|
|
11
|
-
"@gridland/demo": "^0.2.
|
|
12
|
-
"@gridland/web": "^0.2.
|
|
10
|
+
"@gridland/utils": "^0.2.35",
|
|
11
|
+
"@gridland/demo": "^0.2.35",
|
|
12
|
+
"@gridland/web": "^0.2.35",
|
|
13
13
|
"next": "^15.0.0",
|
|
14
14
|
"react": "^19.0.0",
|
|
15
15
|
"react-dom": "^19.0.0"
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"preview": "vite preview"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@gridland/
|
|
12
|
-
"@gridland/demo": "^0.2.
|
|
13
|
-
"@gridland/web": "^0.2.
|
|
11
|
+
"@gridland/utils": "^0.2.35",
|
|
12
|
+
"@gridland/demo": "^0.2.35",
|
|
13
|
+
"@gridland/web": "^0.2.35",
|
|
14
14
|
"react": "^19.0.0",
|
|
15
15
|
"react-dom": "^19.0.0"
|
|
16
16
|
},
|