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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-puck-app",
3
- "version": "0.17.0-canary.fe9321f",
3
+ "version": "0.17.0",
4
4
  "author": "Measured Corporation Ltd <hello@measured.co>",
5
5
  "repository": "measuredco/puck",
6
6
  "bugs": "https://github.com/measuredco/puck/issues",
@@ -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 13 App Router implementation
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": "^18.2.0",
16
- "react-dom": "^18.2.0"
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": "^18.0.22",
21
- "@types/react-dom": "^18.0.7",
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
  }