RubyGems
npm
Organizations
Log in
Sign up
npm
create-puck-app
Versions diffs
0.16.0-canary.72b8720 → 0.16.0-canary.7be9ca6
create-puck-app 0.16.0-canary.72b8720 → 0.16.0-canary.7be9ca6
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/templates/next/package.json.hbs
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "create-puck-app",
3
-
"version": "0.16.0-canary.
72b8720
",
3
+
"version": "0.16.0-canary.
7be9ca6
",
4
4
"author": "Measured Corporation Ltd <hello@measured.co>",
5
5
"repository": "measuredco/puck",
6
6
"bugs": "https://github.com/measuredco/puck/issues",
package/templates/next/package.json.hbs
CHANGED
Viewed
@@ -11,7 +11,7 @@
11
11
"dependencies": {
12
12
"@measured/puck": "{{puckVersion}}",
13
13
"classnames": "^2.3.2",
14
-
"next": "^
13
.
5
.
2
",
14
+
"next": "^
14
.
2
.
11
",
15
15
"react": "^18.2.0",
16
16
"react-dom": "^18.2.0"
17
17
},