Commit 451c35d 1 parent 0847304 commit 451c35d Copy full SHA for 451c35d
File tree 2 files changed +3
-3
lines changed
packages/create-sitecore-jss/src/templates/nextjs/app
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 3.4.0" ,
3
3
"packages" : [
4
- " packages/*" ,
4
+ " packages/** " ,
5
5
" samples/*"
6
6
],
7
7
"version" : " 20.0.0-canary.55" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jss-template-nextjs" ,
3
3
"description" : " Application utilizing Sitecore JavaScript Services and Next.js" ,
4
- "version" : " 20.0.0-canary.51 " ,
4
+ "version" : " 20.0.0-canary.55 " ,
5
5
"private" : true ,
6
6
"config" : {
7
7
"appName" : " <%- appName %>" ,
30
30
},
31
31
"license" : " Apache-2.0" ,
32
32
"dependencies" : {
33
- "@sitecore-jss/sitecore-jss-nextjs" : " ^20.0.0-canary.51 " ,
33
+ "@sitecore-jss/sitecore-jss-nextjs" : " ^20.0.0-canary.55 " ,
34
34
"deep-equal" : " ^2.0.5" ,
35
35
"graphql" : " ~15.4.0" ,
36
36
"graphql-tag" : " ^2.11.0" ,
You can’t perform that action at this time.
0 commit comments