RubyGems
npm
Organizations
Log in
Sign up
npm
create-puck-app
Versions diffs
0.7.1-canary.9b15c6b → 0.8.0-canary.06b145b
create-puck-app 0.7.1-canary.9b15c6b → 0.8.0-canary.06b145b
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.
7
.
1
-canary.
9b15c6b
",
3
+
"version": "0.
8
.
0
-canary.
06b145b
",
4
4
"private": false,
5
5
"license": "MIT",
6
6
"type": "module",
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.
4
.
6
",
14
+
"next": "^13.
5
.
2
",
15
15
"react": "^18.2.0",
16
16
"react-dom": "^18.2.0"
17
17
},