create-puck-app 0.17.0-canary.fe9321f → 0.17.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
CHANGED
package/templates/next/README.md
CHANGED
@@ -4,7 +4,7 @@ The `next` recipe showcases one of the most powerful ways to implement Puck usin
|
|
4
4
|
|
5
5
|
## Demonstrates
|
6
6
|
|
7
|
-
- Next.js
|
7
|
+
- Next.js App Router implementation
|
8
8
|
- JSON database implementation with HTTP API
|
9
9
|
- Catch-all routes to use puck for any route on the platform
|
10
10
|
- Incremental static regeneration (ISR) for all Puck pages
|
@@ -12,13 +12,13 @@
|
|
12
12
|
"@measured/puck": "{{puckVersion}}",
|
13
13
|
"classnames": "^2.3.2",
|
14
14
|
"next": "^15.1.0",
|
15
|
-
"react": "^
|
16
|
-
"react-dom": "^
|
15
|
+
"react": "^19.0.0",
|
16
|
+
"react-dom": "^19.0.0"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
19
|
"@types/node": "^17.0.12",
|
20
|
-
"@types/react": "^
|
21
|
-
"@types/react-dom": "^
|
20
|
+
"@types/react": "^19.0.1",
|
21
|
+
"@types/react-dom": "^19.0.2",
|
22
22
|
"eslint-config-custom": "*",
|
23
23
|
"typescript": "^5.5.4"
|
24
24
|
}
|