create-puck-app 0.7.1-canary.85b14d2 → 0.7.1-canary.c2d7fae

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-puck-app",
3
- "version": "0.7.1-canary.85b14d2",
3
+ "version": "0.7.1-canary.c2d7fae",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -11,7 +11,7 @@
11
11
  "dependencies": {
12
12
  "@measured/puck": "{{puckVersion}}",
13
13
  "classnames": "^2.3.2",
14
- "next": "^13.4.6",
14
+ "next": "^13.5.2",
15
15
  "react": "^18.2.0",
16
16
  "react-dom": "^18.2.0"
17
17
  },