Skip to content

Commit 451c35d

Browse files
committed
lerna test
1 parent 0847304 commit 451c35d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"lerna": "3.4.0",
33
"packages": [
4-
"packages/*",
4+
"packages/**",
55
"samples/*"
66
],
77
"version": "20.0.0-canary.55",

packages/create-sitecore-jss/src/templates/nextjs/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jss-template-nextjs",
33
"description": "Application utilizing Sitecore JavaScript Services and Next.js",
4-
"version": "20.0.0-canary.51",
4+
"version": "20.0.0-canary.55",
55
"private": true,
66
"config": {
77
"appName": "<%- appName %>",
@@ -30,7 +30,7 @@
3030
},
3131
"license": "Apache-2.0",
3232
"dependencies": {
33-
"@sitecore-jss/sitecore-jss-nextjs": "^20.0.0-canary.51",
33+
"@sitecore-jss/sitecore-jss-nextjs": "^20.0.0-canary.55",
3434
"deep-equal": "^2.0.5",
3535
"graphql": "~15.4.0",
3636
"graphql-tag": "^2.11.0",

0 commit comments

Comments
 (0)